mirror of https://github.com/citusdata/citus.git
Run multi_modifying_xacts using minimal_schedule
parent
423f84f1fe
commit
8a593bf809
|
@ -153,6 +153,7 @@ DEPS = {
|
||||||
),
|
),
|
||||||
"function_propagation": TestDeps("minimal_schedule"),
|
"function_propagation": TestDeps("minimal_schedule"),
|
||||||
"grant_on_foreign_server_propagation": TestDeps("minimal_schedule"),
|
"grant_on_foreign_server_propagation": TestDeps("minimal_schedule"),
|
||||||
|
"multi_modifying_xacts": TestDeps("minimal_schedule"),
|
||||||
"multi_mx_modifying_xacts": TestDeps(None, ["multi_mx_create_table"]),
|
"multi_mx_modifying_xacts": TestDeps(None, ["multi_mx_create_table"]),
|
||||||
"multi_mx_router_planner": TestDeps(None, ["multi_mx_create_table"]),
|
"multi_mx_router_planner": TestDeps(None, ["multi_mx_create_table"]),
|
||||||
"multi_mx_copy_data": TestDeps(None, ["multi_mx_create_table"]),
|
"multi_mx_copy_data": TestDeps(None, ["multi_mx_create_table"]),
|
||||||
|
|
Loading…
Reference in New Issue