From c0f813c3abefbd1dc029d074dd762587cc368868 Mon Sep 17 00:00:00 2001 From: Ashwin Agrawal Date: Wed, 10 Jan 2018 09:23:41 -0800 Subject: [PATCH] Combine test_switch_01_10 with pg_twophase make target. Once this gos through in CI, will help to reduce one more job and there by elimintae one more VM expense. --- src/test/tinc/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/test/tinc/Makefile b/src/test/tinc/Makefile index 74e95ecd40..ffe7572635 100644 --- a/src/test/tinc/Makefile +++ b/src/test/tinc/Makefile @@ -105,11 +105,7 @@ filerep_end_to_end_incr_mirror: test_pg_twophase: $(TESTER) $(DISCOVER) \ -s tincrepo/mpp/gpdb/tests/storage/pg_twophase \ - -p test_pg_twophase.py - -test_switch_01_12: - $(TESTER) $(DISCOVER) \ - -s tincrepo/mpp/gpdb/tests/storage/pg_twophase \ + -p test_pg_twophase.py \ -p test_switch.py # cs-fts -- GitLab