Commit e158bcfa authored by Aaron Jacobs's avatar Aaron Jacobs

MemFSTest.MkdirInParallel

parent 2b71f8cb
......@@ -1263,3 +1263,7 @@ func (t *MemFSTest) CreateInParallel_Truncate() {
func (t *MemFSTest) CreateInParallel_Exclusive() {
runCreateInParallelTest_Exclusive(t.Ctx, t.Dir)
}
func (t *MemFSTest) MkdirInParallel() {
runMkdirInParallelTest(t.Ctx, t.Dir)
}
Markdown is supported
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