Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Migrate vega and graph configs to new platform (#57011) #57661

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

flash1293
Copy link
Contributor

Backports the following commits to 7.x:

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/transform/creation_index_pattern·ts.transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg starts the transform and finishes processing

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: transform
[00:00:00]           └-> "before all" hook
[00:00:00]           └-: creation_index_pattern
[00:00:00]             └-> "before all" hook
[00:00:00]             └-> "before all" hook
[00:00:00]               │ info [ml/ecommerce] Loading "mappings.json"
[00:00:00]               │ info [ml/ecommerce] Loading "data.json.gz"
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] [ecommerce] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[ecommerce][0]]]).
[00:00:00]               │ info [ml/ecommerce] Created index "ecommerce"
[00:00:00]               │ debg [ml/ecommerce] "ecommerce" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]               │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] [.kibana_1/1o-5-389Qpqin--oJsdhBA] deleting index
[00:00:00]               │ info [ml/ecommerce] Deleted existing index [".kibana_1"]
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] [.kibana_1] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]]).
[00:00:00]               │ info [ml/ecommerce] Created index ".kibana_1"
[00:00:00]               │ debg [ml/ecommerce] ".kibana_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:00:03]               │ proc [kibana]   log   [10:50:14.212] [warning][plugins][usageCollection] { Error: mapping set to strict, dynamic introduction of [settings] within [maps-telemetry] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [settings] within [maps-telemetry] is not allowed
[00:00:04]               │ proc [kibana]     at respond (/dev/shm/workspace/install/kibana-9/node_modules/elasticsearch/src/lib/transport.js:349:15)
[00:00:04]               │ proc [kibana]     at checkRespForFailure (/dev/shm/workspace/install/kibana-9/node_modules/elasticsearch/src/lib/transport.js:306:7)
[00:00:04]               │ proc [kibana]     at HttpConnector.<anonymous> (/dev/shm/workspace/install/kibana-9/node_modules/elasticsearch/src/lib/connectors/http.js:173:7)
[00:00:04]               │ proc [kibana]     at IncomingMessage.wrapper (/dev/shm/workspace/install/kibana-9/node_modules/elasticsearch/node_modules/lodash/lodash.js:4929:19)
[00:00:04]               │ proc [kibana]     at IncomingMessage.emit (events.js:203:15)
[00:00:04]               │ proc [kibana]     at endReadableNT (_stream_readable.js:1145:12)
[00:00:04]               │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:63:19)
[00:00:04]               │ proc [kibana]   status: 400,
[00:00:04]               │ proc [kibana]   displayName: 'BadRequest',
[00:00:04]               │ proc [kibana]   message:
[00:00:04]               │ proc [kibana]    'mapping set to strict, dynamic introduction of [settings] within [maps-telemetry] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [settings] within [maps-telemetry] is not allowed',
[00:00:04]               │ proc [kibana]   path: '/.kibana/_doc/maps-telemetry%3Amaps-telemetry',
[00:00:04]               │ proc [kibana]   query: { refresh: 'wait_for' },
[00:00:04]               │ proc [kibana]   body:
[00:00:04]               │ proc [kibana]    { error:
[00:00:04]               │ proc [kibana]       { root_cause: [Array],
[00:00:04]               │ proc [kibana]         type: 'strict_dynamic_mapping_exception',
[00:00:04]               │ proc [kibana]         reason:
[00:00:04]               │ proc [kibana]          'mapping set to strict, dynamic introduction of [settings] within [maps-telemetry] is not allowed' },
[00:00:04]               │ proc [kibana]      status: 400 },
[00:00:04]               │ proc [kibana]   statusCode: 400,
[00:00:04]               │ proc [kibana]   response:
[00:00:04]               │ proc [kibana]    '{"error":{"root_cause":[{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [settings] within [maps-telemetry] is not allowed"}],"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [settings] within [maps-telemetry] is not allowed"},"status":400}',
[00:00:04]               │ proc [kibana]   toString: [Function],
[00:00:04]               │ proc [kibana]   toJSON: [Function],
[00:00:04]               │ proc [kibana]   isBoom: true,
[00:00:04]               │ proc [kibana]   isServer: false,
[00:00:04]               │ proc [kibana]   data: null,
[00:00:04]               │ proc [kibana]   output:
[00:00:04]               │ proc [kibana]    { statusCode: 400,
[00:00:04]               │ proc [kibana]      payload:
[00:00:04]               │ proc [kibana]       { message:
[00:00:04]               │ proc [kibana]          'mapping set to strict, dynamic introduction of [settings] within [maps-telemetry] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [settings] within [maps-telemetry] is not allowed',
[00:00:04]               │ proc [kibana]         statusCode: 400,
[00:00:04]               │ proc [kibana]         error: 'Bad Request' },
[00:00:04]               │ proc [kibana]      headers: {} },
[00:00:04]               │ proc [kibana]   reformat: [Function],
[00:00:04]               │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/badRequest' }
[00:00:04]               │ proc [kibana]   log   [10:50:14.224] [warning][plugins][usageCollection] Unable to fetch data from maps-telemetry collector
[00:00:04]               │ info [ml/ecommerce] Indexed 4675 docs into "ecommerce"
[00:00:04]               │ info [ml/ecommerce] Indexed 4 docs into ".kibana_1"
[00:00:48]               │ info Creating index .kibana_2.
[00:00:48]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:48]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] updating number_of_replicas to [0] for indices [.kibana_2]
[00:00:48]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_2][0]]]).
[00:00:48]               │ info Migrating .kibana_1 saved objects to .kibana_2
[00:00:48]               │ debg Migrating saved objects config:7.7.0-SNAPSHOT, space:default, maps-telemetry:maps-telemetry, config:7.0.0, index-pattern:5193f870-d861-11e9-a311-0fa548c5f953
[00:00:48]               │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] [.kibana_2/zowfo_cURQamdbEvzBuFrQ] update_mapping [_doc]
[00:00:48]               │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] [.kibana_2/zowfo_cURQamdbEvzBuFrQ] update_mapping [_doc]
[00:00:48]               │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] [.kibana_2/zowfo_cURQamdbEvzBuFrQ] update_mapping [_doc]
[00:00:48]               │ info Pointing alias .kibana to .kibana_2.
[00:00:48]               │ info Finished in 521ms.
[00:00:48]             └-: batch transform with terms+date_histogram groups and avg agg
[00:00:48]               └-> "before all" hook
[00:00:48]               └-> loads the home page
[00:00:48]                 └-> "before each" hook: global before each
[00:00:48]                 │ debg navigating to transform url: http://localhost:6191/app/kibana/#/management/elasticsearch/transform
[00:00:48]                 │ debg Navigate to: http://localhost:6191/app/kibana/#/management/elasticsearch/transform
[00:00:49]                 │ debg ... sleep(700) start
[00:00:49]                 │ debg browser[INFO] http://localhost:6191/login?next=%2Fapp%2Fkibana%2F%3F_t%3D1581677459037#/management/elasticsearch/transform 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:49]                 │
[00:00:49]                 │ debg browser[INFO] http://localhost:6191/bundles/app/login/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:49]                 │ debg ... sleep(700) end
[00:00:49]                 │ debg returned from get, calling refresh
[00:00:49]                 │ debg browser[INFO] http://localhost:6191/login?next=%2Fapp%2Fkibana%2F%3F_t%3D1581677459037#/management/elasticsearch/transform 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:49]                 │
[00:00:49]                 │ debg browser[INFO] http://localhost:6191/bundles/app/login/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:49]                 │ debg currentUrl = http://localhost:6191/login?next=%2Fapp%2Fkibana%2F%3F_t%3D1581677459037#/management/elasticsearch/transform
[00:00:49]                 │          appUrl = http://localhost:6191/app/kibana/#/management/elasticsearch/transform
[00:00:49]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:55]                 │ debg Found login page.  Logging in with username = elastic
[00:00:55]                 │ debg TestSubjects.setValue(loginUsername, elastic)
[00:00:55]                 │ debg TestSubjects.click(loginUsername)
[00:00:55]                 │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:00:55]                 │ debg browser[INFO] http://localhost:6191/built_assets/dlls/vendors_0.bundle.dll.js 70:139970 "INFO: 2020-02-14T10:51:04Z
[00:00:55]                 │        Adding connection to http://localhost:6191/elasticsearch
[00:00:55]                 │
[00:00:55]                 │      "
[00:00:55]                 │ debg TestSubjects.setValue(loginPassword, changeme)
[00:00:55]                 │ debg TestSubjects.click(loginPassword)
[00:00:55]                 │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:00:55]                 │ debg TestSubjects.click(loginSubmit)
[00:00:55]                 │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"] nav:not(.ng-hide)') with timeout=20000
[00:01:01]                 │ debg browser[INFO] http://localhost:6191/app/kibana/?_t=1581677459037#/management/elasticsearch/transform 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:01:01]                 │
[00:01:01]                 │ debg browser[INFO] http://localhost:6191/bundles/app/kibana/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:01]                 │ debg browser[INFO] http://localhost:6191/built_assets/dlls/vendors_0.bundle.dll.js 70:139970 "INFO: 2020-02-14T10:51:09Z
[00:01:01]                 │        Adding connection to http://localhost:6191/elasticsearch
[00:01:01]                 │
[00:01:01]                 │      "
[00:01:02]                 │ debg browser[INFO] http://localhost:6191/app/kibana/?_t=1581677471912#/management/elasticsearch/transform 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:01:02]                 │
[00:01:02]                 │ debg browser[INFO] http://localhost:6191/bundles/app/kibana/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:02]                 │ debg Finished login process currentUrl = http://localhost:6191/app/kibana/#/management/elasticsearch/transform
[00:01:02]                 │ debg TestSubjects.find(kibanaChrome)
[00:01:02]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:01:05]                 │ debg browser[INFO] http://localhost:6191/built_assets/dlls/vendors_0.bundle.dll.js 70:139970 "INFO: 2020-02-14T10:51:14Z
[00:01:05]                 │        Adding connection to http://localhost:6191/elasticsearch
[00:01:05]                 │
[00:01:05]                 │      "
[00:01:05]                 │ debg ... sleep(501) start
[00:01:06]                 │ debg ... sleep(501) end
[00:01:06]                 │ debg in navigateTo url = http://localhost:6191/app/kibana/#/management/elasticsearch/transform/transform_management?_g=(refreshInterval:(pause:!f,value:30000),time:(from:now-15m,to:now))
[00:01:06]                 │ debg TestSubjects.exists(statusPageContainer)
[00:01:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:01:08]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:01:09]                 │ debg TestSubjects.exists(transformPageTransformList)
[00:01:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformPageTransformList"]') with timeout=120000
[00:01:09]                 └- ✓ pass  (20.7s) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg loads the home page"
[00:01:09]               └-> displays the stats bar
[00:01:09]                 └-> "before each" hook: global before each
[00:01:09]                 │ debg TestSubjects.exists(transformStatsBar)
[00:01:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformStatsBar"]') with timeout=120000
[00:01:09]                 └- ✓ pass  (31ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg displays the stats bar"
[00:01:09]               └-> loads the source selection modal
[00:01:09]                 └-> "before each" hook: global before each
[00:01:09]                 │ debg TestSubjects.exists(transformNoTransformsFound)
[00:01:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformNoTransformsFound"]') with timeout=2500
[00:01:09]                 │ debg TestSubjects.click(transformCreateFirstButton)
[00:01:09]                 │ debg Find.clickByCssSelector('[data-test-subj="transformCreateFirstButton"]') with timeout=10000
[00:01:09]                 │ debg Find.findByCssSelector('[data-test-subj="transformCreateFirstButton"]') with timeout=10000
[00:01:09]                 │ debg TestSubjects.exists(transformSelectSourceModal)
[00:01:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformSelectSourceModal"]') with timeout=120000
[00:01:09]                 └- ✓ pass  (306ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg loads the source selection modal"
[00:01:09]               └-> selects the source data
[00:01:09]                 └-> "before each" hook: global before each
[00:01:09]                 │ debg TestSubjects.setValue(savedObjectFinderSearchInput, ecommerce)
[00:01:09]                 │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:01:09]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:01:09]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:01:10]                 │ debg TestSubjects.exists(savedObjectTitleecommerce)
[00:01:10]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectTitleecommerce"]') with timeout=120000
[00:01:10]                 │ debg TestSubjects.clickWhenNotDisabled(savedObjectTitleecommerce)
[00:01:10]                 │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="savedObjectTitleecommerce"]') with timeout=10000
[00:01:10]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleecommerce"]') with timeout=10000
[00:01:10]                 │ debg TestSubjects.exists(transformPageCreateTransform)
[00:01:10]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformPageCreateTransform"]') with timeout=120000
[00:01:10]                 └- ✓ pass  (890ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg selects the source data"
[00:01:10]               └-> displays the define pivot step
[00:01:10]                 └-> "before each" hook: global before each
[00:01:10]                 │ debg TestSubjects.exists(transformStepDefineForm)
[00:01:10]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformStepDefineForm"]') with timeout=120000
[00:01:11]                 └- ✓ pass  (428ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg displays the define pivot step"
[00:01:11]               └-> loads the source index preview
[00:01:11]                 └-> "before each" hook: global before each
[00:01:11]                 │ debg TestSubjects.exists(transformSourceIndexPreview loaded)
[00:01:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformSourceIndexPreview loaded"]') with timeout=120000
[00:01:11]                 └- ✓ pass  (42ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg loads the source index preview"
[00:01:11]               └-> shows the source index preview
[00:01:11]                 └-> "before each" hook: global before each
[00:01:11]                 │ debg TestSubjects.find(~transformSourceIndexPreview)
[00:01:11]                 │ debg Find.findByCssSelector('[data-test-subj~="transformSourceIndexPreview"]') with timeout=10000
[00:01:11]                 │ debg --- retry.tryForTime error: EuiInMemoryTable rows should be 5 (got 0)
[00:01:11]                 │ debg TestSubjects.find(~transformSourceIndexPreview)
[00:01:11]                 │ debg Find.findByCssSelector('[data-test-subj~="transformSourceIndexPreview"]') with timeout=10000
[00:01:11]                 └- ✓ pass  (612ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg shows the source index preview"
[00:01:11]               └-> displays an empty pivot preview
[00:01:11]                 └-> "before each" hook: global before each
[00:01:11]                 │ debg TestSubjects.exists(transformPivotPreview empty)
[00:01:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformPivotPreview empty"]') with timeout=120000
[00:01:11]                 └- ✓ pass  (28ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg displays an empty pivot preview"
[00:01:11]               └-> displays the query input
[00:01:11]                 └-> "before each" hook: global before each
[00:01:11]                 │ debg TestSubjects.exists(tarnsformQueryInput)
[00:01:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="tarnsformQueryInput"]') with timeout=120000
[00:01:11]                 │ debg TestSubjects.getVisibleText(tarnsformQueryInput)
[00:01:11]                 │ debg TestSubjects.find(tarnsformQueryInput)
[00:01:11]                 │ debg Find.findByCssSelector('[data-test-subj="tarnsformQueryInput"]') with timeout=10000
[00:01:11]                 └- ✓ pass  (61ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg displays the query input"
[00:01:11]               └-> displays the advanced query editor switch
[00:01:11]                 └-> "before each" hook: global before each
[00:01:11]                 │ debg TestSubjects.exists(transformAdvancedQueryEditorSwitch)
[00:01:11]                 │ debg Find.existsByCssSelector('[data-test-subj="transformAdvancedQueryEditorSwitch"]') with timeout=120000
[00:01:11]                 │ debg TestSubjects.getAttribute(transformAdvancedQueryEditorSwitch, aria-checked)
[00:01:11]                 │ debg TestSubjects.find(transformAdvancedQueryEditorSwitch)
[00:01:11]                 │ debg Find.findByCssSelector('[data-test-subj="transformAdvancedQueryEditorSwitch"]') with timeout=10000
[00:01:11]                 └- ✓ pass  (34ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg displays the advanced query editor switch"
[00:01:11]               └-> adds the group by entries
[00:01:11]                 └-> "before each" hook: global before each
[00:01:11]                 │ debg TestSubjects.exists(transformGroupBySelection > comboBoxInput)
[00:01:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformGroupBySelection"] [data-test-subj="comboBoxInput"]') with timeout=120000
[00:01:12]                 │ debg comboBox.getComboBoxSelectedOptions, comboBoxSelector: transformGroupBySelection > comboBoxInput
[00:01:12]                 │ debg TestSubjects.find(transformGroupBySelection > comboBoxInput)
[00:01:12]                 │ debg Find.findByCssSelector('[data-test-subj="transformGroupBySelection"] [data-test-subj="comboBoxInput"]') with timeout=10000
[00:01:12]                 │ debg comboBox.set, comboBoxSelector: transformGroupBySelection > comboBoxInput
[00:01:12]                 │ debg TestSubjects.find(transformGroupBySelection > comboBoxInput)
[00:01:12]                 │ debg Find.findByCssSelector('[data-test-subj="transformGroupBySelection"] [data-test-subj="comboBoxInput"]') with timeout=10000
[00:01:12]                 │ debg comboBox.setElement, value: terms(category.keyword)
[00:01:12]                 │ debg comboBox.isOptionSelected, value: terms(category.keyword)
[00:01:14]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:01:14]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:01:14]                 │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="terms(category.keyword)"]') with timeout=2500
[00:01:14]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:01:14]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:01:17]                 │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:01:17]                 │ debg comboBox.getComboBoxSelectedOptions, comboBoxSelector: transformGroupBySelection > comboBoxInput
[00:01:17]                 │ debg TestSubjects.find(transformGroupBySelection > comboBoxInput)
[00:01:17]                 │ debg Find.findByCssSelector('[data-test-subj="transformGroupBySelection"] [data-test-subj="comboBoxInput"]') with timeout=10000
[00:01:17]                 │ debg TestSubjects.exists(transformGroupByEntry 0)
[00:01:17]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformGroupByEntry 0"]') with timeout=120000
[00:01:17]                 │ debg TestSubjects.getVisibleText(transformGroupByEntry 0 > transformGroupByEntryLabel)
[00:01:17]                 │ debg TestSubjects.find(transformGroupByEntry 0 > transformGroupByEntryLabel)
[00:01:17]                 │ debg Find.findByCssSelector('[data-test-subj="transformGroupByEntry 0"] [data-test-subj="transformGroupByEntryLabel"]') with timeout=10000
[00:01:17]                 │ debg TestSubjects.exists(transformGroupBySelection > comboBoxInput)
[00:01:17]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformGroupBySelection"] [data-test-subj="comboBoxInput"]') with timeout=120000
[00:01:17]                 │ debg comboBox.getComboBoxSelectedOptions, comboBoxSelector: transformGroupBySelection > comboBoxInput
[00:01:17]                 │ debg TestSubjects.find(transformGroupBySelection > comboBoxInput)
[00:01:17]                 │ debg Find.findByCssSelector('[data-test-subj="transformGroupBySelection"] [data-test-subj="comboBoxInput"]') with timeout=10000
[00:01:17]                 │ debg comboBox.set, comboBoxSelector: transformGroupBySelection > comboBoxInput
[00:01:17]                 │ debg TestSubjects.find(transformGroupBySelection > comboBoxInput)
[00:01:17]                 │ debg Find.findByCssSelector('[data-test-subj="transformGroupBySelection"] [data-test-subj="comboBoxInput"]') with timeout=10000
[00:01:17]                 │ debg comboBox.setElement, value: date_histogram(order_date)
[00:01:17]                 │ debg comboBox.isOptionSelected, value: date_histogram(order_date)
[00:01:20]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:01:20]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:01:20]                 │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="date_histogram(order_date)"]') with timeout=2500
[00:01:20]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:01:20]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:01:23]                 │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:01:23]                 │ debg comboBox.getComboBoxSelectedOptions, comboBoxSelector: transformGroupBySelection > comboBoxInput
[00:01:23]                 │ debg TestSubjects.find(transformGroupBySelection > comboBoxInput)
[00:01:23]                 │ debg Find.findByCssSelector('[data-test-subj="transformGroupBySelection"] [data-test-subj="comboBoxInput"]') with timeout=10000
[00:01:23]                 │ debg TestSubjects.exists(transformGroupByEntry 1)
[00:01:23]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformGroupByEntry 1"]') with timeout=120000
[00:01:23]                 │ debg TestSubjects.getVisibleText(transformGroupByEntry 1 > transformGroupByEntryLabel)
[00:01:23]                 │ debg TestSubjects.find(transformGroupByEntry 1 > transformGroupByEntryLabel)
[00:01:23]                 │ debg Find.findByCssSelector('[data-test-subj="transformGroupByEntry 1"] [data-test-subj="transformGroupByEntryLabel"]') with timeout=10000
[00:01:23]                 │ debg TestSubjects.getVisibleText(transformGroupByEntry 1 > transformGroupByEntryIntervalLabel)
[00:01:23]                 │ debg TestSubjects.find(transformGroupByEntry 1 > transformGroupByEntryIntervalLabel)
[00:01:23]                 │ debg Find.findByCssSelector('[data-test-subj="transformGroupByEntry 1"] [data-test-subj="transformGroupByEntryIntervalLabel"]') with timeout=10000
[00:01:23]                 └- ✓ pass  (11.9s) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg adds the group by entries"
[00:01:23]               └-> adds the aggregation entries
[00:01:23]                 └-> "before each" hook: global before each
[00:01:23]                 │ debg TestSubjects.exists(transformAggregationSelection > comboBoxInput)
[00:01:23]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformAggregationSelection"] [data-test-subj="comboBoxInput"]') with timeout=120000
[00:01:23]                 │ debg comboBox.getComboBoxSelectedOptions, comboBoxSelector: transformAggregationSelection > comboBoxInput
[00:01:23]                 │ debg TestSubjects.find(transformAggregationSelection > comboBoxInput)
[00:01:23]                 │ debg Find.findByCssSelector('[data-test-subj="transformAggregationSelection"] [data-test-subj="comboBoxInput"]') with timeout=10000
[00:01:23]                 │ debg comboBox.set, comboBoxSelector: transformAggregationSelection > comboBoxInput
[00:01:23]                 │ debg TestSubjects.find(transformAggregationSelection > comboBoxInput)
[00:01:23]                 │ debg Find.findByCssSelector('[data-test-subj="transformAggregationSelection"] [data-test-subj="comboBoxInput"]') with timeout=10000
[00:01:23]                 │ debg comboBox.setElement, value: avg(products.base_price)
[00:01:23]                 │ debg comboBox.isOptionSelected, value: avg(products.base_price)
[00:01:26]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:01:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:01:26]                 │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="avg(products.base_price)"]') with timeout=2500
[00:01:26]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:01:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:01:29]                 │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:01:29]                 │ debg comboBox.getComboBoxSelectedOptions, comboBoxSelector: transformAggregationSelection > comboBoxInput
[00:01:29]                 │ debg TestSubjects.find(transformAggregationSelection > comboBoxInput)
[00:01:29]                 │ debg Find.findByCssSelector('[data-test-subj="transformAggregationSelection"] [data-test-subj="comboBoxInput"]') with timeout=10000
[00:01:29]                 │ debg TestSubjects.exists(transformAggregationEntry 0)
[00:01:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformAggregationEntry 0"]') with timeout=120000
[00:01:29]                 │ debg TestSubjects.getVisibleText(transformAggregationEntry 0 > transformAggregationEntryLabel)
[00:01:29]                 │ debg TestSubjects.find(transformAggregationEntry 0 > transformAggregationEntryLabel)
[00:01:29]                 │ debg Find.findByCssSelector('[data-test-subj="transformAggregationEntry 0"] [data-test-subj="transformAggregationEntryLabel"]') with timeout=10000
[00:01:29]                 └- ✓ pass  (6.0s) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg adds the aggregation entries"
[00:01:29]               └-> displays the advanced pivot editor switch
[00:01:29]                 └-> "before each" hook: global before each
[00:01:29]                 │ debg TestSubjects.exists(transformAdvancedPivotEditorSwitch)
[00:01:29]                 │ debg Find.existsByCssSelector('[data-test-subj="transformAdvancedPivotEditorSwitch"]') with timeout=120000
[00:01:29]                 │ debg TestSubjects.getAttribute(transformAdvancedPivotEditorSwitch, aria-checked)
[00:01:29]                 │ debg TestSubjects.find(transformAdvancedPivotEditorSwitch)
[00:01:29]                 │ debg Find.findByCssSelector('[data-test-subj="transformAdvancedPivotEditorSwitch"]') with timeout=10000
[00:01:29]                 └- ✓ pass  (36ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg displays the advanced pivot editor switch"
[00:01:29]               └-> loads the pivot preview
[00:01:29]                 └-> "before each" hook: global before each
[00:01:29]                 │ debg TestSubjects.exists(transformPivotPreview loaded)
[00:01:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformPivotPreview loaded"]') with timeout=120000
[00:01:29]                 └- ✓ pass  (35ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg loads the pivot preview"
[00:01:29]               └-> shows the pivot preview
[00:01:29]                 └-> "before each" hook: global before each
[00:01:29]                 │ debg TestSubjects.find(~transformPivotPreview)
[00:01:29]                 │ debg Find.findByCssSelector('[data-test-subj~="transformPivotPreview"]') with timeout=10000
[00:01:29]                 └- ✓ pass  (33ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg shows the pivot preview"
[00:01:29]               └-> loads the details step
[00:01:29]                 └-> "before each" hook: global before each
[00:01:30]                 │ debg TestSubjects.exists(transformWizardNavButtonNext)
[00:01:30]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformWizardNavButtonNext"]') with timeout=120000
[00:01:30]                 │ debg TestSubjects.clickWhenNotDisabled(transformWizardNavButtonNext)
[00:01:30]                 │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="transformWizardNavButtonNext"]') with timeout=10000
[00:01:30]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardNavButtonNext"]') with timeout=10000
[00:01:30]                 │ debg TestSubjects.exists(transformStepDetailsForm)
[00:01:30]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformStepDetailsForm"]') with timeout=120000
[00:01:30]                 │ debg TestSubjects.exists(transformStepDefineSummary)
[00:01:30]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformStepDefineSummary"]') with timeout=120000
[00:01:30]                 └- ✓ pass  (347ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg loads the details step"
[00:01:30]               └-> inputs the transform id
[00:01:30]                 └-> "before each" hook: global before each
[00:01:30]                 │ debg TestSubjects.exists(transformIdInput)
[00:01:30]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformIdInput"]') with timeout=120000
[00:01:30]                 │ debg TestSubjects.getAttribute(transformIdInput, value)
[00:01:30]                 │ debg TestSubjects.find(transformIdInput)
[00:01:30]                 │ debg Find.findByCssSelector('[data-test-subj="transformIdInput"]') with timeout=10000
[00:01:30]                 │ debg TestSubjects.setValue(transformIdInput, ec_1_1581677408721)
[00:01:30]                 │ debg TestSubjects.click(transformIdInput)
[00:01:30]                 │ debg Find.clickByCssSelector('[data-test-subj="transformIdInput"]') with timeout=10000
[00:01:30]                 │ debg Find.findByCssSelector('[data-test-subj="transformIdInput"]') with timeout=10000
[00:01:30]                 │ debg TestSubjects.getAttribute(transformIdInput, value)
[00:01:30]                 │ debg TestSubjects.find(transformIdInput)
[00:01:30]                 │ debg Find.findByCssSelector('[data-test-subj="transformIdInput"]') with timeout=10000
[00:01:30]                 └- ✓ pass  (577ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg inputs the transform id"
[00:01:30]               └-> inputs the transform description
[00:01:30]                 └-> "before each" hook: global before each
[00:01:30]                 │ debg TestSubjects.exists(transformDescriptionInput)
[00:01:30]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformDescriptionInput"]') with timeout=120000
[00:01:30]                 │ debg TestSubjects.getAttribute(transformDescriptionInput, value)
[00:01:30]                 │ debg TestSubjects.find(transformDescriptionInput)
[00:01:30]                 │ debg Find.findByCssSelector('[data-test-subj="transformDescriptionInput"]') with timeout=10000
[00:01:30]                 │ debg TestSubjects.setValue(transformDescriptionInput, ecommerce batch transform with groups terms(category.keyword) + date_histogram(order_date) 1m and aggregation avg(products.base_price))
[00:01:30]                 │ debg TestSubjects.click(transformDescriptionInput)
[00:01:30]                 │ debg Find.clickByCssSelector('[data-test-subj="transformDescriptionInput"]') with timeout=10000
[00:01:30]                 │ debg Find.findByCssSelector('[data-test-subj="transformDescriptionInput"]') with timeout=10000
[00:01:32]                 │ debg TestSubjects.getAttribute(transformDescriptionInput, value)
[00:01:32]                 │ debg TestSubjects.find(transformDescriptionInput)
[00:01:32]                 │ debg Find.findByCssSelector('[data-test-subj="transformDescriptionInput"]') with timeout=10000
[00:01:32]                 └- ✓ pass  (1.9s) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg inputs the transform description"
[00:01:32]               └-> inputs the destination index
[00:01:32]                 └-> "before each" hook: global before each
[00:01:32]                 │ debg TestSubjects.exists(transformDestinationIndexInput)
[00:01:32]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformDestinationIndexInput"]') with timeout=120000
[00:01:32]                 │ debg TestSubjects.getAttribute(transformDestinationIndexInput, value)
[00:01:32]                 │ debg TestSubjects.find(transformDestinationIndexInput)
[00:01:32]                 │ debg Find.findByCssSelector('[data-test-subj="transformDestinationIndexInput"]') with timeout=10000
[00:01:32]                 │ debg TestSubjects.setValue(transformDestinationIndexInput, dest_ec_1_1581677408721)
[00:01:32]                 │ debg TestSubjects.click(transformDestinationIndexInput)
[00:01:32]                 │ debg Find.clickByCssSelector('[data-test-subj="transformDestinationIndexInput"]') with timeout=10000
[00:01:32]                 │ debg Find.findByCssSelector('[data-test-subj="transformDestinationIndexInput"]') with timeout=10000
[00:01:33]                 │ debg TestSubjects.getAttribute(transformDestinationIndexInput, value)
[00:01:33]                 │ debg TestSubjects.find(transformDestinationIndexInput)
[00:01:33]                 │ debg Find.findByCssSelector('[data-test-subj="transformDestinationIndexInput"]') with timeout=10000
[00:01:33]                 └- ✓ pass  (437ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg inputs the destination index"
[00:01:33]               └-> displays the create index pattern switch
[00:01:33]                 └-> "before each" hook: global before each
[00:01:33]                 │ debg TestSubjects.exists(transformCreateIndexPatternSwitch)
[00:01:33]                 │ debg Find.existsByCssSelector('[data-test-subj="transformCreateIndexPatternSwitch"]') with timeout=120000
[00:01:33]                 │ debg TestSubjects.getAttribute(transformCreateIndexPatternSwitch, aria-checked)
[00:01:33]                 │ debg TestSubjects.find(transformCreateIndexPatternSwitch)
[00:01:33]                 │ debg Find.findByCssSelector('[data-test-subj="transformCreateIndexPatternSwitch"]') with timeout=10000
[00:01:33]                 └- ✓ pass  (34ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg displays the create index pattern switch"
[00:01:33]               └-> displays the continuous mode switch
[00:01:33]                 └-> "before each" hook: global before each
[00:01:33]                 │ debg TestSubjects.exists(transformContinuousModeSwitch)
[00:01:33]                 │ debg Find.existsByCssSelector('[data-test-subj="transformContinuousModeSwitch"]') with timeout=120000
[00:01:33]                 │ debg TestSubjects.getAttribute(transformContinuousModeSwitch, aria-checked)
[00:01:33]                 │ debg TestSubjects.find(transformContinuousModeSwitch)
[00:01:33]                 │ debg Find.findByCssSelector('[data-test-subj="transformContinuousModeSwitch"]') with timeout=10000
[00:01:33]                 └- ✓ pass  (33ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg displays the continuous mode switch"
[00:01:33]               └-> loads the create step
[00:01:33]                 └-> "before each" hook: global before each
[00:01:33]                 │ debg TestSubjects.exists(transformWizardNavButtonNext)
[00:01:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformWizardNavButtonNext"]') with timeout=120000
[00:01:33]                 │ debg TestSubjects.clickWhenNotDisabled(transformWizardNavButtonNext)
[00:01:33]                 │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="transformWizardNavButtonNext"]') with timeout=10000
[00:01:33]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardNavButtonNext"]') with timeout=10000
[00:01:33]                 │ debg TestSubjects.exists(transformStepCreateForm)
[00:01:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformStepCreateForm"]') with timeout=120000
[00:01:33]                 │ debg TestSubjects.exists(transformStepDefineSummary)
[00:01:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformStepDefineSummary"]') with timeout=120000
[00:01:33]                 │ debg TestSubjects.exists(transformStepDetailsSummary)
[00:01:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformStepDetailsSummary"]') with timeout=120000
[00:01:33]                 └- ✓ pass  (270ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg loads the create step"
[00:01:33]               └-> displays the create and start button
[00:01:33]                 └-> "before each" hook: global before each
[00:01:33]                 │ debg TestSubjects.exists(transformWizardCreateAndStartButton)
[00:01:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformWizardCreateAndStartButton"]') with timeout=120000
[00:01:33]                 └- ✓ pass  (29ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg displays the create and start button"
[00:01:33]               └-> displays the create button
[00:01:33]                 └-> "before each" hook: global before each
[00:01:33]                 │ debg TestSubjects.exists(transformWizardCreateButton)
[00:01:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformWizardCreateButton"]') with timeout=120000
[00:01:33]                 └- ✓ pass  (31ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg displays the create button"
[00:01:33]               └-> displays the copy to clipboard button
[00:01:33]                 └-> "before each" hook: global before each
[00:01:33]                 │ debg TestSubjects.exists(transformWizardCreateAndStartButton)
[00:01:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformWizardCreateAndStartButton"]') with timeout=120000
[00:01:33]                 └- ✓ pass  (24ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg displays the copy to clipboard button"
[00:01:33]               └-> creates the transform
[00:01:33]                 └-> "before each" hook: global before each
[00:01:33]                 │ debg TestSubjects.click(transformWizardCreateButton)
[00:01:33]                 │ debg Find.clickByCssSelector('[data-test-subj="transformWizardCreateButton"]') with timeout=10000
[00:01:33]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardCreateButton"]') with timeout=10000
[00:01:33]                 │ debg TestSubjects.exists(transformWizardStartButton)
[00:01:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformWizardStartButton"]') with timeout=120000
[00:01:33]                 │ debg TestSubjects.exists(transformWizardCardManagement)
[00:01:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformWizardCardManagement"]') with timeout=120000
[00:01:33]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] [.transform-internal-004] creating index, cause [auto(bulk api)], templates [.transform-internal-004], shards [1]/[1], mappings [_doc]
[00:01:33]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] updating number_of_replicas to [0] for indices [.transform-internal-004]
[00:01:33]                 │ debg TestSubjects.isEnabled(transformWizardCreateButton)
[00:01:33]                 │ debg TestSubjects.find(transformWizardCreateButton)
[00:01:33]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardCreateButton"]') with timeout=10000
[00:01:33]                 └- ✓ pass  (186ms) "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg creates the transform"
[00:01:33]               └-> starts the transform and finishes processing
[00:01:33]                 └-> "before each" hook: global before each
[00:01:33]                 │ debg TestSubjects.click(transformWizardStartButton)
[00:01:33]                 │ debg Find.clickByCssSelector('[data-test-subj="transformWizardStartButton"]') with timeout=10000
[00:01:33]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardStartButton"]') with timeout=10000
[00:01:33]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.transform-internal-004][0]]]).
[00:01:33]                 │ debg TestSubjects.exists(transformWizardCardDiscover)
[00:01:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformWizardCardDiscover"]') with timeout=120000
[00:01:33]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] [.transform-notifications-000002] creating index, cause [auto(bulk api)], templates [.transform-notifications-000002], shards [1]/[1], mappings [_doc]
[00:01:33]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] updating number_of_replicas to [0] for indices [.transform-notifications-000002]
[00:01:34]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1581675139535031087] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.transform-notifications-000002][0]]]).
[00:01:35]                 │ debg TestSubjects.isEnabled(transformWizardStartButton)
[00:01:35]                 │ debg TestSubjects.find(transformWizardStartButton)
[00:01:35]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardStartButton"]') with timeout=10000
[00:01:35]                 │ debg TestSubjects.exists(transformWizardProgressBar)
[00:01:35]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=120000
[00:01:35]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:35]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:35]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:35]                 │ debg --- retry.tryForTime error: Expected progress bar value to be 100 (got 0)
[00:01:36]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:36]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:36]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:36]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:36]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:36]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:36]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:36]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:37]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:37]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:37]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:37]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:37]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:37]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:37]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:37]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:38]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:38]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:38]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:38]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:38]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:38]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:38]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:38]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:39]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:39]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:39]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:39]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:39]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:39]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:39]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:39]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:40]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:40]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:40]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:40]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:40]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:40]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:40]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:40]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:41]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:41]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:41]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:41]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:41]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:41]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:41]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:41]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:42]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:42]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:42]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:42]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:42]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:42]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:42]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:42]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:43]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:43]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:43]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:43]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:43]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:43]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:44]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:44]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:44]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:44]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:44]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:44]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:44]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:44]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:45]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:45]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:45]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:45]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:46]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:46]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:46]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:46]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:46]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:46]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:46]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:46]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:47]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:47]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:47]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:47]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:47]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:47]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:47]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:47]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:48]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:48]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:48]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:48]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:48]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:48]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:48]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:48]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:49]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:49]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:49]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:49]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:49]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:49]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:49]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:49]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:50]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:50]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:50]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:50]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:50]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:50]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:50]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:50]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:51]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:51]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:51]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:51]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:51]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:51]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:51]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:51]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:52]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:52]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:52]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:52]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:52]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:52]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:52]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:52]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:53]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:53]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:53]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:53]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:53]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:53]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:53]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:53]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:54]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:54]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:54]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:54]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:54]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:54]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:54]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:54]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:55]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:55]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:55]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:55]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:55]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:55]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:55]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:55]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:56]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:56]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:56]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:56]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:56]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:56]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:56]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:56]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:57]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:57]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:57]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:57]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:57]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:57]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:57]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:58]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:58]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:58]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:58]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:58]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:59]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:59]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:59]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:59]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:59]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:01:59]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:01:59]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:01:59]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:00]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:00]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:00]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:00]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:00]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:00]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:00]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:00]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:01]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:01]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:01]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:01]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:01]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:01]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:01]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:01]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:02]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:02]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:02]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:02]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:02]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:02]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:02]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:02]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:03]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:03]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:03]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:03]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:03]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:03]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:03]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:03]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:04]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:04]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:04]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:04]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:04]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:04]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:04]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:04]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:05]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:05]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:05]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:05]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:05]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:05]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:05]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:05]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:06]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:06]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:06]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:06]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:06]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:06]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:06]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:06]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:07]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:07]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:07]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:07]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:07]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:07]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:07]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:07]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:08]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:08]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:08]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:08]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:08]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:08]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:08]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:08]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:09]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:09]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:09]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:09]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:09]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:09]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:09]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:09]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:10]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:10]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:10]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:10]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:11]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:11]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:11]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:11]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:11]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:11]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:11]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:11]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:12]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:12]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:12]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:12]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:12]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:12]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:12]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:12]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:13]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:13]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:13]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:13]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:13]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:13]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:13]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:13]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:14]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:14]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:14]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:14]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:14]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:14]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:14]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:14]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:15]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:15]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:15]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:15]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:15]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:15]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:15]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:15]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:16]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:16]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:16]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:16]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:16]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:16]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:16]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:16]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:17]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:17]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:17]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:17]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:17]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:17]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:17]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:17]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:18]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:18]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:18]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:18]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:18]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:18]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:18]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:18]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:19]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:19]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:19]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:19]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:19]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:19]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:19]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:19]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:20]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:20]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:20]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:20]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:20]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:20]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:20]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:20]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:21]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:21]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:21]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:21]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:21]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:21]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:21]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:21]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:22]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:22]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:22]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:22]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:22]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:22]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:22]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:23]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:23]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:23]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:23]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:23]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:24]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:24]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:24]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:24]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:24]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:24]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:24]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:24]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:25]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:25]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:25]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:25]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:25]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:25]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:25]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:25]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:26]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:26]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:26]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:26]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:26]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:26]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:26]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:26]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:27]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:27]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:27]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:27]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:27]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:27]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:27]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:27]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:28]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:28]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:28]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:28]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:28]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:28]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:28]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:28]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:29]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:29]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:29]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:29]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:29]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:29]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:29]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:29]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:30]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:30]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:30]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:30]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:30]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:30]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:30]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:30]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:31]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:31]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:31]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:31]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:31]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:31]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:31]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:31]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:32]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:32]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:32]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:32]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:32]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:32]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:32]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:32]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:33]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:33]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:33]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:33]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:33]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:33]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:33]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:33]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:34]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:34]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:34]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:34]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:34]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:34]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:34]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:34]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:35]                 │ debg TestSubjects.getAttribute(transformWizardProgressBar, value)
[00:02:35]                 │ debg TestSubjects.find(transformWizardProgressBar)
[00:02:35]                 │ debg Find.findByCssSelector('[data-test-subj="transformWizardProgressBar"]') with timeout=10000
[00:02:35]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:36]                 │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/transform creation_index_pattern batch transform with terms_date_histogram groups and avg agg starts the transform and finishes processing.png"
[00:02:36]                 │ info Current URL is: http://localhost:6191/app/kibana/#/management/elasticsearch/transform/create_transform/5193f870-d861-11e9-a311-0fa548c5f953
[00:02:36]                 │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/transform creation_index_pattern batch transform with terms_date_histogram groups and avg agg starts the transform and finishes processing.html
[00:02:36]                 └- ✖ fail: "transform creation_index_pattern batch transform with terms+date_histogram groups and avg agg starts the transform and finishes processing"
[00:02:36]                 │

Stack Trace

Error: retry.tryForTime timeout: Error: Expected progress bar value to be 100 (got 0)
    at retry.tryForTime (test/functional/services/transform_ui/wizard.ts:418:17)
    at process._tickCallback (internal/process/next_tick.js:68:7)
    at onFailure (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:68:13)

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@flash1293 flash1293 merged commit ecc03e9 into elastic:7.x Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants