mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
fix: high CPU utilization by scheduler while idle (#2156)
resolves #2155 Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
@@ -134,6 +134,8 @@ func TestNewExporter(t *testing.T) {
|
||||
baseURL := fmt.Sprintf(BaseURL, serverPort)
|
||||
servercConfig.HTTP.Port = serverPort
|
||||
servercConfig.BinaryType = "minimal"
|
||||
servercConfig.Storage.Dedupe = false
|
||||
servercConfig.Storage.GC = false
|
||||
serverController := zotapi.NewController(servercConfig)
|
||||
So(serverController, ShouldNotBeNil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user