Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed May 20, 2024
1 parent 9f54ac2 commit a3b2660
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,8 @@ jobs:
mkdir -p /tmp/vtdataroot
source build.env
export SKIPTESTCROSSCELLDURABILITY=1 # skip on v14
# skip TestCrossCellDurability test on v14 (as previous). It doesn't setup semi-sync the way this test (from v16) expects
export SKIPTESTCROSSCELLDURABILITY=1
eatmydata -- go run test.go -skip-build -keep-data=false -docker=false -print-log -follow -tag upgrade_downgrade_reparent
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,8 @@ jobs:
mkdir -p /tmp/vtdataroot
source build.env
export SKIPTESTCROSSCELLDURABILITY=1 # skip on v14
# skip TestCrossCellDurability test on v14 (as previous). It doesn't setup semi-sync the way this test (from v16) expects
export SKIPTESTCROSSCELLDURABILITY=1
eatmydata -- go run test.go -skip-build -keep-data=false -docker=false -print-log -follow -tag upgrade_downgrade_reparent

0 comments on commit a3b2660

Please sign in to comment.