Skip to content

Commit e1870f8

Browse files
authored
ci: Remove obsolete dcr up -w from import test (#3544)
I _think_ we can get away with this but let's see what the CI thinks. If it passes, it should save us another minuter or two.
1 parent 3984a87 commit e1870f8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

_integration-test/test_02_backup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ def test_02_import(setup_backup_restore_env_variables):
6666
capture_output=True,
6767
)
6868

69-
subprocess.run(
70-
["docker", "compose", "--ansi", "never", "up", "--wait"],
71-
check=True,
72-
capture_output=True,
73-
)
7469
sentry_admin_sh = os.path.join(os.getcwd(), "sentry-admin.sh")
7570
subprocess.run(
7671
[

sentry-admin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on the host filesystem. Commands that write files should write them to the '/sen
2323
# Actual invocation that runs the command in the container.
2424
invocation() {
2525
$dc up postgres --wait
26+
$dc up redis --wait
2627
$dcr --no-deps -v "$VOLUME_MAPPING" -T -e SENTRY_LOG_LEVEL=CRITICAL web "$@" 2>&1
2728
}
2829

0 commit comments

Comments
 (0)