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

Failing test: Jest Integration Tests.src/core/server/saved_objects/migrationsv2/integration_tests - migration v2 clean ups if migration fails #98352

Closed
kibanamachine opened this issue Apr 26, 2021 · 6 comments · Fixed by #98478 or #101698
Assignees
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.14.0

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Apr 26, 2021

A test failed on a tracked branch

Error: write after endError [ERR_STREAM_WRITE_AFTER_END]: write after end
    at WriteStream.write (internal/streams/writable.js:292:11)
    at FileAppender.append (/dev/shm/workspace/parallel/5/kibana/src/core/server/logging/appenders/file/file_appender.ts:56:23)
    at BaseLogger.log (/dev/shm/workspace/parallel/5/kibana/src/core/server/logging/logger.ts:54:16)
    at BaseLogger.info (/dev/shm/workspace/parallel/5/kibana/src/core/server/logging/logger.ts:33:10)
    at LoggerAdapter.info (/dev/shm/workspace/parallel/5/kibana/src/core/server/logging/logger_adapter.ts:36:17)
    at HttpServer.start (/dev/shm/workspace/parallel/5/kibana/src/core/server/http/http_server.ts:203:14)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at HttpService.runNotReadyServer (/dev/shm/workspace/parallel/5/kibana/src/core/server/http/http_service.ts:240:5)
    at HttpService.setupNotReadyService (/dev/shm/workspace/parallel/5/kibana/src/core/server/http/http_service.ts:192:27)
    at HttpService.setup (/dev/shm/workspace/parallel/5/kibana/src/core/server/http/http_service.ts:91:28)
    at Server.setup (/dev/shm/workspace/parallel/5/kibana/src/core/server/server.ts:137:23)
    at Root.setup (/dev/shm/workspace/parallel/5/kibana/src/core/server/root/index.ts:42:14)
    at Object.<anonymous> (/dev/shm/workspace/parallel/5/kibana/src/core/server/saved_objects/migrationsv2/integration_tests/cleanup.test.ts:100:5)

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Apr 26, 2021
@botelastic botelastic bot added the needs-team Issues missing a team label label Apr 26, 2021
@mistic mistic added the Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc label Apr 26, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Apr 26, 2021
mistic added a commit that referenced this issue Apr 26, 2021
mistic added a commit that referenced this issue Apr 26, 2021
@mistic
Copy link
Member

mistic commented Apr 26, 2021

This test was failing on CI and I've skipped it to unblock it.

master/8.0: 38aba0e
7.x/7.14: b583d68

@spalger spalger reopened this May 21, 2021
spalger added a commit that referenced this issue May 21, 2021
spalger added a commit that referenced this issue May 21, 2021
(cherry picked from commit 3ad46bd)
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@spalger
Copy link
Contributor

spalger commented May 21, 2021

08:20:06 │ info [o.e.l.LicenseService] [9f4d48df8880] license [ea220c29-0982-46f3-8d67-e3e2e439ef9e] mode [trial] - valid
08:20:06 │ info [o.e.x.s.s.SecurityStatusChangeListener] [9f4d48df8880] Active license is now [TRIAL]; Security is enabled
08:20:06 │ info [o.e.l.LicenseService] [9f4d48df8880] license [ea220c29-0982-46f3-8d67-e3e2e439ef9e] - expired
08:20:06 │ info [o.e.l.LicenseService] [9f4d48df8880] LICENSE [EXPIRED] ON [FRIDAY, MAY 21, 2021].

This suite is not failing because the dataArchive made with a trial license is now expired. @mshustov is now working on rebuilding these archives to not be locked to a specific license for #98351 so we just need to include these archives in that effort.

Skipped:

master/8.0: 3ad46bd
7.x/7.14: 565a308

@spalger spalger added v7.14.0 and removed v8.0.0 labels May 21, 2021
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.14.0
Projects
None yet
5 participants