File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -580,6 +580,7 @@ begin_test "ghe-backup takes backup of encrypted column encryption keying materi
580
580
581
581
# GHES version 3.7.0
582
582
GHE_REMOTE_VERSION=3.7.0
583
+ export GHE_REMOTE_VERSION
583
584
584
585
ghe-backup
585
586
@@ -593,6 +594,7 @@ begin_test "ghe-backup takes backup of encrypted column encryption keying materi
593
594
594
595
# GHES version 3.8.0
595
596
GHE_REMOTE_VERSION=3.8.0
597
+ export GHE_REMOTE_VERSION
596
598
597
599
ghe-backup
598
600
@@ -632,6 +634,7 @@ begin_test "ghe-backup takes backup of encrypted column current encryption key f
632
634
633
635
# GHES version 3.8.0
634
636
GHE_REMOTE_VERSION=3.8.0
637
+ export GHE_REMOTE_VERSION
635
638
636
639
ghe-backup
637
640
@@ -645,6 +648,7 @@ begin_test "ghe-backup takes backup of encrypted column current encryption key f
645
648
646
649
# GHES version 3.9.0
647
650
GHE_REMOTE_VERSION=3.9.0
651
+ export GHE_REMOTE_VERSION
648
652
649
653
ghe-backup
650
654
Original file line number Diff line number Diff line change @@ -308,6 +308,7 @@ begin_test "ghe-restore with encrypted column encryption keying material for ver
308
308
309
309
# GHES version 3.7.0
310
310
GHE_REMOTE_VERSION=3.7.0
311
+ export GHE_REMOTE_VERSION
311
312
312
313
ghe-restore -v -f localhost
313
314
required_secrets=(
@@ -320,6 +321,7 @@ begin_test "ghe-restore with encrypted column encryption keying material for ver
320
321
321
322
# GHES version 3.8.0
322
323
GHE_REMOTE_VERSION=3.8.0
324
+ export GHE_REMOTE_VERSION
323
325
324
326
ghe-restore -v -f localhost
325
327
required_secrets=(
@@ -360,6 +362,7 @@ begin_test "ghe-restore with encrypted column current encryption key for version
360
362
361
363
# GHES version 3.8.0
362
364
GHE_REMOTE_VERSION=3.8.0
365
+ export GHE_REMOTE_VERSION
363
366
364
367
ghe-restore -v -f localhost
365
368
required_secrets=(
@@ -373,6 +376,7 @@ begin_test "ghe-restore with encrypted column current encryption key for version
373
376
374
377
# GHES version 3.9.0
375
378
GHE_REMOTE_VERSION=3.9.0
379
+ export GHE_REMOTE_VERSION
376
380
377
381
ghe-restore -v -f localhost
378
382
required_secrets=(
You can’t perform that action at this time.
0 commit comments