Skip to content

Conversation

@arteam
Copy link
Contributor

@arteam arteam commented Dec 18, 2024

The extra_source_size field is set to a value between 10 and 10000 inclusive, so the assertion should be greaterThanOrEqualTo(10) rather than greaterThan(10).

See #114618
Resolve #118728

The `extra_source_size` field is set to a value between 10 and 10000 inclusive, so
the assertion should be `greaterThanOrEqualTo(10)` rather than greaterThan(10).

Resolve elastic#118728
@arteam arteam added >test Issues or PRs that are addressing/adding tests :Distributed Indexing/Recovery Anything around constructing a new shard, either from a local or a remote source. :StorageEngine/Logs You know, for Logs labels Dec 18, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-storage-engine (Team:StorageEngine)

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-distributed-indexing (Team:Distributed Indexing)

@arteam arteam requested review from jimczi and martijnvg December 18, 2024 12:08
Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing @arteam! LGTM

@arteam arteam added auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) auto-backport Automatically create backport pull requests when merged labels Dec 18, 2024
@elasticsearchmachine elasticsearchmachine merged commit 49f991b into elastic:main Dec 18, 2024
16 checks passed
@arteam arteam deleted the fix-118728 branch December 18, 2024 13:57
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

The backport operation could not be completed due to the following error:

There are no branches to backport to. Aborting.

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 118944

rjernst pushed a commit to rjernst/elasticsearch that referenced this pull request Dec 18, 2024
…#118944)

The `extra_source_size` field is set to a value between 10 and 10000
inclusive, so the assertion should be `greaterThanOrEqualTo(10)` rather
than `greaterThan(10)`.

See elastic#114618 Resolve elastic#118728
@arteam arteam added v8.17.1 auto-backport Automatically create backport pull requests when merged v8.18.0 and removed auto-backport Automatically create backport pull requests when merged v8.17.1 v8.18.0 labels Dec 18, 2024
arteam added a commit that referenced this pull request Dec 18, 2024
elasticsearchmachine pushed a commit that referenced this pull request Dec 18, 2024
martijnvg added a commit to martijnvg/elasticsearch that referenced this pull request Dec 19, 2024
The test failure elastic#118728 was fixed by elastic#118944 but test wasn't unmuted.
martijnvg added a commit that referenced this pull request Dec 19, 2024
The test failure #118728 was fixed by #118944 but test wasn't unmuted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-backport Automatically create backport pull requests when merged auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) :Distributed Indexing/Recovery Anything around constructing a new shard, either from a local or a remote source. :StorageEngine/Logs You know, for Logs Team:Distributed Indexing Meta label for Distributed Indexing team Team:StorageEngine >test Issues or PRs that are addressing/adding tests v8.18.0 v9.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] RecoverySourcePruneMergePolicyTests testPruneSome failing

3 participants