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

[Maps] Update GisMapController to use stateful SearchBar #57282

Closed
wants to merge 6 commits into from

Conversation

nreese
Copy link
Contributor

@nreese nreese commented Feb 10, 2020

#56160 added use-default-behaviors to SearchBar component. This PR updates GisMapController to use this new behavior to simplify $scope and state manegement. This is will make the migration away from appState easier since it removes lots of the state management from GisMapController

@nreese nreese requested a review from a team as a code owner February 10, 2020 23:16
@nreese nreese changed the title Maps stateful search bar [Maps] Update GisMapController to use stateful SearchBar Feb 10, 2020
@@ -9,21 +9,16 @@
show-search-bar="chrome.getVisible()"
show-filter-bar="chrome.getVisible()"
show-date-picker="showDatePicker"
show-save-query="showSaveQuery"
index-patterns="indexPatterns"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


function syncAppAndGlobalState() {
const onQueryChange = _.debounce((forceRefresh = false) => {
console.log('onQueryChange');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove console.log?

syncAppAndGlobalState();

store.dispatch(setRefreshConfig($scope.refreshConfig));
$scope.onQuerySubmit = function({ query }) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

onQuerySubmit has a second, isUpdate argument

Copy link
Contributor

@lizozom lizozom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great in terms of using the stateful SearchBar :)

Didn't dive deep into the state management on the app side.

@nreese
Copy link
Contributor Author

nreese commented Feb 12, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💔 Build Failed


Test Failures

Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/maps/es_geo_grid_source·js.maps app layer geo grid aggregation source heatmap should re-fetch geotile_grid aggregation with refresh timer

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: maps app
[00:00:00]           └-> "before all" hook
[00:00:00]           └-> "before all" hook
[00:00:00]             │ info [logstash_functional] Loading "mappings.json"
[00:00:00]             │ info [logstash_functional] Loading "data.json.gz"
[00:00:00]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]]).
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]]).
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]]).
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:10]             │ info progress: 7519
[00:00:15]             │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:15]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:15]             │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:15]             │ info [maps/data] Loading "mappings.json"
[00:00:15]             │ info [maps/data] Loading "data.json"
[00:00:15]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [geo_shapes] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:15]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[geo_shapes][0]]]).
[00:00:15]             │ info [maps/data] Created index "geo_shapes"
[00:00:15]             │ debg [maps/data] "geo_shapes" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:15]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [meta_for_geo_shapes] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:16]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[meta_for_geo_shapes][0]]]).
[00:00:16]             │ info [maps/data] Created index "meta_for_geo_shapes"
[00:00:16]             │ debg [maps/data] "meta_for_geo_shapes" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:16]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [antimeridian_points] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:16]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[antimeridian_points][0]]]).
[00:00:16]             │ info [maps/data] Created index "antimeridian_points"
[00:00:16]             │ debg [maps/data] "antimeridian_points" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:16]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [antimeridian_shapes] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:16]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[antimeridian_shapes][0]]]).
[00:00:16]             │ info [maps/data] Created index "antimeridian_shapes"
[00:00:16]             │ debg [maps/data] "antimeridian_shapes" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:16]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [flights] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:16]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[flights][0]]]).
[00:00:16]             │ info [maps/data] Created index "flights"
[00:00:16]             │ debg [maps/data] "flights" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:16]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [connections] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:16]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[connections][0]]]).
[00:00:16]             │ info [maps/data] Created index "connections"
[00:00:16]             │ debg [maps/data] "connections" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:16]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [meta_for_geo_shapes/zY2bv1o9QJ-UsqY9Ptj26Q] update_mapping [_doc]
[00:00:16]             │ info [maps/data] Indexed 4 docs into "geo_shapes"
[00:00:16]             │ info [maps/data] Indexed 6 docs into "meta_for_geo_shapes"
[00:00:16]             │ info [maps/data] Indexed 3 docs into "antimeridian_points"
[00:00:16]             │ info [maps/data] Indexed 3 docs into "antimeridian_shapes"
[00:00:16]             │ info [maps/data] Indexed 3 docs into "flights"
[00:00:16]             │ info [maps/data] Indexed 4 docs into "connections"
[00:00:16]             │ info [maps/kibana] Loading "mappings.json"
[00:00:16]             │ info [maps/kibana] Loading "data.json"
[00:00:16]             │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_1/7hF1Ql8SSdeK7uLqVkBOUw] deleting index
[00:00:16]             │ info [maps/kibana] Deleted existing index [".kibana_1"]
[00:00:16]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:16]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana][0]]]).
[00:00:16]             │ info [maps/kibana] Created index ".kibana"
[00:00:16]             │ debg [maps/kibana] ".kibana" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:17]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana/gLzHtKbHRSGQqZ27UZW8Cw] update_mapping [_doc]
[00:00:17]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana/gLzHtKbHRSGQqZ27UZW8Cw] update_mapping [_doc]
[00:00:17]             │ info [maps/kibana] Indexed 26 docs into ".kibana"
[00:01:07]             │ info Creating index .kibana_2.
[00:01:07]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:01:07]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] updating number_of_replicas to [0] for indices [.kibana_2]
[00:01:07]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_2][0]]]).
[00:01:08]             │ info Reindexing .kibana to .kibana_1
[00:01:08]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:01:08]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] updating number_of_replicas to [0] for indices [.kibana_1]
[00:01:08]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]]).
[00:01:08]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.tasks] creating index, cause [auto(task api)], templates [], shards [1]/[1], mappings [_doc]
[00:01:08]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] updating number_of_replicas to [0] for indices [.tasks]
[00:01:08]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.tasks][0]]]).
[00:01:08]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] 1722 finished with response BulkByScrollResponse[took=162.2ms,timed_out=false,sliceId=null,updated=0,created=26,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:01:08]             │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana/gLzHtKbHRSGQqZ27UZW8Cw] deleting index
[00:01:08]             │ info Migrating .kibana_1 saved objects to .kibana_2
[00:01:08]             │ debg Migrating saved objects space:default, index-pattern:c698b940-e149-11e8-a35a-370a8516603a, index-pattern:561253e0-f731-11e8-8487-11b9dd924f96, index-pattern:e20b2a30-f735-11e8-8ce0-9723965e01e3, index-pattern:1035e930-1811-11e9-b78a-23d706cd2507, index-pattern:502886a0-18f8-11e9-97c8-5da5e037299c, index-pattern:f7fc94a0-936b-11e9-a43f-eb6ee3467b2b, index-pattern:dedd3180-c8d8-11e9-b36c-81f9f9da524f, map:d2e73f40-e14a-11e8-a35a-370a8516603a, map:8eabdab0-144f-11e9-809f-ad25bb78262c, map:7f047b80-b93b-11e9-b146-7d043e1b0586, map:68305470-87bc-11e9-a991-3b492a7c3e09, map:c9734720-eb7f-11e9-8f42-fb14e91ef4b8, map:c9277dd0-eb8f-11e9-ae47-693d6a50fb9e, map:1649cc70-f736-11e8-8ce0-9723965e01e3, map:60a3c850-03ae-11e9-83d4-5b39b6575325, map:88845ec0-03ae-11e9-83d4-5b39b6575325, map:346fbec0-1811-11e9-b78a-23d706cd2507, map:6a6ff930-18f8-11e9-97c8-5da5e037299c, map:745c98b0-23e1-11e9-a048-6fef5a3e0d1e, map:62914770-936c-11e9-a43f-eb6ee3467b2b, map:4cd3e220-bf64-11e9-bbcc-7db09a1519e9, map:3c9949f0-c8dc-11e9-9ea1-8b2710d4a86b, dashboard:19906970-2e40-11e9-85cb-6965aae20f13, dashboard:03c7cbf0-8eae-11e9-b674-69d1999628e4, query:okjpgs
[00:01:08]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/i_MHCAJuSC-1wLQ2U4xfJQ] update_mapping [_doc]
[00:01:08]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/i_MHCAJuSC-1wLQ2U4xfJQ] update_mapping [_doc]
[00:01:08]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/i_MHCAJuSC-1wLQ2U4xfJQ] update_mapping [_doc]
[00:01:08]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/i_MHCAJuSC-1wLQ2U4xfJQ] update_mapping [_doc]
[00:01:09]             │ info Pointing alias .kibana to .kibana_2.
[00:01:09]             │ info Finished in 1207ms.
[00:01:09]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:01:10]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/i_MHCAJuSC-1wLQ2U4xfJQ] update_mapping [_doc]
[00:01:11]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*"}
[00:01:11]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/i_MHCAJuSC-1wLQ2U4xfJQ] update_mapping [_doc]
[00:01:12]           └-: 
[00:01:12]             └-> "before all" hook
[00:01:12]             └-: layer geo grid aggregation source
[00:01:12]               └-> "before all" hook
[00:01:12]               └-: heatmap
[00:01:12]                 └-> "before all" hook
[00:01:12]                 └-> "before all" hook
[00:01:12]                   │ debg Load Saved Map geo grid heatmap example
[00:01:12]                   │ debg searchForMapWithName: geo grid heatmap example
[00:01:12]                   │ debg gotoMapListingPage
[00:01:12]                   │ debg onMapListingPage
[00:01:12]                   │ debg TestSubjects.exists(mapsListingPage)
[00:01:12]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mapsListingPage"]') with timeout=2500
[00:01:14]                   │ debg --- retry.tryForTime error: [data-test-subj="mapsListingPage"] is not displayed
[00:01:15]                   │ debg Navigate to: http://localhost:61111/app/maps#/maps//
[00:01:15]                   │ debg browser[INFO] http://localhost:61111/login?next=%2Fapp%2Fmaps%3F_t%3D1581537107900#/maps// 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:15]                   │
[00:01:15]                   │ debg browser[INFO] http://localhost:61111/bundles/app/login/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:15]                   │ debg currentUrl = http://localhost:61111/login?next=%2Fapp%2Fmaps%3F_t%3D1581537107900#/maps//
[00:01:15]                   │          appUrl = http://localhost:61111/app/maps#/maps//
[00:01:15]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:21]                   │ debg Found login page.  Logging in with username = elastic
[00:01:21]                   │ debg TestSubjects.setValue(loginUsername, elastic)
[00:01:21]                   │ debg TestSubjects.click(loginUsername)
[00:01:21]                   │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:01:21]                   │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:01:21]                   │ debg browser[INFO] http://localhost:61111/built_assets/dlls/vendors_3.bundle.dll.js 582:139970 "INFO: 2020-02-12T19:51:53Z
[00:01:21]                   │        Adding connection to http://localhost:61111/elasticsearch
[00:01:21]                   │
[00:01:21]                   │      "
[00:01:22]                   │ debg TestSubjects.setValue(loginPassword, changeme)
[00:01:22]                   │ debg TestSubjects.click(loginPassword)
[00:01:22]                   │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:01:22]                   │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:01:22]                   │ debg TestSubjects.click(loginSubmit)
[00:01:22]                   │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:01:22]                   │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:01:22]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"] nav:not(.ng-hide)') with timeout=20000
[00:01:28]                   │ debg browser[INFO] http://localhost:61111/app/maps?_t=1581537107900#/maps// 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:28]                   │
[00:01:28]                   │ debg browser[INFO] http://localhost:61111/bundles/app/maps/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:28]                   │ debg browser[INFO] http://localhost:61111/built_assets/dlls/vendors_3.bundle.dll.js 582:139970 "INFO: 2020-02-12T19:51:59Z
[00:01:28]                   │        Adding connection to http://localhost:61111/elasticsearch
[00:01:28]                   │
[00:01:28]                   │      "
[00:01:28]                   │ debg browser[INFO] http://localhost:61111/app/maps?_t=1581537121098#/maps// 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:28]                   │
[00:01:28]                   │ debg browser[INFO] http://localhost:61111/bundles/app/maps/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:28]                   │ debg Finished login process currentUrl = http://localhost:61111/app/maps#/maps//
[00:01:28]                   │ debg onMapListingPage
[00:01:28]                   │ debg TestSubjects.exists(mapsListingPage)
[00:01:28]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mapsListingPage"]') with timeout=2500
[00:01:31]                   │ debg browser[INFO] http://localhost:61111/built_assets/dlls/vendors_3.bundle.dll.js 582:139970 "INFO: 2020-02-12T19:52:04Z
[00:01:31]                   │        Adding connection to http://localhost:61111/elasticsearch
[00:01:31]                   │
[00:01:31]                   │      "
[00:01:31]                   │ debg --- retry.tryForTime error: [data-test-subj="mapsListingPage"] is not displayed
[00:01:31]                   │ debg --- retry.try error: Not on map listing page.
[00:01:32]                   │ debg Navigate to: http://localhost:61111/app/maps#/maps//
[00:01:32]                   │ debg browser[INFO] http://localhost:61111/app/maps?_t=1581537125054#/maps// 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:32]                   │
[00:01:32]                   │ debg browser[INFO] http://localhost:61111/bundles/app/maps/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:32]                   │ debg currentUrl = http://localhost:61111/app/maps#/maps//
[00:01:32]                   │          appUrl = http://localhost:61111/app/maps#/maps//
[00:01:32]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:37]                   │ debg onMapListingPage
[00:01:37]                   │ debg TestSubjects.exists(mapsListingPage)
[00:01:37]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mapsListingPage"]') with timeout=2500
[00:01:37]                   │ debg browser[INFO] http://localhost:61111/built_assets/dlls/vendors_3.bundle.dll.js 582:139970 "INFO: 2020-02-12T19:52:08Z
[00:01:37]                   │        Adding connection to http://localhost:61111/elasticsearch
[00:01:37]                   │
[00:01:37]                   │      "
[00:01:37]                   │ debg TestSubjects.find(searchFilter)
[00:01:37]                   │ debg Find.findByCssSelector('[data-test-subj="searchFilter"]') with timeout=10000
[00:01:38]                   │ debg isGlobalLoadingIndicatorVisible
[00:01:38]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:38]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:39]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:40]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:40]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:40]                   │ debg TestSubjects.click(mapListingTitleLink-geo-grid-heatmap-example)
[00:01:40]                   │ debg Find.clickByCssSelector('[data-test-subj="mapListingTitleLink-geo-grid-heatmap-example"]') with timeout=10000
[00:01:40]                   │ debg Find.findByCssSelector('[data-test-subj="mapListingTitleLink-geo-grid-heatmap-example"]') with timeout=10000
[00:01:40]                   │ debg isGlobalLoadingIndicatorVisible
[00:01:40]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:40]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13555 "getRefreshIntervalUpdate$"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13048 "onQueryChange"
[00:01:42]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13048 "onQueryChange"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:42]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:42]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13048 "onQueryChange"
[00:01:42]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:43]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13048 "onQueryChange"
[00:01:43]                   │ debg onMapListingPage
[00:01:43]                   │ debg TestSubjects.exists(mapsListingPage)
[00:01:43]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mapsListingPage"]') with timeout=2500
[00:01:45]                   │ debg browser[WARNING] http://localhost:61111/bundles/cfb0bf0dae1bc753017a45217da216e7.js 0 Geometry exceeds allowed extent, reduce your vector tile buffer size
[00:01:45]                   │ debg browser[WARNING] http://localhost:61111/bundles/cfb0bf0dae1bc753017a45217da216e7.js 0 Geometry exceeds allowed extent, reduce your vector tile buffer size
[00:01:45]                   │ debg --- retry.tryForTime error: [data-test-subj="mapsListingPage"] is not displayed
[00:01:46]                   │ debg Wait for layers to load
[00:01:46]                   │ debg TestSubjects.find(mapLayerTOC)
[00:01:46]                   │ debg Find.findByCssSelector('[data-test-subj="mapLayerTOC"]') with timeout=10000
[00:01:47]                 └-> should re-fetch geotile_grid aggregation with refresh timer
[00:01:47]                   └-> "before each" hook: global before each
[00:01:47]                   │ debg Inspector.open
[00:01:47]                   │ debg TestSubjects.exists(inspectorPanel)
[00:01:47]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:01:49]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:01:50]                   │ debg TestSubjects.click(openInspectorButton)
[00:01:50]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:01:50]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:01:50]                   │ debg TestSubjects.exists(inspectorPanel)
[00:01:50]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:01:50]                   │ debg Open Inspector view inspectorViewChooserRequests
[00:01:50]                   │ debg TestSubjects.click(inspectorViewChooser)
[00:01:50]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:01:50]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:01:50]                   │ debg TestSubjects.click(inspectorViewChooserRequests)
[00:01:50]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:01:50]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:01:50]                   │ debg TestSubjects.find(inspectorPanel)
[00:01:50]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:01:51]                   │ debg Close Inspector
[00:01:51]                   │ debg TestSubjects.exists(inspectorPanel)
[00:01:51]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:01:51]                   │ debg Closing flyout inspectorPanel
[00:01:51]                   │ debg TestSubjects.find(inspectorPanel)
[00:01:51]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:01:51]                   │ debg Waiting up to 20000ms for flyout closed...
[00:01:51]                   │ debg TestSubjects.exists(inspectorPanel)
[00:01:51]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:01:52]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:01:52]                   │ debg TestSubjects.exists(inspectorPanel)
[00:01:52]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:01:55]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:01:55]                   │ debg triggerSingleRefresh, refreshInterval: 1000
[00:01:55]                   │ debg resumeAutoRefresh
[00:01:55]                   │ debg openQuickSelectTimeMenu
[00:01:55]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:01:55]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:01:58]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerQuickMenu"] is not displayed
[00:01:58]                   │ debg opening quick select menu
[00:01:58]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:01:58]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:01:58]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:01:59]                   │ debg TestSubjects.getAttribute(superDatePickerRefreshIntervalInput, value)
[00:01:59]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalInput)
[00:01:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalInput"]') with timeout=10000
[00:01:59]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalUnitsSelect)
[00:01:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalUnitsSelect"]') with timeout=10000
[00:01:59]                   │ debg Find.allDescendantDisplayedByCssSelector('option')
[00:01:59]                   │ debg TestSubjects.getVisibleText(superDatePickerToggleRefreshButton)
[00:01:59]                   │ debg TestSubjects.find(superDatePickerToggleRefreshButton)
[00:01:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:01:59]                   │ debg resume auto refresh
[00:01:59]                   │ debg TestSubjects.click(superDatePickerToggleRefreshButton)
[00:01:59]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:01:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:01:59]                   │ debg closeQuickSelectTimeMenu
[00:01:59]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:01:59]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:01:59]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13555 "getRefreshIntervalUpdate$"
[00:02:00]                   │ debg closing quick select menu
[00:02:00]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:02:00]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:00]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:00]                   │ debg waiting to give time for refresh timer to fire
[00:02:00]                   │ debg ... sleep(1500) start
[00:02:01]                   │ debg ... sleep(1500) end
[00:02:01]                   │ debg pauseAutoRefresh
[00:02:01]                   │ debg openQuickSelectTimeMenu
[00:02:01]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:02:01]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:02:04]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerQuickMenu"] is not displayed
[00:02:04]                   │ debg opening quick select menu
[00:02:04]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:02:04]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:04]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:04]                   │ debg TestSubjects.getAttribute(superDatePickerRefreshIntervalInput, value)
[00:02:04]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalInput)
[00:02:04]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalInput"]') with timeout=10000
[00:02:04]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalUnitsSelect)
[00:02:04]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalUnitsSelect"]') with timeout=10000
[00:02:04]                   │ debg Find.allDescendantDisplayedByCssSelector('option')
[00:02:05]                   │ debg TestSubjects.getVisibleText(superDatePickerToggleRefreshButton)
[00:02:05]                   │ debg TestSubjects.find(superDatePickerToggleRefreshButton)
[00:02:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:02:05]                   │ debg pause auto refresh
[00:02:05]                   │ debg TestSubjects.click(superDatePickerToggleRefreshButton)
[00:02:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:02:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:02:05]                   │ debg closeQuickSelectTimeMenu
[00:02:05]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:02:05]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:02:05]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13555 "getRefreshIntervalUpdate$"
[00:02:05]                   │ debg closing quick select menu
[00:02:05]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:02:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:05]                   │ debg closeQuickSelectTimeMenu
[00:02:05]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:02:05]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:02:05]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerQuickMenu"] is not displayed
[00:02:08]                   │ debg --- retry.tryForTime failed again with the same message...
[00:02:09]                   │ debg Wait for layers to load
[00:02:09]                   │ debg TestSubjects.find(mapLayerTOC)
[00:02:09]                   │ debg Find.findByCssSelector('[data-test-subj="mapLayerTOC"]') with timeout=10000
[00:02:10]                   │ debg Inspector.open
[00:02:10]                   │ debg TestSubjects.exists(inspectorPanel)
[00:02:10]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:02:13]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:02:13]                   │ debg TestSubjects.click(openInspectorButton)
[00:02:13]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:02:13]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:02:13]                   │ debg TestSubjects.exists(inspectorPanel)
[00:02:13]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:02:13]                   │ debg Open Inspector view inspectorViewChooserRequests
[00:02:13]                   │ debg TestSubjects.click(inspectorViewChooser)
[00:02:13]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:02:13]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:02:13]                   │ debg TestSubjects.click(inspectorViewChooserRequests)
[00:02:13]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:02:13]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:02:14]                   │ debg TestSubjects.find(inspectorPanel)
[00:02:14]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:02:14]                   │ debg Close Inspector
[00:02:14]                   │ debg TestSubjects.exists(inspectorPanel)
[00:02:14]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:02:14]                   │ debg Closing flyout inspectorPanel
[00:02:14]                   │ debg TestSubjects.find(inspectorPanel)
[00:02:14]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:02:14]                   │ debg Waiting up to 20000ms for flyout closed...
[00:02:14]                   │ debg TestSubjects.exists(inspectorPanel)
[00:02:14]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:02:15]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:02:16]                   │ debg TestSubjects.exists(inspectorPanel)
[00:02:16]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:02:18]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:02:19]                   │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/maps app  layer geo grid aggregation source heatmap should re-fetch geotile_grid aggregation with refresh timer.png"
[00:02:19]                   │ info Current URL is: http://localhost:61111/app/maps#/map/60a3c850-03ae-11e9-83d4-5b39b6575325?_g=(filters:!(),refreshInterval:(pause:!t,value:1000),time:(from:%272015-09-20T00:00:00.000Z%27,to:%272015-09-20T01:00:00.000Z%27))&_a=(filters:!(),query:(language:kuery,query:%27%27))
[00:02:19]                   │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/maps app  layer geo grid aggregation source heatmap should re-fetch geotile_grid aggregation with refresh timer.html
[00:02:19]                   └- ✖ fail: "maps app  layer geo grid aggregation source heatmap should re-fetch geotile_grid aggregation with refresh timer"
[00:02:19]                   │

Stack Trace

Error: expected '2020-02-12T19:52:15.056Z' to not equal '2020-02-12T19:52:15.056Z'
    at Assertion.assert (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:100:11)
    at Assertion.equal (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:227:8)
    at Context.it (test/functional/apps/maps/es_geo_grid_source.js:101:52)

Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/maps/es_geo_grid_source·js.maps app layer geo grid aggregation source heatmap should re-fetch geotile_grid aggregation with refresh timer

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: maps app
[00:00:00]           └-> "before all" hook
[00:00:00]           └-> "before all" hook
[00:00:00]             │ info [logstash_functional] Loading "mappings.json"
[00:00:00]             │ info [logstash_functional] Loading "data.json.gz"
[00:00:00]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]]).
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]]).
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]]).
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:00:00]             │ debg [logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:10]             │ info progress: 7218
[00:00:16]             │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:16]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:16]             │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:16]             │ info [maps/data] Loading "mappings.json"
[00:00:16]             │ info [maps/data] Loading "data.json"
[00:00:16]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [geo_shapes] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:17]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[geo_shapes][0]]]).
[00:00:17]             │ info [maps/data] Created index "geo_shapes"
[00:00:17]             │ debg [maps/data] "geo_shapes" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:17]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [meta_for_geo_shapes] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:17]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[meta_for_geo_shapes][0]]]).
[00:00:17]             │ info [maps/data] Created index "meta_for_geo_shapes"
[00:00:17]             │ debg [maps/data] "meta_for_geo_shapes" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:17]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [antimeridian_points] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:17]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[antimeridian_points][0]]]).
[00:00:17]             │ info [maps/data] Created index "antimeridian_points"
[00:00:17]             │ debg [maps/data] "antimeridian_points" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:17]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [antimeridian_shapes] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:17]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[antimeridian_shapes][0]]]).
[00:00:17]             │ info [maps/data] Created index "antimeridian_shapes"
[00:00:17]             │ debg [maps/data] "antimeridian_shapes" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:17]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [flights] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:17]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[flights][0]]]).
[00:00:17]             │ info [maps/data] Created index "flights"
[00:00:17]             │ debg [maps/data] "flights" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:17]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [connections] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:17]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[connections][0]]]).
[00:00:17]             │ info [maps/data] Created index "connections"
[00:00:17]             │ debg [maps/data] "connections" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:17]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [meta_for_geo_shapes/DVRBIpinS8aWTZvcZyS6Jg] update_mapping [_doc]
[00:00:17]             │ info [maps/data] Indexed 4 docs into "geo_shapes"
[00:00:17]             │ info [maps/data] Indexed 6 docs into "meta_for_geo_shapes"
[00:00:17]             │ info [maps/data] Indexed 3 docs into "antimeridian_points"
[00:00:17]             │ info [maps/data] Indexed 3 docs into "antimeridian_shapes"
[00:00:17]             │ info [maps/data] Indexed 3 docs into "flights"
[00:00:17]             │ info [maps/data] Indexed 4 docs into "connections"
[00:00:18]             │ info [maps/kibana] Loading "mappings.json"
[00:00:18]             │ info [maps/kibana] Loading "data.json"
[00:00:18]             │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_1/npXGPPJaRP6zOZQJAxDMkQ] deleting index
[00:00:18]             │ info [maps/kibana] Deleted existing index [".kibana_1"]
[00:00:18]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:18]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana][0]]]).
[00:00:18]             │ info [maps/kibana] Created index ".kibana"
[00:00:18]             │ debg [maps/kibana] ".kibana" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:18]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana/Qnovn5vMQ06G73Xgn1Nj1Q] update_mapping [_doc]
[00:00:18]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana/Qnovn5vMQ06G73Xgn1Nj1Q] update_mapping [_doc]
[00:00:18]             │ info [maps/kibana] Indexed 26 docs into ".kibana"
[00:01:10]             │ info Creating index .kibana_2.
[00:01:10]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:01:10]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] updating number_of_replicas to [0] for indices [.kibana_2]
[00:01:10]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_2][0]]]).
[00:01:10]             │ info Reindexing .kibana to .kibana_1
[00:01:10]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:01:10]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] updating number_of_replicas to [0] for indices [.kibana_1]
[00:01:10]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]]).
[00:01:11]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.tasks] creating index, cause [auto(task api)], templates [], shards [1]/[1], mappings [_doc]
[00:01:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] updating number_of_replicas to [0] for indices [.tasks]
[00:01:11]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.tasks][0]]]).
[00:01:11]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] 1719 finished with response BulkByScrollResponse[took=173ms,timed_out=false,sliceId=null,updated=0,created=26,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:01:11]             │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana/Qnovn5vMQ06G73Xgn1Nj1Q] deleting index
[00:01:11]             │ info Migrating .kibana_1 saved objects to .kibana_2
[00:01:11]             │ debg Migrating saved objects space:default, index-pattern:c698b940-e149-11e8-a35a-370a8516603a, index-pattern:561253e0-f731-11e8-8487-11b9dd924f96, index-pattern:e20b2a30-f735-11e8-8ce0-9723965e01e3, index-pattern:1035e930-1811-11e9-b78a-23d706cd2507, index-pattern:502886a0-18f8-11e9-97c8-5da5e037299c, index-pattern:f7fc94a0-936b-11e9-a43f-eb6ee3467b2b, index-pattern:dedd3180-c8d8-11e9-b36c-81f9f9da524f, map:d2e73f40-e14a-11e8-a35a-370a8516603a, map:8eabdab0-144f-11e9-809f-ad25bb78262c, map:7f047b80-b93b-11e9-b146-7d043e1b0586, map:68305470-87bc-11e9-a991-3b492a7c3e09, map:c9734720-eb7f-11e9-8f42-fb14e91ef4b8, map:c9277dd0-eb8f-11e9-ae47-693d6a50fb9e, map:1649cc70-f736-11e8-8ce0-9723965e01e3, map:60a3c850-03ae-11e9-83d4-5b39b6575325, map:88845ec0-03ae-11e9-83d4-5b39b6575325, map:346fbec0-1811-11e9-b78a-23d706cd2507, map:6a6ff930-18f8-11e9-97c8-5da5e037299c, map:745c98b0-23e1-11e9-a048-6fef5a3e0d1e, map:62914770-936c-11e9-a43f-eb6ee3467b2b, map:4cd3e220-bf64-11e9-bbcc-7db09a1519e9, map:3c9949f0-c8dc-11e9-9ea1-8b2710d4a86b, dashboard:19906970-2e40-11e9-85cb-6965aae20f13, dashboard:03c7cbf0-8eae-11e9-b674-69d1999628e4, query:okjpgs
[00:01:11]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/hjqybjORSh2xdyDpMMQBFw] update_mapping [_doc]
[00:01:11]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/hjqybjORSh2xdyDpMMQBFw] update_mapping [_doc]
[00:01:11]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/hjqybjORSh2xdyDpMMQBFw] update_mapping [_doc]
[00:01:11]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/hjqybjORSh2xdyDpMMQBFw] update_mapping [_doc]
[00:01:11]             │ info Pointing alias .kibana to .kibana_2.
[00:01:12]             │ info Finished in 1476ms.
[00:01:12]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:01:12]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/hjqybjORSh2xdyDpMMQBFw] update_mapping [_doc]
[00:01:13]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*"}
[00:01:14]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/hjqybjORSh2xdyDpMMQBFw] update_mapping [_doc]
[00:01:14]           └-: 
[00:01:14]             └-> "before all" hook
[00:01:14]             └-: layer geo grid aggregation source
[00:01:14]               └-> "before all" hook
[00:01:14]               └-: heatmap
[00:01:14]                 └-> "before all" hook
[00:01:14]                 └-> "before all" hook
[00:01:14]                   │ debg Load Saved Map geo grid heatmap example
[00:01:14]                   │ debg searchForMapWithName: geo grid heatmap example
[00:01:14]                   │ debg gotoMapListingPage
[00:01:14]                   │ debg onMapListingPage
[00:01:14]                   │ debg TestSubjects.exists(mapsListingPage)
[00:01:14]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mapsListingPage"]') with timeout=2500
[00:01:17]                   │ debg --- retry.tryForTime error: [data-test-subj="mapsListingPage"] is not displayed
[00:01:18]                   │ debg Navigate to: http://localhost:61111/app/maps#/maps//
[00:01:18]                   │ debg browser[INFO] http://localhost:61111/login?next=%2Fapp%2Fmaps%3F_t%3D1581536803766#/maps// 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:18]                   │
[00:01:18]                   │ debg browser[INFO] http://localhost:61111/bundles/app/login/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:18]                   │ debg currentUrl = http://localhost:61111/login?next=%2Fapp%2Fmaps%3F_t%3D1581536803766#/maps//
[00:01:18]                   │          appUrl = http://localhost:61111/app/maps#/maps//
[00:01:18]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:25]                   │ debg Found login page.  Logging in with username = elastic
[00:01:25]                   │ debg TestSubjects.setValue(loginUsername, elastic)
[00:01:25]                   │ debg TestSubjects.click(loginUsername)
[00:01:25]                   │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:01:25]                   │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:01:25]                   │ debg browser[INFO] http://localhost:61111/built_assets/dlls/vendors_3.bundle.dll.js 582:139970 "INFO: 2020-02-12T19:46:49Z
[00:01:25]                   │        Adding connection to http://localhost:61111/elasticsearch
[00:01:25]                   │
[00:01:25]                   │      "
[00:01:25]                   │ debg TestSubjects.setValue(loginPassword, changeme)
[00:01:25]                   │ debg TestSubjects.click(loginPassword)
[00:01:25]                   │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:01:25]                   │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:01:25]                   │ debg TestSubjects.click(loginSubmit)
[00:01:25]                   │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:01:25]                   │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:01:25]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"] nav:not(.ng-hide)') with timeout=20000
[00:01:32]                   │ debg browser[INFO] http://localhost:61111/app/maps?_t=1581536803766#/maps// 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:32]                   │
[00:01:32]                   │ debg browser[INFO] http://localhost:61111/bundles/app/maps/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:32]                   │ debg browser[INFO] http://localhost:61111/built_assets/dlls/vendors_3.bundle.dll.js 582:139970 "INFO: 2020-02-12T19:46:55Z
[00:01:32]                   │        Adding connection to http://localhost:61111/elasticsearch
[00:01:32]                   │
[00:01:32]                   │      "
[00:01:32]                   │ debg browser[INFO] http://localhost:61111/app/maps?_t=1581536817901#/maps// 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:32]                   │
[00:01:32]                   │ debg browser[INFO] http://localhost:61111/bundles/app/maps/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:32]                   │ debg Finished login process currentUrl = http://localhost:61111/app/maps#/maps//
[00:01:32]                   │ debg onMapListingPage
[00:01:32]                   │ debg TestSubjects.exists(mapsListingPage)
[00:01:32]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mapsListingPage"]') with timeout=2500
[00:01:35]                   │ debg --- retry.tryForTime error: [data-test-subj="mapsListingPage"] is not displayed
[00:01:35]                   │ debg browser[INFO] http://localhost:61111/built_assets/dlls/vendors_3.bundle.dll.js 582:139970 "INFO: 2020-02-12T19:47:01Z
[00:01:35]                   │        Adding connection to http://localhost:61111/elasticsearch
[00:01:35]                   │
[00:01:35]                   │      "
[00:01:35]                   │ debg --- retry.try error: Not on map listing page.
[00:01:36]                   │ debg Navigate to: http://localhost:61111/app/maps#/maps//
[00:01:37]                   │ debg browser[INFO] http://localhost:61111/app/maps?_t=1581536821959#/maps// 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:37]                   │
[00:01:37]                   │ debg browser[INFO] http://localhost:61111/bundles/app/maps/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:37]                   │ debg currentUrl = http://localhost:61111/app/maps#/maps//
[00:01:37]                   │          appUrl = http://localhost:61111/app/maps#/maps//
[00:01:37]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:40]                   │ debg onMapListingPage
[00:01:40]                   │ debg TestSubjects.exists(mapsListingPage)
[00:01:40]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mapsListingPage"]') with timeout=2500
[00:01:40]                   │ debg browser[INFO] http://localhost:61111/built_assets/dlls/vendors_3.bundle.dll.js 582:139970 "INFO: 2020-02-12T19:47:04Z
[00:01:40]                   │        Adding connection to http://localhost:61111/elasticsearch
[00:01:40]                   │
[00:01:40]                   │      "
[00:01:40]                   │ debg TestSubjects.find(searchFilter)
[00:01:40]                   │ debg Find.findByCssSelector('[data-test-subj="searchFilter"]') with timeout=10000
[00:01:41]                   │ debg isGlobalLoadingIndicatorVisible
[00:01:41]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:41]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:43]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:43]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:43]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:43]                   │ debg TestSubjects.click(mapListingTitleLink-geo-grid-heatmap-example)
[00:01:43]                   │ debg Find.clickByCssSelector('[data-test-subj="mapListingTitleLink-geo-grid-heatmap-example"]') with timeout=10000
[00:01:43]                   │ debg Find.findByCssSelector('[data-test-subj="mapListingTitleLink-geo-grid-heatmap-example"]') with timeout=10000
[00:01:43]                   │ debg isGlobalLoadingIndicatorVisible
[00:01:43]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:43]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13555 "getRefreshIntervalUpdate$"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:45]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13048 "onQueryChange"
[00:01:45]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:46]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:46]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:46]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:46]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13048 "onQueryChange"
[00:01:46]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:01:46]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13048 "onQueryChange"
[00:01:46]                   │ debg onMapListingPage
[00:01:46]                   │ debg TestSubjects.exists(mapsListingPage)
[00:01:46]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mapsListingPage"]') with timeout=2500
[00:01:49]                   │ debg browser[WARNING] http://localhost:61111/bundles/cfb0bf0dae1bc753017a45217da216e7.js 0 Geometry exceeds allowed extent, reduce your vector tile buffer size
[00:01:49]                   │ debg browser[WARNING] http://localhost:61111/bundles/cfb0bf0dae1bc753017a45217da216e7.js 0 Geometry exceeds allowed extent, reduce your vector tile buffer size
[00:01:49]                   │ debg --- retry.tryForTime error: [data-test-subj="mapsListingPage"] is not displayed
[00:01:49]                   │ debg Wait for layers to load
[00:01:49]                   │ debg TestSubjects.find(mapLayerTOC)
[00:01:49]                   │ debg Find.findByCssSelector('[data-test-subj="mapLayerTOC"]') with timeout=10000
[00:01:50]                 └-> should re-fetch geotile_grid aggregation with refresh timer
[00:01:50]                   └-> "before each" hook: global before each
[00:01:50]                   │ debg Inspector.open
[00:01:50]                   │ debg TestSubjects.exists(inspectorPanel)
[00:01:50]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:01:53]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:01:53]                   │ debg TestSubjects.click(openInspectorButton)
[00:01:53]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:01:53]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:01:54]                   │ debg TestSubjects.exists(inspectorPanel)
[00:01:54]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:01:54]                   │ debg Open Inspector view inspectorViewChooserRequests
[00:01:54]                   │ debg TestSubjects.click(inspectorViewChooser)
[00:01:54]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:01:54]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:01:54]                   │ debg TestSubjects.click(inspectorViewChooserRequests)
[00:01:54]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:01:54]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:01:54]                   │ debg TestSubjects.find(inspectorPanel)
[00:01:54]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:01:54]                   │ debg Close Inspector
[00:01:54]                   │ debg TestSubjects.exists(inspectorPanel)
[00:01:54]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:01:54]                   │ debg Closing flyout inspectorPanel
[00:01:54]                   │ debg TestSubjects.find(inspectorPanel)
[00:01:54]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:01:54]                   │ debg Waiting up to 20000ms for flyout closed...
[00:01:54]                   │ debg TestSubjects.exists(inspectorPanel)
[00:01:54]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:01:55]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:01:56]                   │ debg TestSubjects.exists(inspectorPanel)
[00:01:56]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:01:58]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:01:59]                   │ debg triggerSingleRefresh, refreshInterval: 1000
[00:01:59]                   │ debg resumeAutoRefresh
[00:01:59]                   │ debg openQuickSelectTimeMenu
[00:01:59]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:01:59]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:02:02]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerQuickMenu"] is not displayed
[00:02:02]                   │ debg opening quick select menu
[00:02:02]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:02:02]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:02]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:02]                   │ debg TestSubjects.getAttribute(superDatePickerRefreshIntervalInput, value)
[00:02:02]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalInput)
[00:02:02]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalInput"]') with timeout=10000
[00:02:02]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalUnitsSelect)
[00:02:02]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalUnitsSelect"]') with timeout=10000
[00:02:02]                   │ debg Find.allDescendantDisplayedByCssSelector('option')
[00:02:03]                   │ debg TestSubjects.getVisibleText(superDatePickerToggleRefreshButton)
[00:02:03]                   │ debg TestSubjects.find(superDatePickerToggleRefreshButton)
[00:02:03]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:02:03]                   │ debg resume auto refresh
[00:02:03]                   │ debg TestSubjects.click(superDatePickerToggleRefreshButton)
[00:02:03]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:02:03]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:02:03]                   │ debg closeQuickSelectTimeMenu
[00:02:03]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:02:03]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:02:03]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13555 "getRefreshIntervalUpdate$"
[00:02:03]                   │ debg closing quick select menu
[00:02:03]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:02:03]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:03]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:03]                   │ debg waiting to give time for refresh timer to fire
[00:02:03]                   │ debg ... sleep(1500) start
[00:02:05]                   │ debg ... sleep(1500) end
[00:02:05]                   │ debg pauseAutoRefresh
[00:02:05]                   │ debg openQuickSelectTimeMenu
[00:02:05]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:02:05]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:02:07]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerQuickMenu"] is not displayed
[00:02:08]                   │ debg opening quick select menu
[00:02:08]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:02:08]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:08]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:08]                   │ debg TestSubjects.getAttribute(superDatePickerRefreshIntervalInput, value)
[00:02:08]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalInput)
[00:02:08]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalInput"]') with timeout=10000
[00:02:08]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalUnitsSelect)
[00:02:08]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalUnitsSelect"]') with timeout=10000
[00:02:08]                   │ debg Find.allDescendantDisplayedByCssSelector('option')
[00:02:08]                   │ debg TestSubjects.getVisibleText(superDatePickerToggleRefreshButton)
[00:02:08]                   │ debg TestSubjects.find(superDatePickerToggleRefreshButton)
[00:02:08]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:02:08]                   │ debg pause auto refresh
[00:02:08]                   │ debg TestSubjects.click(superDatePickerToggleRefreshButton)
[00:02:08]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:02:08]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:02:08]                   │ debg closeQuickSelectTimeMenu
[00:02:08]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:02:08]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:02:08]                   │ debg browser[INFO] http://localhost:61111/bundles/maps.bundle.js 2:13555 "getRefreshIntervalUpdate$"
[00:02:08]                   │ debg closing quick select menu
[00:02:08]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:02:08]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:08]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:02:09]                   │ debg closeQuickSelectTimeMenu
[00:02:09]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:02:09]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:02:09]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerQuickMenu"] is not displayed
[00:02:12]                   │ debg --- retry.tryForTime failed again with the same message...
[00:02:12]                   │ debg Wait for layers to load
[00:02:12]                   │ debg TestSubjects.find(mapLayerTOC)
[00:02:12]                   │ debg Find.findByCssSelector('[data-test-subj="mapLayerTOC"]') with timeout=10000
[00:02:13]                   │ debg Inspector.open
[00:02:13]                   │ debg TestSubjects.exists(inspectorPanel)
[00:02:13]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:02:16]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:02:16]                   │ debg TestSubjects.click(openInspectorButton)
[00:02:16]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:02:16]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:02:16]                   │ debg TestSubjects.exists(inspectorPanel)
[00:02:16]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:02:16]                   │ debg Open Inspector view inspectorViewChooserRequests
[00:02:16]                   │ debg TestSubjects.click(inspectorViewChooser)
[00:02:16]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:02:16]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:02:17]                   │ debg TestSubjects.click(inspectorViewChooserRequests)
[00:02:17]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:02:17]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:02:17]                   │ debg TestSubjects.find(inspectorPanel)
[00:02:17]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:02:17]                   │ debg Close Inspector
[00:02:17]                   │ debg TestSubjects.exists(inspectorPanel)
[00:02:17]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:02:17]                   │ debg Closing flyout inspectorPanel
[00:02:17]                   │ debg TestSubjects.find(inspectorPanel)
[00:02:17]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:02:17]                   │ debg Waiting up to 20000ms for flyout closed...
[00:02:17]                   │ debg TestSubjects.exists(inspectorPanel)
[00:02:17]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:02:18]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:02:19]                   │ debg TestSubjects.exists(inspectorPanel)
[00:02:19]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:02:21]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:02:22]                   │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/maps app  layer geo grid aggregation source heatmap should re-fetch geotile_grid aggregation with refresh timer.png"
[00:02:22]                   │ info Current URL is: http://localhost:61111/app/maps#/map/60a3c850-03ae-11e9-83d4-5b39b6575325?_g=(filters:!(),refreshInterval:(pause:!t,value:1000),time:(from:%272015-09-20T00:00:00.000Z%27,to:%272015-09-20T01:00:00.000Z%27))&_a=(filters:!(),query:(language:kuery,query:%27%27))
[00:02:22]                   │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/maps app  layer geo grid aggregation source heatmap should re-fetch geotile_grid aggregation with refresh timer.html
[00:02:22]                   └- ✖ fail: "maps app  layer geo grid aggregation source heatmap should re-fetch geotile_grid aggregation with refresh timer"
[00:02:22]                   │

Stack Trace

Error: expected '2020-02-12T19:47:11.603Z' to not equal '2020-02-12T19:47:11.603Z'
    at Assertion.assert (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:100:11)
    at Assertion.equal (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:227:8)
    at Context.it (test/functional/apps/maps/es_geo_grid_source.js:101:52)

Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/maps/documents_source/search_hits·js.maps app documents source search hits should re-fetch documents with refresh timer

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:19:02]         └-: maps app
[00:19:02]           └-> "before all" hook
[00:19:02]           └-> "before all" hook
[00:19:02]             │ info [logstash_functional] Loading "mappings.json"
[00:19:02]             │ info [logstash_functional] Loading "data.json.gz"
[00:19:02]             │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.22"
[00:19:02]             │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.20"
[00:19:02]             │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.21"
[00:19:05]             │ info [maps/data] Loading "mappings.json"
[00:19:05]             │ info [maps/data] Loading "data.json"
[00:19:05]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [geo_shapes] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:19:05]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[geo_shapes][0]]]).
[00:19:05]             │ info [maps/data] Created index "geo_shapes"
[00:19:05]             │ debg [maps/data] "geo_shapes" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:19:05]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [meta_for_geo_shapes] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:19:05]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[meta_for_geo_shapes][0]]]).
[00:19:05]             │ info [maps/data] Created index "meta_for_geo_shapes"
[00:19:05]             │ debg [maps/data] "meta_for_geo_shapes" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:19:05]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [antimeridian_points] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:19:05]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[antimeridian_points][0]]]).
[00:19:05]             │ info [maps/data] Created index "antimeridian_points"
[00:19:05]             │ debg [maps/data] "antimeridian_points" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:19:05]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [antimeridian_shapes] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:19:05]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[antimeridian_shapes][0]]]).
[00:19:05]             │ info [maps/data] Created index "antimeridian_shapes"
[00:19:05]             │ debg [maps/data] "antimeridian_shapes" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:19:05]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [flights] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:19:05]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[flights][0]]]).
[00:19:05]             │ info [maps/data] Created index "flights"
[00:19:05]             │ debg [maps/data] "flights" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:19:05]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [connections] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:19:05]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[connections][0]]]).
[00:19:05]             │ info [maps/data] Created index "connections"
[00:19:05]             │ debg [maps/data] "connections" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:19:05]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [meta_for_geo_shapes/MOj0wPNbR1Sdhp8kCOSKJg] update_mapping [_doc]
[00:19:05]             │ info [maps/data] Indexed 4 docs into "geo_shapes"
[00:19:05]             │ info [maps/data] Indexed 6 docs into "meta_for_geo_shapes"
[00:19:05]             │ info [maps/data] Indexed 3 docs into "antimeridian_points"
[00:19:05]             │ info [maps/data] Indexed 3 docs into "antimeridian_shapes"
[00:19:05]             │ info [maps/data] Indexed 3 docs into "flights"
[00:19:05]             │ info [maps/data] Indexed 4 docs into "connections"
[00:19:05]             │ info [maps/kibana] Loading "mappings.json"
[00:19:05]             │ info [maps/kibana] Loading "data.json"
[00:19:05]             │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/uGhqe-cuR2aAYEuKJg89ww] deleting index
[00:19:05]             │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_1/KmKK0s_VSuWtOyKNe35Fmw] deleting index
[00:19:05]             │ info [maps/kibana] Deleted existing index [".kibana_2",".kibana_1"]
[00:19:05]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:19:05]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana][0]]]).
[00:19:06]             │ info [maps/kibana] Created index ".kibana"
[00:19:06]             │ debg [maps/kibana] ".kibana" settings {"index":{"number_of_replicas":"0","number_of_shards":"1"}}
[00:19:06]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana/tEY9ehm5QI68duHWdbJOfw] update_mapping [_doc]
[00:19:06]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana/tEY9ehm5QI68duHWdbJOfw] update_mapping [_doc]
[00:19:06]             │ info [maps/kibana] Indexed 26 docs into ".kibana"
[00:19:07]             │ info Creating index .kibana_2.
[00:19:07]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:19:07]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] updating number_of_replicas to [0] for indices [.kibana_2]
[00:19:07]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_2][0]]]).
[00:19:07]             │ info Reindexing .kibana to .kibana_1
[00:19:07]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:19:07]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] updating number_of_replicas to [0] for indices [.kibana_1]
[00:19:07]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]]).
[00:19:07]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] 34225 finished with response BulkByScrollResponse[took=107.9ms,timed_out=false,sliceId=null,updated=0,created=26,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:19:08]             │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana/tEY9ehm5QI68duHWdbJOfw] deleting index
[00:19:08]             │ info Migrating .kibana_1 saved objects to .kibana_2
[00:19:08]             │ debg Migrating saved objects space:default, index-pattern:c698b940-e149-11e8-a35a-370a8516603a, index-pattern:561253e0-f731-11e8-8487-11b9dd924f96, index-pattern:e20b2a30-f735-11e8-8ce0-9723965e01e3, index-pattern:1035e930-1811-11e9-b78a-23d706cd2507, index-pattern:502886a0-18f8-11e9-97c8-5da5e037299c, index-pattern:f7fc94a0-936b-11e9-a43f-eb6ee3467b2b, index-pattern:dedd3180-c8d8-11e9-b36c-81f9f9da524f, map:d2e73f40-e14a-11e8-a35a-370a8516603a, map:8eabdab0-144f-11e9-809f-ad25bb78262c, map:7f047b80-b93b-11e9-b146-7d043e1b0586, map:68305470-87bc-11e9-a991-3b492a7c3e09, map:c9734720-eb7f-11e9-8f42-fb14e91ef4b8, map:c9277dd0-eb8f-11e9-ae47-693d6a50fb9e, map:1649cc70-f736-11e8-8ce0-9723965e01e3, map:60a3c850-03ae-11e9-83d4-5b39b6575325, map:88845ec0-03ae-11e9-83d4-5b39b6575325, map:346fbec0-1811-11e9-b78a-23d706cd2507, map:6a6ff930-18f8-11e9-97c8-5da5e037299c, map:745c98b0-23e1-11e9-a048-6fef5a3e0d1e, map:62914770-936c-11e9-a43f-eb6ee3467b2b, map:4cd3e220-bf64-11e9-bbcc-7db09a1519e9, map:3c9949f0-c8dc-11e9-9ea1-8b2710d4a86b, dashboard:19906970-2e40-11e9-85cb-6965aae20f13, dashboard:03c7cbf0-8eae-11e9-b674-69d1999628e4, query:okjpgs
[00:19:08]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/ffF6Bgk3THSZSLnMe35sdw] update_mapping [_doc]
[00:19:08]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/ffF6Bgk3THSZSLnMe35sdw] update_mapping [_doc]
[00:19:08]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/ffF6Bgk3THSZSLnMe35sdw] update_mapping [_doc]
[00:19:08]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/ffF6Bgk3THSZSLnMe35sdw] update_mapping [_doc]
[00:19:08]             │ info Pointing alias .kibana to .kibana_2.
[00:19:08]             │ info Finished in 868ms.
[00:19:08]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:19:08]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/ffF6Bgk3THSZSLnMe35sdw] update_mapping [_doc]
[00:19:09]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*"}
[00:19:09]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-centos-tests-xl-1581534542434406068] [.kibana_2/ffF6Bgk3THSZSLnMe35sdw] update_mapping [_doc]
[00:19:10]           └-: 
[00:19:10]             └-> "before all" hook
[00:19:10]             └-: documents source
[00:19:10]               └-> "before all" hook
[00:21:01]               └-: search hits
[00:21:01]                 └-> "before all" hook
[00:21:01]                 └-> "before all" hook
[00:21:01]                   │ debg Load Saved Map document example
[00:21:01]                   │ debg searchForMapWithName: document example
[00:21:01]                   │ debg gotoMapListingPage
[00:21:01]                   │ debg onMapListingPage
[00:21:01]                   │ debg TestSubjects.exists(mapsListingPage)
[00:21:01]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mapsListingPage"]') with timeout=2500
[00:21:04]                   │ debg --- retry.tryForTime error: [data-test-subj="mapsListingPage"] is not displayed
[00:21:04]                   │ debg Navigate to: http://localhost:6181/app/maps#/maps//
[00:21:05]                   │ debg browser[INFO] http://localhost:6181/app/maps?_t=1581537922139#/maps// 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:21:05]                   │
[00:21:05]                   │ debg browser[INFO] http://localhost:6181/bundles/app/maps/bootstrap.js 8:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:21:05]                   │ debg currentUrl = http://localhost:6181/app/maps#/maps//
[00:21:05]                   │          appUrl = http://localhost:6181/app/maps#/maps//
[00:21:05]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:21:13]                   │ debg onMapListingPage
[00:21:13]                   │ debg TestSubjects.exists(mapsListingPage)
[00:21:13]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mapsListingPage"]') with timeout=2500
[00:21:13]                   │ debg browser[INFO] http://localhost:6181/built_assets/dlls/vendors_3.bundle.dll.js 582:139970 "INFO: 2020-02-12T20:05:27Z
[00:21:13]                   │        Adding connection to http://localhost:6181/elasticsearch
[00:21:13]                   │
[00:21:13]                   │      "
[00:21:13]                   │ debg TestSubjects.find(searchFilter)
[00:21:13]                   │ debg Find.findByCssSelector('[data-test-subj="searchFilter"]') with timeout=10000
[00:21:14]                   │ debg isGlobalLoadingIndicatorVisible
[00:21:14]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:21:14]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:21:15]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:21:16]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:21:16]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:21:16]                   │ debg TestSubjects.click(mapListingTitleLink-document-example)
[00:21:16]                   │ debg Find.clickByCssSelector('[data-test-subj="mapListingTitleLink-document-example"]') with timeout=10000
[00:21:16]                   │ debg Find.findByCssSelector('[data-test-subj="mapListingTitleLink-document-example"]') with timeout=10000
[00:21:16]                   │ debg isGlobalLoadingIndicatorVisible
[00:21:16]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:21:16]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:13555 "getRefreshIntervalUpdate$"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:18]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:13048 "onQueryChange"
[00:21:18]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:21:19]                   │ debg browser[INFO] http://localhost:6181/bundles/commons.bundle.js 2:4317879 "fetch getGeoJsonWithMeta" Object
[00:21:19]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:19]                   │ debg browser[INFO] http://localhost:6181/bundles/commons.bundle.js 2:4317879 "fetch getGeoJsonWithMeta" Object
[00:21:19]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:21:19]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:21:19]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:13048 "onQueryChange"
[00:21:19]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:15105 "onQuerySubmit"
[00:21:19]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:13048 "onQueryChange"
[00:21:19]                   │ debg onMapListingPage
[00:21:19]                   │ debg TestSubjects.exists(mapsListingPage)
[00:21:19]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mapsListingPage"]') with timeout=2500
[00:21:22]                   │ debg browser[WARNING] http://localhost:6181/bundles/cfb0bf0dae1bc753017a45217da216e7.js 0 Geometry exceeds allowed extent, reduce your vector tile buffer size
[00:21:22]                   │ debg browser[WARNING] http://localhost:6181/bundles/cfb0bf0dae1bc753017a45217da216e7.js 0 Geometry exceeds allowed extent, reduce your vector tile buffer size
[00:21:22]                   │ debg browser[WARNING] http://localhost:6181/bundles/cfb0bf0dae1bc753017a45217da216e7.js 0 Geometry exceeds allowed extent, reduce your vector tile buffer size
[00:21:22]                   │ debg --- retry.tryForTime error: [data-test-subj="mapsListingPage"] is not displayed
[00:21:22]                   │ debg Wait for layers to load
[00:21:22]                   │ debg TestSubjects.find(mapLayerTOC)
[00:21:22]                   │ debg Find.findByCssSelector('[data-test-subj="mapLayerTOC"]') with timeout=10000
[00:21:24]                 └-> should re-fetch documents with refresh timer
[00:21:24]                   └-> "before each" hook: global before each
[00:21:24]                   │ debg Inspector.open
[00:21:24]                   │ debg TestSubjects.exists(inspectorPanel)
[00:21:24]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:21:27]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:21:27]                   │ debg TestSubjects.click(openInspectorButton)
[00:21:27]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:21:27]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:21:27]                   │ debg TestSubjects.exists(inspectorPanel)
[00:21:27]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:21:27]                   │ debg Open Inspector view inspectorViewChooserRequests
[00:21:27]                   │ debg TestSubjects.click(inspectorViewChooser)
[00:21:27]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:21:27]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:21:28]                   │ debg TestSubjects.click(inspectorViewChooserRequests)
[00:21:28]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:21:28]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:21:28]                   │ debg TestSubjects.find(inspectorPanel)
[00:21:28]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:21:28]                   │ debg Close Inspector
[00:21:28]                   │ debg TestSubjects.exists(inspectorPanel)
[00:21:28]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:21:28]                   │ debg Closing flyout inspectorPanel
[00:21:28]                   │ debg TestSubjects.find(inspectorPanel)
[00:21:28]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:21:28]                   │ debg Waiting up to 20000ms for flyout closed...
[00:21:28]                   │ debg TestSubjects.exists(inspectorPanel)
[00:21:28]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:21:29]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:21:30]                   │ debg TestSubjects.exists(inspectorPanel)
[00:21:30]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:21:32]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:21:33]                   │ debg triggerSingleRefresh, refreshInterval: 1000
[00:21:33]                   │ debg resumeAutoRefresh
[00:21:33]                   │ debg openQuickSelectTimeMenu
[00:21:33]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:21:33]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:21:35]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerQuickMenu"] is not displayed
[00:21:36]                   │ debg opening quick select menu
[00:21:36]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:21:36]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:21:36]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:21:36]                   │ debg TestSubjects.getAttribute(superDatePickerRefreshIntervalInput, value)
[00:21:36]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalInput)
[00:21:36]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalInput"]') with timeout=10000
[00:21:36]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalUnitsSelect)
[00:21:36]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalUnitsSelect"]') with timeout=10000
[00:21:36]                   │ debg Find.allDescendantDisplayedByCssSelector('option')
[00:21:36]                   │ debg TestSubjects.getVisibleText(superDatePickerToggleRefreshButton)
[00:21:36]                   │ debg TestSubjects.find(superDatePickerToggleRefreshButton)
[00:21:36]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:21:36]                   │ debg resume auto refresh
[00:21:36]                   │ debg TestSubjects.click(superDatePickerToggleRefreshButton)
[00:21:36]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:21:36]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:21:37]                   │ debg closeQuickSelectTimeMenu
[00:21:37]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:21:37]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:21:37]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:13555 "getRefreshIntervalUpdate$"
[00:21:37]                   │ debg closing quick select menu
[00:21:37]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:21:37]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:21:37]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:21:37]                   │ debg waiting to give time for refresh timer to fire
[00:21:37]                   │ debg ... sleep(1500) start
[00:21:39]                   │ debg ... sleep(1500) end
[00:21:39]                   │ debg pauseAutoRefresh
[00:21:39]                   │ debg openQuickSelectTimeMenu
[00:21:39]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:21:39]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:21:41]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerQuickMenu"] is not displayed
[00:21:42]                   │ debg opening quick select menu
[00:21:42]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:21:42]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:21:42]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:21:42]                   │ debg TestSubjects.getAttribute(superDatePickerRefreshIntervalInput, value)
[00:21:42]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalInput)
[00:21:42]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalInput"]') with timeout=10000
[00:21:42]                   │ debg TestSubjects.find(superDatePickerRefreshIntervalUnitsSelect)
[00:21:42]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerRefreshIntervalUnitsSelect"]') with timeout=10000
[00:21:42]                   │ debg Find.allDescendantDisplayedByCssSelector('option')
[00:21:42]                   │ debg TestSubjects.getVisibleText(superDatePickerToggleRefreshButton)
[00:21:42]                   │ debg TestSubjects.find(superDatePickerToggleRefreshButton)
[00:21:42]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:21:42]                   │ debg pause auto refresh
[00:21:42]                   │ debg TestSubjects.click(superDatePickerToggleRefreshButton)
[00:21:42]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:21:42]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleRefreshButton"]') with timeout=10000
[00:21:42]                   │ debg closeQuickSelectTimeMenu
[00:21:42]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:21:42]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:21:42]                   │ debg browser[INFO] http://localhost:6181/bundles/maps.bundle.js 2:13555 "getRefreshIntervalUpdate$"
[00:21:42]                   │ debg closing quick select menu
[00:21:42]                   │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:21:42]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:21:42]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:21:43]                   │ debg closeQuickSelectTimeMenu
[00:21:43]                   │ debg TestSubjects.exists(superDatePickerQuickMenu)
[00:21:43]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerQuickMenu"]') with timeout=2500
[00:21:43]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerQuickMenu"] is not displayed
[00:21:46]                   │ debg --- retry.tryForTime failed again with the same message...
[00:21:46]                   │ debg Wait for layers to load
[00:21:46]                   │ debg TestSubjects.find(mapLayerTOC)
[00:21:46]                   │ debg Find.findByCssSelector('[data-test-subj="mapLayerTOC"]') with timeout=10000
[00:21:47]                   │ debg Inspector.open
[00:21:47]                   │ debg TestSubjects.exists(inspectorPanel)
[00:21:47]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:21:50]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:21:50]                   │ debg TestSubjects.click(openInspectorButton)
[00:21:50]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:21:50]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:21:50]                   │ debg TestSubjects.exists(inspectorPanel)
[00:21:50]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:21:51]                   │ debg Open Inspector view inspectorViewChooserRequests
[00:21:51]                   │ debg TestSubjects.click(inspectorViewChooser)
[00:21:51]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:21:51]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooser"]') with timeout=10000
[00:21:51]                   │ debg TestSubjects.click(inspectorViewChooserRequests)
[00:21:51]                   │ debg Find.clickByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:21:51]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorViewChooserRequests"]') with timeout=10000
[00:21:51]                   │ debg TestSubjects.find(inspectorPanel)
[00:21:51]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:21:51]                   │ debg Close Inspector
[00:21:51]                   │ debg TestSubjects.exists(inspectorPanel)
[00:21:51]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:21:51]                   │ debg Closing flyout inspectorPanel
[00:21:51]                   │ debg TestSubjects.find(inspectorPanel)
[00:21:51]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:21:51]                   │ debg Waiting up to 20000ms for flyout closed...
[00:21:51]                   │ debg TestSubjects.exists(inspectorPanel)
[00:21:51]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:21:52]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:21:53]                   │ debg TestSubjects.exists(inspectorPanel)
[00:21:53]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:21:55]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:21:56]                   │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/maps app  documents source search hits should re-fetch documents with refresh timer.png"
[00:21:56]                   │ info Current URL is: http://localhost:6181/app/maps#/map/d2e73f40-e14a-11e8-a35a-370a8516603a?_g=(filters:!(),refreshInterval:(pause:!t,value:1000),time:(from:%272015-09-20T00:00:00.000Z%27,to:%272015-09-20T01:00:00.000Z%27))&_a=(filters:!(),query:(language:kuery,query:%27%27))
[00:21:56]                   │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/maps app  documents source search hits should re-fetch documents with refresh timer.html
[00:21:57]                   └- ✖ fail: "maps app  documents source search hits should re-fetch documents with refresh timer"
[00:21:57]                   │

Stack Trace

Error: expected '2020-02-12T20:05:36.613Z' to not equal '2020-02-12T20:05:36.613Z'
    at Assertion.assert (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:100:11)
    at Assertion.equal (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:227:8)
    at Context.it (test/functional/apps/maps/documents_source/search_hits.js:35:50)

History

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

@@ -405,6 +405,7 @@ export class ESSearchSource extends AbstractESSource {
}

async getGeoJsonWithMeta(layerName, searchFilters, registerCancelCallback) {
console.log('fetch getGeoJsonWithMeta', searchFilters);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove console.log

@nreese nreese added the WIP Work in progress label Feb 13, 2020
@nreese
Copy link
Contributor Author

nreese commented Jul 14, 2020

closing. Obsolete with move to new platform

@nreese nreese closed this Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants