Skip to content
Snippets Groups Projects
Commit 6b625648 authored by Sami Hiltunen's avatar Sami Hiltunen
Browse files

Fix racy test TestBackupPartition

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.
parent ddcf17ad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment