Skip to content

[7.x] [Security Solution][Telemetry] Concurrent telemetry requests (#73558)#73893

Merged
michaelolo24 merged 1 commit intoelastic:7.xfrom
michaelolo24:backport/7.x/pr-73558
Jul 31, 2020
Merged

[7.x] [Security Solution][Telemetry] Concurrent telemetry requests (#73558)#73893
michaelolo24 merged 1 commit intoelastic:7.xfrom
michaelolo24:backport/7.x/pr-73558

Conversation

@michaelolo24
Copy link
Copy Markdown
Contributor

Backports the following commits to 7.x:

@michaelolo24 michaelolo24 added the backport This PR is a backport of another PR label Jul 30, 2020
@kibanamachine
Copy link
Copy Markdown
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / kibana-xpack-agent / X-Pack Login Selector API Integration Tests.x-pack/test/login_selector_api_integration/apis/login_selector·ts.apis Login Selector should redirect user to a login selector

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         │ info [o.e.x.i.a.TransportPutLifecycleAction] [kibana-ci-immutable-centos-tests-xl-1596145556612620224] adding index lifecycle policy [kibana-event-log-policy]
[00:00:00]         └-: apis
[00:00:00]           └-> "before all" hook
[00:00:00]           └-: Login Selector
[00:00:00]             └-> "before all" hook
[00:00:00]             └-> should redirect user to a login selector
[00:00:00]               └-> "before each" hook: global before each
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1596145556612620224] [.apm-custom-link] creating index, cause [api], templates [], shards [1]/[1]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1596145556612620224] updating number_of_replicas to [0] for indices [.apm-custom-link]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1596145556612620224] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.apm-custom-link][0]]]).
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1596145556612620224] [.apm-agent-configuration] creating index, cause [api], templates [], shards [1]/[1]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1596145556612620224] updating number_of_replicas to [0] for indices [.apm-agent-configuration]
[00:00:00]               │ proc [kibana]   log   [23:07:51.811] [info][plugins][watcher] Enabling Watcher plugin.
[00:00:00]               │ proc [kibana]   log   [23:07:51.820] [info][kibana-monitoring][monitoring][monitoring][plugins] Starting monitoring stats collection
[00:00:00]               │ info [o.e.c.m.MetadataIndexTemplateService] [kibana-ci-immutable-centos-tests-xl-1596145556612620224] adding template [.kibana-event-log-7.10.0-template] for index patterns [.kibana-event-log-7.10.0-*]
[00:00:00]               │ info [o.e.c.m.MetadataIndexTemplateService] [kibana-ci-immutable-centos-tests-xl-1596145556612620224] adding template [.management-beats] for index patterns [.management-beats]
[00:00:00]               └- ✖ fail: apis Login Selector should redirect user to a login selector
[00:00:00]               │      Error: expected 302 "Found", got 404 "Not Found"
[00:00:00]               │       at Test._assertStatus (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:268:12)
[00:00:00]               │       at Test._assertFunction (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:283:11)
[00:00:00]               │       at Test.assert (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:173:18)
[00:00:00]               │       at assert (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:131:12)
[00:00:00]               │       at /dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:128:5
[00:00:00]               │       at Test.Request.callback (/dev/shm/workspace/kibana/node_modules/superagent/lib/node/index.js:718:3)
[00:00:00]               │       at parser (/dev/shm/workspace/kibana/node_modules/superagent/lib/node/index.js:906:18)
[00:00:00]               │       at IncomingMessage.res.on (/dev/shm/workspace/kibana/node_modules/superagent/lib/node/parsers/json.js:19:7)
[00:00:00]               │       at endReadableNT (_stream_readable.js:1145:12)
[00:00:00]               │       at process._tickCallback (internal/process/next_tick.js:63:19)
[00:00:00]               │ 
[00:00:00]               │ 

Stack Trace

Error: expected 302 "Found", got 404 "Not Found"
    at Test._assertStatus (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:268:12)
    at Test._assertFunction (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:283:11)
    at Test.assert (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:173:18)
    at assert (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:131:12)
    at /dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:128:5
    at Test.Request.callback (/dev/shm/workspace/kibana/node_modules/superagent/lib/node/index.js:718:3)
    at parser (/dev/shm/workspace/kibana/node_modules/superagent/lib/node/index.js:906:18)
    at IncomingMessage.res.on (/dev/shm/workspace/kibana/node_modules/superagent/lib/node/parsers/json.js:19:7)
    at endReadableNT (_stream_readable.js:1145:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)

Build metrics

✅ unchanged

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

@michaelolo24 michaelolo24 merged commit 6095aa1 into elastic:7.x Jul 31, 2020
@michaelolo24 michaelolo24 deleted the backport/7.x/pr-73558 branch July 31, 2020 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants