Stress testing concurrent start/stop operations on the same container #5655
Labels
component/test
Tests not covered by a more specific component label
priority/p2
source/customer
Reported by a customer, directly or via an intermediary
Milestone
Follow on from #5445
This issue needed a tight race between two loops to recreate: #5445 (comment)
This was exercising concurrent operations on the same container, one loop being a
docker restart
and the other adocker start; docker stop
pair.Errors about container unexpectedly stopping are expected, but EOFs and similar should not occur.
This test needs to be captured in robot.
Tagged as customer found as this was identified from a customer reported issue.
The text was updated successfully, but these errors were encountered: