-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[CI] PreallocateTests testPreallocate failing #110948
Labels
:Core/Infra/Core
Core issues without another label
low-risk
An open issue or test failure that is a low risk to future releases
Team:Core/Infra
Meta label for core/infra team
>test-failure
Triaged test failures from CI
Comments
elasticsearchmachine
added
:Core/Infra/Core
Core issues without another label
>test-failure
Triaged test failures from CI
labels
Jul 16, 2024
elasticsearchmachine
added a commit
that referenced
this issue
Jul 16, 2024
This has been muted on branch main Mute Reasons:
Build Scans:
|
elasticsearchmachine
added
Team:Core/Infra
Meta label for core/infra team
needs:risk
Requires assignment of a risk label (low, medium, blocker)
labels
Jul 16, 2024
Pinging @elastic/es-core-infra (Team:Core/Infra) |
This has been muted on branch 8.15 Mute Reasons:
Build Scans: |
elasticsearchmachine
added a commit
that referenced
this issue
Jul 16, 2024
salvatore-campagna
pushed a commit
to salvatore-campagna/elasticsearch
that referenced
this issue
Jul 17, 2024
rjernst
added a commit
to rjernst/elasticsearch
that referenced
this issue
Jul 17, 2024
The preallocate tests assumed that preallocation was using the fallback implementation which calls setLength on Windows. However, that fallback only happens inside the SharedBytes class, so windows doesn't actually do anything when tryPreallocate is called. This commit skips the test on windows. closes elastic#110948
rjernst
added
low-risk
An open issue or test failure that is a low risk to future releases
and removed
needs:risk
Requires assignment of a risk label (low, medium, blocker)
labels
Jul 18, 2024
rjernst
added a commit
that referenced
this issue
Jul 19, 2024
The preallocate tests assumed that preallocation was using the fallback implementation which calls setLength on Windows. However, that fallback only happens inside the SharedBytes class, so windows doesn't actually do anything when tryPreallocate is called. This commit skips the test on windows. closes #110948
rjernst
added a commit
to rjernst/elasticsearch
that referenced
this issue
Jul 19, 2024
The preallocate tests assumed that preallocation was using the fallback implementation which calls setLength on Windows. However, that fallback only happens inside the SharedBytes class, so windows doesn't actually do anything when tryPreallocate is called. This commit skips the test on windows. closes elastic#110948
elasticsearchmachine
pushed a commit
that referenced
this issue
Jul 19, 2024
The preallocate tests assumed that preallocation was using the fallback implementation which calls setLength on Windows. However, that fallback only happens inside the SharedBytes class, so windows doesn't actually do anything when tryPreallocate is called. This commit skips the test on windows. closes #110948
ioanatia
pushed a commit
to ioanatia/elasticsearch
that referenced
this issue
Jul 22, 2024
The preallocate tests assumed that preallocation was using the fallback implementation which calls setLength on Windows. However, that fallback only happens inside the SharedBytes class, so windows doesn't actually do anything when tryPreallocate is called. This commit skips the test on windows. closes elastic#110948
salvatore-campagna
pushed a commit
to salvatore-campagna/elasticsearch
that referenced
this issue
Jul 23, 2024
The preallocate tests assumed that preallocation was using the fallback implementation which calls setLength on Windows. However, that fallback only happens inside the SharedBytes class, so windows doesn't actually do anything when tryPreallocate is called. This commit skips the test on windows. closes elastic#110948
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Core/Infra/Core
Core issues without another label
low-risk
An open issue or test failure that is a low risk to future releases
Team:Core/Infra
Meta label for core/infra team
>test-failure
Triaged test failures from CI
Build Scans:
Reproduction Line:
Applicable branches:
main
Reproduces locally?:
N/A
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: