File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -624,8 +624,9 @@ jobs:
624624 exit 1
625625 fi
626626
627- # 3. Load cluster-specific environment (port, data dir)
627+ # 3. Load gpdemo env and run basic state check
628628 source gpdemo-env.sh
629+ gpstate -s
629630
630631 # 4. Run the actual binary swap test script
631632 cd ${SRC_DIR}/src/test/binary_swap
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ echo "=================================================="
136136# # Clean our directory of any previous test output
137137clean_output
138138
139- run_tests schedule0${VARIANT}
139+ # run_tests schedule0${VARIANT}
140140
141141# # Start/restart current Cloudberry and do initial dump to compare against
142142start_binary $GPHOME_CURRENT
You can’t perform that action at this time.
0 commit comments