-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] FileSettingsServiceTests testInvalidJSON failing #120482
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
Comments
Pinging @elastic/es-core-infra (Team:Core/Infra) |
This has been muted on branch main Mute Reasons:
Build Scans: |
Works for me. 🤔 |
The stubbing code from
I'm not seeing a problem here. |
Here's a link to this code in the SHA reported in the build scans. It's definitely the code I pointed out above. |
For the "hints":
|
According to this guy, Mockito uses some static global state, and can't tolerate any kind of concurrent access. If that's the case, perhaps I can reorder the mocking/stubbing in such a way as to avoid races with the ES logic that uses the mocks. |
I opened a PR here against Mockito to add a hint about other threads. |
Build Scans:
Reproduction Line:
Applicable branches:
main
Reproduces locally?:
No
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.
The text was updated successfully, but these errors were encountered: