openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.9k stars 3.59k forks source link

[http] RateLimitedHttpClientTest unstable #17385

Open wborn opened 2 months ago

wborn commented 2 months ago

This test failed in: https://ci.openhab.org/job/openHAB-Addons/1500/

Expected: (a value equal to or greater than <1000> and a value less than <1100>)
     but: a value equal to or greater than <1000> <992> was less than <1000>
    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
    at org.openhab.binding.http.RateLimitedHttpClientTest.testWithLimitAndPriority(RateLimitedHttpClientTest.java:99)

CC: @J-N-K

wborn commented 2 months ago

Still failing: https://ci.openhab.org/job/openHAB-Addons/1507/

Expected: (a value equal to or greater than <500> and a value less than <600>)
     but: a value equal to or greater than <500> <493> was less than <500>
    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
    at org.openhab.binding.http.RateLimitedHttpClientTest.testWithLimit(RateLimitedHttpClientTest.java:83)