OSS parts of sighup license reload test (#11816)

This commit is contained in:
Josh Black
2021-06-11 09:08:19 -07:00
committed by GitHub
parent 3a333b9902
commit 38b6271de1
2 changed files with 15 additions and 8 deletions

View File

@@ -96,8 +96,9 @@ func testServerCommand(tb testing.TB) (*cli.MockUi, *ServerCommand) {
},
// These prevent us from random sleep guessing...
startedCh: make(chan struct{}, 5),
reloadedCh: make(chan struct{}, 5),
startedCh: make(chan struct{}, 5),
reloadedCh: make(chan struct{}, 5),
licenseReloadedCh: make(chan error),
}
}