missing wg.Wait in concurrent test
This commit is contained in:
parent
b84e6f7f95
commit
3ee9cf49ce
|
@ -41,6 +41,7 @@ func TestFilesystemRace(t *testing.T) {
|
||||||
ls.WriteState(current)
|
ls.WriteState(current)
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
wg.Wait()
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestFilesystemLocks(t *testing.T) {
|
func TestFilesystemLocks(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue