openhab-addons/itests
Wouter Born 0e98ee5d73 Fix itests on machines with lots of processors (#17263)
When this JVM variable is not set Jetty creates selectors based on the number of available processors (`Runtime.getRuntime().availableProcessors()`).
Jetty will also throw an exception when there is a mismatch between the max thread pool size and the number of selectors.
This causes issues with the default thread pool size of 10 on machines with more than 10 available processors.

See also [`SelectorManager.defaultSelectors(Executor)`](70015831e5/jetty-io/src/main/java/org/eclipse/jetty/io/SelectorManager.java (L71-L80)).

Signed-off-by: Wouter Born <github@maindrain.net>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
2025-01-02 09:49:09 +02:00
..
org.openhab.automation.groovyscripting.tests Resolve runbundles for Jollyday upgrade (#17232) 2025-01-02 09:49:07 +02:00
org.openhab.automation.jsscriptingnashorn.tests Resolve runbundles for Jollyday upgrade (#17232) 2025-01-02 09:49:07 +02:00
org.openhab.binding.astro.tests [astro] Use the existing ChannelUID instance to check the linked state (#17126) 2025-01-02 09:49:04 +02:00
org.openhab.binding.avmfritz.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.binding.feed.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.binding.hue.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.binding.max.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.binding.mielecloud.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.binding.modbus.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.binding.mqtt.homeassistant.tests [mqtt] Simplify homeassistant thing types, and use AbstractStorageBasedTypeProvider (#16600) 2025-01-02 09:49:07 +02:00
org.openhab.binding.mqtt.homie.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.binding.mqtt.ruuvigateway.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.binding.ntp.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.binding.systeminfo.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.binding.tradfri.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.binding.wemo.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
org.openhab.persistence.mapdb.tests Resolve itests (#17019) 2025-01-02 09:49:00 +02:00
itest-common.bndrun Fix itests on machines with lots of processors (#17263) 2025-01-02 09:49:09 +02:00
pom.xml Apply Spotless after release (#17016) 2025-01-02 09:49:00 +02:00