We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cdbdisp_query_test.c
1 parent bffdd7d commit 93870d8Copy full SHA for 93870d8
2 files changed
pom.xml
@@ -996,6 +996,7 @@ code or new licensing patterns.
996
<exclude>src/template/win32</exclude>
997
<exclude>src/template/cygwin</exclude>
998
<exclude>src/template/aix</exclude>
999
+ <exclude>src/backend/cdb/dispatcher/test/cdbdisp_query_test.c</exclude>
1000
<exclude>src/backend/cdb/cdbdistributedxid.c</exclude>
1001
<exclude>src/backend/cdb/test/cdbdistributedsnapshot_test.c</exclude>
1002
<exclude>src/backend/cdb/test/cdbbufferedread_test.c</exclude>
src/test/isolation2/hot_standby_schedule
@@ -1,6 +1,6 @@
1
test: hot_standby/setup
2
test: hot_standby/basic
3
test: hot_standby/transaction_isolation
4
-test: hot_standby/query_conflict
+# test: hot_standby/query_conflict
5
test: hot_standby/faults
6
test: hot_standby/teardown
0 commit comments