-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:mlMachine learningMachine learning>test-failureTriaged test failures from CITriaged test failures from CI
Description
This has failed a couple of times on master this morning, and also on some PR builds:
https://gradle-enterprise.elastic.co/s/rdnrtp6tkpata/tests/swyhwvciymwry-ojge3es2uwhgg
java.lang.AssertionError:
Failure at [old_cluster/30_ml_jobs_crud:109]: count didn't match expected value:
count: expected Integer [1] but was Integer [2]
[2019-09-30T09:00:20,014][INFO ][o.e.u.UpgradeClusterClientYamlTestSuiteIT] [test] [p0=old_cluster/30_ml_jobs_crud/Put categorization job on the old cluster and post some data] before test
[2019-09-30T09:00:24,018][INFO ][o.e.u.UpgradeClusterClientYamlTestSuiteIT] [test] Stash dump on test failure [{
"stash" : {
"body" : {
"count" : 2,
"categories" : [
{
"job_id" : "old-cluster-categorization-job",
"category_id" : 1,
"terms" : "first message categorized",
"regex" : ".*?first.+?message.+?categorized.*",
"max_matching_length" : 47,
"examples" : [
"this is the first message to be categorized"
],
"grok_pattern" : ".*?first.+?message.+?%{BASE16NUM:field}.+?categorized.*"
},
{
"job_id" : "old-cluster-categorization-job",
"category_id" : 2,
"terms" : "second message categorized",
"regex" : ".*?second.+?message.+?categorized.*",
"max_matching_length" : 48,
"examples" : [
"this is the second message to be categorized"
],
"grok_pattern" : ".*?second.+?message.+?%{BASE16NUM:field}.+?categorized.*"
}
]
}
}
}]
[2019-09-30T09:00:24,140][INFO ][o.e.u.UpgradeClusterClientYamlTestSuiteIT] [test] [p0=old_cluster/30_ml_jobs_crud/Put categorization job on the old cluster and post some data] after test
REPRODUCE WITH: ./gradlew ':x-pack:qa:rolling-upgrade:v8.0.0#oldClusterTest' --tests "org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT.test {p0=old_cluster/30_ml_jobs_crud/Put categorization job on the old cluster and post some data}" -Dtests.seed=D1C00949B5E870B2 -Dtests.security.manager=true -Dtests.locale=az-Latn-AZ -Dtests.timezone=Europe/Lisbon -Dcompiler.java=12 -Druntime.java=11 -Dtests.rest.suite=old_cluster
Metadata
Metadata
Assignees
Labels
:mlMachine learningMachine learning>test-failureTriaged test failures from CITriaged test failures from CI