We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd2870 commit d2655afCopy full SHA for d2655af
tests/pg_qs_test_runner.py
@@ -41,13 +41,13 @@ class TeardownException(Exception): pass
41
test_simple_query,
42
test_concurrent_access,
43
test_nested_call,
44
- test_insert_on_conflict,
45
test_trigger,
46
test_costs,
47
test_buffers,
48
test_timing,
49
test_formats,
50
test_timing_buffers_conflicts,
+ test_insert_on_conflict,
51
]
52
53
def setup(con):
tests/test_cases.py
@@ -232,8 +232,6 @@ def test_insert_on_conflict(config):
232
assert len(notices) == 0
233
234
util_curs.execute(drop_field_uniqueness)
235
- util_curs.execute("ANALYZE foo")
236
- util_curs.execute("ANALYZE bar")
237
238
util_conn.close()
239
n_close((acon,))
0 commit comments