Skip to content

Fix append writes test for backing indices#144389

Merged
fcofdez merged 2 commits intoelastic:mainfrom
fcofdez:fix/prohibit-append-writes-backing-index-test
Mar 17, 2026
Merged

Fix append writes test for backing indices#144389
fcofdez merged 2 commits intoelastic:mainfrom
fcofdez:fix/prohibit-append-writes-backing-index-test

Conversation

@fcofdez
Copy link
Copy Markdown
Contributor

@fcofdez fcofdez commented Mar 17, 2026

The test introduced in 17113ab incorrectly allowed
INDEX with an id on backing indices regardless of
seq_no_disabled. Assert it is only permitted when seq_no
is disabled and rejected otherwise.

Closes #144392

The test introduced in 17113ab incorrectly allowed
INDEX with an id on backing indices regardless of
seq_no_disabled. Assert it is only permitted when seq_no
is disabled and rejected otherwise.
@fcofdez fcofdez requested a review from burqen March 17, 2026 10:19
@fcofdez fcofdez added >test Issues or PRs that are addressing/adding tests :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. Team:Distributed Meta label for distributed team. v9.4.0 labels Mar 17, 2026
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

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

@fcofdez fcofdez requested review from romseygeek and tlrx March 17, 2026 10:20
@fcofdez
Copy link
Copy Markdown
Contributor Author

fcofdez commented Mar 17, 2026

I noticed this right after merging the PR 🤦

Copy link
Copy Markdown
Member

@tlrx tlrx left a comment

Choose a reason for hiding this comment

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

LGTM

@fcofdez
Copy link
Copy Markdown
Contributor Author

fcofdez commented Mar 17, 2026

@elasticmachine update branch

@fcofdez fcofdez merged commit cb867b4 into elastic:main Mar 17, 2026
36 checks passed
mosche added a commit to mosche/elasticsearch that referenced this pull request Mar 20, 2026
Remove 6 muted-tests.yml entries where the corresponding GitHub
issue has been closed:

- elastic#138012: fixed in PR elastic#144312
- elastic#144169: fixed in PR elastic#144233
- elastic#144240: fixed in PR elastic#144233
- elastic#144246: fixed in PR elastic#144233
- elastic#144249: fixed in PR elastic#144312
- elastic#144392: fixed in PR elastic#144389

Made-with: Cursor
mosche added a commit that referenced this pull request Mar 20, 2026
Remove 6 muted-tests.yml entries where the corresponding GitHub
issue has been closed:

- #138012: fixed in PR #144312
- #144169: fixed in PR #144233
- #144240: fixed in PR #144233
- #144246: fixed in PR #144233
- #144249: fixed in PR #144312
- #144392: fixed in PR #144389

Made-with: Cursor
michalborek pushed a commit to michalborek/elasticsearch that referenced this pull request Mar 23, 2026
The test introduced in 17113ab incorrectly allowed
INDEX with an id on backing indices regardless of
seq_no_disabled. Assert it is only permitted when seq_no
is disabled and rejected otherwise.

Closes elastic#144392
michalborek pushed a commit to michalborek/elasticsearch that referenced this pull request Mar 23, 2026
Remove 6 muted-tests.yml entries where the corresponding GitHub
issue has been closed:

- elastic#138012: fixed in PR elastic#144312
- elastic#144169: fixed in PR elastic#144233
- elastic#144240: fixed in PR elastic#144233
- elastic#144246: fixed in PR elastic#144233
- elastic#144249: fixed in PR elastic#144312
- elastic#144392: fixed in PR elastic#144389

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. Team:Distributed Meta label for distributed team. >test Issues or PRs that are addressing/adding tests v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] TransportBulkActionTests testProhibitAppendWritesInBackingIndicesSkippedForSeqNoDisabled failing

5 participants