Add Paginated Hit Source Tests#142592
Merged
elasticsearchmachine merged 12 commits intoelastic:mainfrom Mar 12, 2026
Merged
Conversation
Adds tests for the subclasses of PaginatedHitSource, including NasicHit, Response, SearchFailure unit tests and Search Failure wire serialisation tests
Collaborator
|
Pinging @elastic/es-distributed (Team:Distributed) |
szybia
reviewed
Feb 19, 2026
server/src/test/java/org/elasticsearch/index/reindex/paginatedhitsource/BasicHitTests.java
Outdated
Show resolved
Hide resolved
server/src/test/java/org/elasticsearch/index/reindex/paginatedhitsource/ResponseTests.java
Outdated
Show resolved
Hide resolved
.../org/elasticsearch/index/reindex/paginatedhitsource/SearchFailureWireSerialisationTests.java
Outdated
Show resolved
Hide resolved
…ams-1/elasticsearch into spacetime-paginated-hit-source
…ams-1/elasticsearch into spacetime-paginated-hit-source
szybia
approved these changes
Mar 12, 2026
Contributor
szybia
left a comment
There was a problem hiding this comment.
thanks for the conversation!
szybia
added a commit
to szybia/elasticsearch
that referenced
this pull request
Mar 12, 2026
…elocations * upstream/main: (49 commits) CCS logging fixes (elastic#144070) Improve CPS cluster exclusion handling (elastic#143488) Remove snapshot condition now that node_reduce phase is in non-snapshot builds (elastic#144090) Drop deprecation warnings when updating a mapping in the cluster state applier (elastic#143884) (elastic#144040) Add ensureGreenAndNoInitializingShards helper (elastic#144044) Removed unnecessary applies_to blocks from deprecated query (elastic#144096) [CPS] Use single CrossProjectModeDecider instance (elastic#144030) Fix ESQL TS requests with LIMIT 0 (elastic#144031) ESQL: Remove `create` methods in aggs (elastic#144098) ES|QL: Refactor ChangeLimitOperator (elastic#144017) Add Paginated Hit Source Tests (elastic#142592) Fix test failure not preferred (elastic#144019) Remove serialization logic from EIS authorization response (elastic#144021) ESQL: CSV schema inference and parsing enhancements (elastic#144050) ESQL: Fix incorrectly optimized fork with nullify unmapped_fields (elastic#143030) Fix MMR release test using subqueries (elastic#144087) Refactoring `UserAgentPlugin` (elastic#140712) Drop non-finite samples in Prometheus remote write (elastic#144055) [TEST] Wait for internal inference indices to be created in authorization IT (elastic#143885) Disable ndjson datasource QA tests in release-tests (elastic#143992) ...
michalborek
pushed a commit
to michalborek/elasticsearch
that referenced
this pull request
Mar 23, 2026
Adds tests for the subclasses of `PaginatedHitSource`, including `BasicHit`, `Response`, `SearchFailure` unit tests and `SearchFailure` wire serialisation tests These were generated via an LLM for a SpaceTime project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds tests for the subclasses of
PaginatedHitSource, includingBasicHit,Response,SearchFailureunit tests andSearchFailurewireserialisation tests
These were generated via an LLM for a SpaceTime project