-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[CI] watcher/usage/10_basic/Test watcher usage stats output fails #33326
Copy link
Copy link
Closed
Labels
Description
watcher/usage/10_basic/Test watcher usage stats output fails with an unexpected watch_count_active.
> Caused by: java.lang.AssertionError: field [watcher.count.active] is not greater than [$watch_count_active]
> Expected: a value greater than <0>
> but: <0> was equal to <0>
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
I can reproduce this locally with this command:
./gradlew :x-pack:qa:smoke-test-watcher-with-security:integTestRunner \
-Dtests.seed=E3C29FF2DA312869 \
-Dtests.class=org.elasticsearch.smoketest.SmokeTestWatcherWithSecurityClientYamlTestSuiteIT \
-Dtests.method="test {yaml=watcher/usage/10_basic/Test watcher usage stats output}" \
-Dtests.security.manager=true \
-Dtests.locale=ru \
-Dtests.timezone=America/Belize \
-Dcompiler.java=10 \
-Druntime.java=8
CI instances:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.