Skip to content

Commit 717400c

Browse files
authored
Enabled DirectoryWatcherStressTest
1 parent 1486e80 commit 717400c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test-on-main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,7 @@ jobs:
8080
- name: Build and test with javaxt-core-test
8181
run: |
8282
cd javaxt-core-test
83-
mvn clean install -Djavaxt.core.local.dir=$GITHUB_WORKSPACE/src
83+
# runStressTests enables the Linux inotify watcher stress test
84+
# (DirectoryWatcherStressTest), which is opt-in because it is heavy
85+
# (~4k events, ~10s). The ubuntu runner is the correct env for it.
86+
mvn clean install -Djavaxt.core.local.dir=$GITHUB_WORKSPACE/src -DrunStressTests=true

0 commit comments

Comments
 (0)