Skip to content

Commit d2655af

Browse files
Change tests order
1 parent dbd2870 commit d2655af

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/pg_qs_test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ class TeardownException(Exception): pass
4141
test_simple_query,
4242
test_concurrent_access,
4343
test_nested_call,
44-
test_insert_on_conflict,
4544
test_trigger,
4645
test_costs,
4746
test_buffers,
4847
test_timing,
4948
test_formats,
5049
test_timing_buffers_conflicts,
50+
test_insert_on_conflict,
5151
]
5252

5353
def setup(con):

tests/test_cases.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ def test_insert_on_conflict(config):
232232
assert len(notices) == 0
233233

234234
util_curs.execute(drop_field_uniqueness)
235-
util_curs.execute("ANALYZE foo")
236-
util_curs.execute("ANALYZE bar")
237235

238236
util_conn.close()
239237
n_close((acon,))

0 commit comments

Comments
 (0)