Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mqtt] BrokerHandlerTest unstable #7304

Closed
wborn opened this issue Apr 5, 2020 · 1 comment
Closed

[mqtt] BrokerHandlerTest unstable #7304

wborn opened this issue Apr 5, 2020 · 1 comment
Labels

Comments

@wborn
Copy link
Member

wborn commented Apr 5, 2020

This test failed for me while doing a local parallel build on Java 11:

[ERROR] Failures: 
[ERROR]   BrokerHandlerTest.handlerInit:105->initializeHandlerWaitForTimeout:137 
brokerHandlerEx.connectionStateChanged(
    <any>,
    <any>
);
Wanted 3 times:
-> at org.openhab.binding.mqtt.handler.BrokerHandlerTest.initializeHandlerWaitForTimeout(BrokerHandlerTest.java:137)
But was 4 times:
-> at org.eclipse.smarthome.io.transport.mqtt.MqttBrokerConnection.lambda$3(MqttBrokerConnection.java:700)
-> at org.eclipse.smarthome.io.transport.mqtt.MqttBrokerConnection$ConnectionCallback.lambda$3(MqttBrokerConnection.java:144)
-> at org.openhab.binding.mqtt.handler.AbstractBrokerHandler.lambda$1(AbstractBrokerHandler.java:114)
-> at org.eclipse.smarthome.io.transport.mqtt.MqttBrokerConnection$ConnectionCallback.lambda$4(MqttBrokerConnection.java:162)
@wborn wborn added the test label Apr 5, 2020
@wborn
Copy link
Member Author

wborn commented Dec 9, 2020

Let's hope this is fixed by #9297!

@wborn wborn closed this as completed Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant