lib/model: Ensure indexes are only received after checking IDs (ref #7649) (#7689)

This commit is contained in:
Simon Frei
2021-06-03 14:58:50 +02:00
committed by GitHub
parent accaf23aa3
commit df48276300
8 changed files with 658 additions and 579 deletions
+1
View File
@@ -1446,6 +1446,7 @@ func TestRequestGlobalInvalidToValid(t *testing.T) {
})
must(t, err)
waiter.Wait()
addFakeConn(m, device2, fcfg.ID)
tfs := fcfg.Filesystem()
defer cleanupModelAndRemoveDir(m, tfs.URI())