Skip to content

[v25.1.x] [CORE-14434] rptest: Fix timequery test#28497

Open
vbotbuildovich wants to merge 1 commit into
redpanda-data:v25.1.xfrom
vbotbuildovich:backport-pr-28428-v25.1.x-354
Open

[v25.1.x] [CORE-14434] rptest: Fix timequery test#28497
vbotbuildovich wants to merge 1 commit into
redpanda-data:v25.1.xfrom
vbotbuildovich:backport-pr-28428-v25.1.x-354

Conversation

@vbotbuildovich
Copy link
Copy Markdown
Collaborator

Backport of PR #28428

The test uses constant timestamp to generate records and query them. But
the timestamp is too old so retention policy starts to remove data while
the test is running. This commit makes the test use proper base
timestamp.

Signed-off-by: Evgeny Lazin <4lazin@gmail.com>
(cherry picked from commit 033ca19)
@vbotbuildovich vbotbuildovich added this to the v25.1.x-next milestone Nov 12, 2025
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Nov 12, 2025
@vbotbuildovich vbotbuildovich requested a review from Lazin November 12, 2025 18:22
@vbotbuildovich
Copy link
Copy Markdown
Collaborator Author

CI test results

test results on build#76148
test_class test_method test_arguments test_kind job_url test_status passed reason test_history
gtest_cloud_storage_rpfixture gtest_cloud_storage_rpfixture unit https://buildkite.com/redpanda/redpanda/builds/76148#019a794e-d43b-4d2c-a72d-a37debba1f08 FLAKY 1/2
gtest_raft_rpunit gtest_raft_rpunit unit https://buildkite.com/redpanda/redpanda/builds/76148#019a794e-d43b-4d2c-a72d-a37debba1f08 FLAKY 1/2
ControllerLogLimitMirrorMakerTests test_mirror_maker_with_limits null integration https://buildkite.com/redpanda/redpanda/builds/76148#019a7999-cbf8-4fa9-a754-656b13fb6365 FLAKY 19/21 upstream reliability is '100.0'. current run reliability is '90.47619047619048'. drift is 9.52381 and the allowed drift is set to 50. The test should PASS https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=ControllerLogLimitMirrorMakerTests&test_method=test_mirror_maker_with_limits
DeleteRecordsTest test_delete_records_concurrent_truncations {"cloud_storage_enabled": true, "truncate_point": "random_offset"} integration https://buildkite.com/redpanda/redpanda/builds/76148#019a798e-3f95-4abb-9c45-ebbb94fd5d02 FLAKY 15/21 upstream reliability is '84.61538461538461'. current run reliability is '71.42857142857143'. drift is 13.18681 and the allowed drift is set to 50. The test should PASS https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=DeleteRecordsTest&test_method=test_delete_records_concurrent_truncations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/backport PRs targeting a stable branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants