openhab-addons/itests
Wouter Born fcef4639ca
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>
2024-08-15 22:37:21 +02:00
..
org.openhab.automation.groovyscripting.tests Resolve runbundles for Jollyday upgrade (#17232) 2024-08-11 20:16:18 +02:00
org.openhab.automation.jsscriptingnashorn.tests Resolve runbundles for Jollyday upgrade (#17232) 2024-08-11 20:16:18 +02:00
org.openhab.binding.astro.tests [astro] Use the existing ChannelUID instance to check the linked state (#17126) 2024-07-23 21:55:14 +02:00
org.openhab.binding.avmfritz.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.binding.feed.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.binding.hue.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.binding.max.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.binding.mielecloud.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.binding.modbus.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.binding.mqtt.homeassistant.tests [mqtt] Simplify homeassistant thing types, and use AbstractStorageBasedTypeProvider (#16600) 2024-08-12 21:23:24 +02:00
org.openhab.binding.mqtt.homie.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.binding.mqtt.ruuvigateway.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.binding.ntp.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.binding.systeminfo.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.binding.tradfri.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.binding.wemo.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
org.openhab.persistence.mapdb.tests Resolve itests (#17019) 2024-07-08 03:14:30 +02:00
itest-common.bndrun Fix itests on machines with lots of processors (#17263) 2024-08-15 22:37:21 +02:00
pom.xml Apply Spotless after release (#17016) 2024-07-07 23:20:16 +02:00