You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Tests run: 6, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 1.562 s <<< FAILURE! - in org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcherTest
[ERROR] org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcherTest.configurationFileCreated Time elapsed: 1.426 s <<< FAILURE!
Wanted but not invoked:
configDispatcherMock.processConfigFile(
myPath.cfg
);
-> at org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcherTest.configurationFileCreated(ConfigDispatcherFileWatcherTest.java:50)
However, there was exactly 1 interaction with this mock:
configDispatcherMock.processConfigFile(
conf\services
);
-> at org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcher.<init>(ConfigDispatcherFileWatcher.java:58)
at org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcherTest.configurationFileCreated(ConfigDispatcherFileWatcherTest.java:50)
configurationFileRemoved
[ERROR] org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcherTest.configurationFileRemoved Time elapsed: 0.004 s <<< FAILURE!
Wanted but not invoked:
configDispatcherMock.fileRemoved(
"D:\a\openhab-core\openhab-core\bundles\org.openhab.core.config.dispatch\myPath.cfg"
);
-> at org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcherTest.configurationFileRemoved(ConfigDispatcherFileWatcherTest.java:82)
However, there was exactly 1 interaction with this mock:
configDispatcherMock.processConfigFile(
conf\services
);
-> at org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcher.<init>(ConfigDispatcherFileWatcher.java:58)
at org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcherTest.configurationFileRemoved(ConfigDispatcherFileWatcherTest.java:82)
configurationFileModified
[ERROR] org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcherTest.configurationFileModified Time elapsed: 0.007 s <<< FAILURE!
Wanted but not invoked:
configDispatcherMock.processConfigFile(
myPath.cfg
);
-> at org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcherTest.configurationFileModified(ConfigDispatcherFileWatcherTest.java:58)
However, there was exactly 1 interaction with this mock:
configDispatcherMock.processConfigFile(
conf\services
);
-> at org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcher.<init>(ConfigDispatcherFileWatcher.java:58)
at org.openhab.core.config.dispatch.internal.ConfigDispatcherFileWatcherTest.configurationFileModified(ConfigDispatcherFileWatcherTest.java:58)
The text was updated successfully, but these errors were encountered:
wborn
changed the title
ConfigDispatcherFileWatcherTest.configurationFileCreated always fails on Windows
ConfigDispatcherFileWatcherTest always fails on Windows
Feb 18, 2023
These tests now always fail on Windows builds so it might be a real bug e.g. caused by #3004.
See this GHA build: https://github.com/wborn/openhab-core/actions/runs/4210674830/jobs/7308736469
configurationFileCreated
configurationFileRemoved
configurationFileModified
The text was updated successfully, but these errors were encountered: