Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita65510d

Browse files
committed
Update expected results for regression tests
1 parent4789cf4 commita65510d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

‎contrib/mmts/tests2/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [ "$1" = 'postgres' ]; then
5858
default_transaction_isolation = 'repeatable read'
5959
log_line_prefix = '%t: '
6060
61-
multimaster.workers =4
61+
multimaster.workers =16
6262
multimaster.max_nodes = 3
6363
multimaster.volkswagen_mode = 1
6464
multimaster.queue_size=52857600

‎contrib/mmts/tests2/test_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def tearDownClass(self):
1919

2020
deftest_regression(self):
2121
# XXX: make smth clever here
22-
time.sleep(31)
22+
#time.sleep(31)
2323
subprocess.check_call(['docker','exec',
2424
'node1',
2525
'/pg/mmts/tests2/support/docker-regress.sh',

‎src/test/regress/expected/opr_sanity.out

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,12 @@ WHERE 'cstring'::regtype = ANY (p1.proargtypes)
338338
AND NOT EXISTS(SELECT 1 FROM pg_conversion WHERE conproc = p1.oid)
339339
AND p1.oid != 'shell_in(cstring)'::regprocedure
340340
ORDER BY 1;
341-
oid | proname
341+
oid |proname
342342
------+--------------
343343
2293 | cstring_out
344344
2501 | cstring_send
345-
(2 rows)
345+
3445 | pg_precommit_prepared
346+
(3 rows)
346347

347348
-- Likewise, look for functions that return cstring and aren't datatype output
348349
-- functions nor typmod output functions.

‎src/test/regress/expected/rules.out

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,8 +1409,9 @@ pg_prepared_xacts| SELECT p.transaction,
14091409
p.gid,
14101410
p.prepared,
14111411
u.rolname AS owner,
1412-
d.datname AS database
1413-
FROM ((pg_prepared_xact() p(transaction, gid, prepared, ownerid, dbid)
1412+
d.datname AS database,
1413+
p.state3pc
1414+
FROM ((pg_prepared_xact() p(transaction, gid, prepared, ownerid, dbid, state3pc)
14141415
LEFT JOIN pg_authid u ON ((p.ownerid = u.oid)))
14151416
LEFT JOIN pg_database d ON ((p.dbid = d.oid)));
14161417
pg_replication_origin_status| SELECT pg_show_replication_origin_status.local_id,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp