Skip to content

Commit 85a3ca3

Browse files
committed
Stop container before removing it to prevent Docker exeption
1 parent 8ecb325 commit 85a3ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,7 @@ def process_self_contained_coordinator_stream(
12961296
stdout=True, stderr=True
12971297
)
12981298
)
1299+
redis_container.stop()
12991300
redis_container.remove()
13001301
except docker.errors.NotFound:
13011302
logging.info(

0 commit comments

Comments
 (0)