-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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: X-Pack Security API Integration Tests (Audit Log).x-pack/test/security_api_integration/tests/audit/audit_log·ts - security APIs - Audit Log Audit Log logs audit events when reading and writing saved objects #119267
Failing test: X-Pack Security API Integration Tests (Audit Log).x-pack/test/security_api_integration/tests/audit/audit_log·ts - security APIs - Audit Log Audit Log logs audit events when reading and writing saved objects #119267
Comments
Pinging @elastic/kibana-security (Team:Security) |
These tests have been around for over a year without any issues, this looks like a transient failure. I'll close it for now, if it reopens we can investigate it further. |
New failure: CI Build - 8.0 |
This is starting to look like a pattern but I'm not sure what's causing it. I opened #120354 to give us more details in these error messages |
New failure: CI Build - main |
New more detailed error message:
The last event cuts off in the middle of the message field: |
From a discussion offline with some other Kibana folks:
We already have retry logic (that waits for the file to be non-empty), I think adding a short delay between that and the read/parse step would probably alleviate our issues, even though it's not an ideal fix. |
New failure: CI Build - main |
New failure: CI Build - 8.0 |
…letion (elastic#176115) Closes elastic#119267 ## Summary Attempts to deterministically detect when a file is written in entirety in order to resolve flaky test issues where parsed JSON is incomplete. Flaky Test Runner: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5015 (cherry picked from commit f9125ba)
…letion (elastic#176115) Closes elastic#119267 ## Summary Attempts to deterministically detect when a file is written in entirety in order to resolve flaky test issues where parsed JSON is incomplete. Flaky Test Runner: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5015 (cherry picked from commit f9125ba) # Conflicts: # x-pack/test/security_api_integration/tests/anonymous/login.ts # x-pack/test/security_api_integration/tests/audit/audit_log.ts # x-pack/test/security_api_integration/tests/audit/file_wrapper.ts # x-pack/test/security_api_integration/tests/kerberos/kerberos_login.ts # x-pack/test/security_api_integration/tests/oidc/authorization_code_flow/oidc_auth.ts # x-pack/test/security_api_integration/tests/pki/pki_auth.ts # x-pack/test/security_api_integration/tests/saml/saml_login.ts # x-pack/test/security_api_integration/tests/token/audit.ts
…te completion (#176115) (#176161) # Backport This will backport the following commits from `main` to `8.12`: - [Updates test file wrapper to deterministically detect file write completion (#176115)](#176115) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jeramy Soucy","email":"jeramy.soucy@elastic.co"},"sourceCommit":{"committedDate":"2024-02-02T14:57:37Z","message":"Updates test file wrapper to deterministically detect file write completion (#176115)\n\nCloses #119267\r\n\r\n## Summary\r\n\r\nAttempts to deterministically detect when a file is written in entirety\r\nin order to resolve flaky test issues where parsed JSON is incomplete.\r\n\r\nFlaky Test Runner:\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5015","sha":"f9125ba079aeaa31fcd07e442cf6789c344452ec","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","backport:all-open","v8.13.0"],"title":"Updates test file wrapper to deterministically detect file write completion","number":176115,"url":"https://github.com/elastic/kibana/pull/176115","mergeCommit":{"message":"Updates test file wrapper to deterministically detect file write completion (#176115)\n\nCloses #119267\r\n\r\n## Summary\r\n\r\nAttempts to deterministically detect when a file is written in entirety\r\nin order to resolve flaky test issues where parsed JSON is incomplete.\r\n\r\nFlaky Test Runner:\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5015","sha":"f9125ba079aeaa31fcd07e442cf6789c344452ec"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/176115","number":176115,"mergeCommit":{"message":"Updates test file wrapper to deterministically detect file write completion (#176115)\n\nCloses #119267\r\n\r\n## Summary\r\n\r\nAttempts to deterministically detect when a file is written in entirety\r\nin order to resolve flaky test issues where parsed JSON is incomplete.\r\n\r\nFlaky Test Runner:\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5015","sha":"f9125ba079aeaa31fcd07e442cf6789c344452ec"}}]}] BACKPORT--> Co-authored-by: Jeramy Soucy <jeramy.soucy@elastic.co>
…te completion (#176115) (#176167) # Backport This will backport the following commits from `main` to `7.17`: - [Updates test file wrapper to deterministically detect file write completion (#176115)](#176115) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jeramy Soucy","email":"jeramy.soucy@elastic.co"},"sourceCommit":{"committedDate":"2024-02-02T14:57:37Z","message":"Updates test file wrapper to deterministically detect file write completion (#176115)\n\nCloses #119267\r\n\r\n## Summary\r\n\r\nAttempts to deterministically detect when a file is written in entirety\r\nin order to resolve flaky test issues where parsed JSON is incomplete.\r\n\r\nFlaky Test Runner:\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5015","sha":"f9125ba079aeaa31fcd07e442cf6789c344452ec","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","backport:all-open","v8.13.0"],"number":176115,"url":"https://github.com/elastic/kibana/pull/176115","mergeCommit":{"message":"Updates test file wrapper to deterministically detect file write completion (#176115)\n\nCloses #119267\r\n\r\n## Summary\r\n\r\nAttempts to deterministically detect when a file is written in entirety\r\nin order to resolve flaky test issues where parsed JSON is incomplete.\r\n\r\nFlaky Test Runner:\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5015","sha":"f9125ba079aeaa31fcd07e442cf6789c344452ec"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/176115","number":176115,"mergeCommit":{"message":"Updates test file wrapper to deterministically detect file write completion (#176115)\n\nCloses #119267\r\n\r\n## Summary\r\n\r\nAttempts to deterministically detect when a file is written in entirety\r\nin order to resolve flaky test issues where parsed JSON is incomplete.\r\n\r\nFlaky Test Runner:\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5015","sha":"f9125ba079aeaa31fcd07e442cf6789c344452ec"}},{"url":"https://github.com/elastic/kibana/pull/176161","number":176161,"branch":"8.12","state":"OPEN"}]}] BACKPORT-->
…letion (elastic#176115) Closes elastic#119267 ## Summary Attempts to deterministically detect when a file is written in entirety in order to resolve flaky test issues where parsed JSON is incomplete. Flaky Test Runner: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5015
…letion (elastic#176115) Closes elastic#119267 ## Summary Attempts to deterministically detect when a file is written in entirety in order to resolve flaky test issues where parsed JSON is incomplete. Flaky Test Runner: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5015
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
…letion (elastic#176115) Closes elastic#119267 ## Summary Attempts to deterministically detect when a file is written in entirety in order to resolve flaky test issues where parsed JSON is incomplete. Flaky Test Runner: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5015
New failure: CI Build - main |
Skipped. main: b2ac0ed |
New failure: CI Build - 8.13 |
A test failed on a tracked branch
First failure: CI Build - 8.0
The text was updated successfully, but these errors were encountered: