You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2> java.lang.AssertionError: Failure at [transform/transforms_start_stop:276]: field [transforms.0.state] was expected to match the provided regex but didn't
Expected: started|indexing
but: was "stopped"
Caused by:
java.lang.AssertionError: field [transforms.0.state] was expected to match the provided regex but didn't
Expected: started|indexing
but: was "stopped"
Batch transforms automatically stop after all data has processed, therefore tests can not reliable test the state. This change rewrites tests to remove the unreliable tests or use continuous transforms instead as they do not auto-stop.
fixes#47441
Batch transforms automatically stop after all data has processed, therefore tests can not reliable test the state. This change rewrites tests to remove the unreliable tests or use continuous transforms instead as they do not auto-stop.
fixes#47441
)
Batch transforms automatically stop after all data has processed, therefore tests can not reliable test the state. This change rewrites tests to remove the unreliable tests or use continuous transforms instead as they do not auto-stop.
fixeselastic#47441
org.elasticsearch.xpack.test.rest.XPackRestIT test {p0=transform/transforms_start_stop/Test start/stop only starts/stops specified transform}
failed in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=openjdk12,ES_RUNTIME_JAVA=zulu11,nodes=general-purpose/240/console (scan https://gradle-enterprise.elastic.co/s/5ue2zwsinn5fi)The error was:
This doesn't reproduce consistently with:
The text was updated successfully, but these errors were encountered: