Skip to content

Fix racy test TestBackupPartition

Sami Hiltunen requested to merge smh-fix-racy-ptn-test into master

TestBackupPartition is sharing a context between subtests running in parallel. As they set the server metadata in the context, they perform racy assignments into the shared context variable. Stop sharing the context between the test cases to fix the race.

Close #6343 (closed)

Merge request reports

Loading