Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates test file wrapper to deterministically detect file write comp…
…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
- Loading branch information