Hi! This package seems to have a flaky test that cause testing migration issues for golang-logrus, full build log here: https://ci.debian.net/packages/c/crowdsec/testing/arm64/65721707/ 1589s === RUN TestPluginWatcherInterval 1589s panic: test timed out after 10m0s 1589s running tests: 1589s TestPluginWatcherInterval (8m46s) Maybe it is sufficient to increase the timeout to say 20 minutes? /Simon
retitle 1119884 crowdsec: flaky test: FAIL: TestPluginWatcherInterval: watcher_test.go:75: assertion failed: error is not nil: context deadline exceeded thanks It failed in a different way now, on ppc64el: https://ci.debian.net/packages/c/crowdsec/testing/ppc64el/66233705/#S7 I suggest disabling this self test if the reason for the failure cannot be found. /Simon 448s === RUN TestPluginWatcherInterval 448s watcher_test.go:75: assertion failed: error is not nil: context deadline exceeded 448s --- FAIL: TestPluginWatcherInterval (0.01s)
Happened again, causing testing migration blocking of golang-yaml.v2: https://ci.debian.net/packages/c/crowdsec/testing/ppc64el/74276437/#L5992 605s === RUN TestPluginWatcherInterval 605s watcher_test.go:75: assertion failed: error is not nil: context deadline exceeded 605s --- FAIL: TestPluginWatcherInterval (0.01s) /Simon