GODT-1864: cache migration failure was not notified because of unnecessary reboot.

This commit is contained in:
Xavier Michelon
2022-09-20 16:25:36 +02:00
parent 0630edc626
commit 40fb9de15e
11 changed files with 816 additions and 584 deletions

View File

@ -117,7 +117,7 @@ func (s *Service) StartEventTest() error { //nolint:funlen
// cache
NewCacheErrorEvent(CacheErrorType_CACHE_UNAVAILABLE_ERROR),
NewCacheLocationChangeSuccessEvent(),
NewCacheChangeLocalCacheFinishedEvent(),
NewCacheChangeLocalCacheFinishedEvent(true),
NewIsCacheOnDiskEnabledChanged(true),
NewDiskCachePathChanged("/dummy/path"),