Skip to content
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

tests: replaced no_timeout with default timeout in raft test #16303

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

mmaslankaprv
Copy link
Member

@mmaslankaprv mmaslankaprv commented Jan 26, 2024

Since gtest_raft_rpunit is sometimes stuck in ci, replaced all occurrences of model::no_timeout with default timeout of 30s. This way instead of test being stuck it should print logs that will allow us to debug it further.

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.3.x
  • v23.2.x
  • v23.1.x

Release Notes

  • none

rockwotj
rockwotj previously approved these changes Jan 26, 2024
src/v/raft/tests/raft_fixture.h Outdated Show resolved Hide resolved
Since `gtest_raft_rpunit` is sometimes stuck in ci, replaced all
occurrences of `model::no_timeout` with default timeout of 30s. This way
instead of test being stuck it should print logs that will allow us to
debug it further.

Signed-off-by: Michal Maslanka <michal@redpanda.com>
@rockwotj
Copy link
Contributor

resource_mgmt_rpunit strikes again in the debug build
cloud_storage_rpfixture in the release build

@rockwotj rockwotj merged commit fd81353 into redpanda-data:dev Jan 26, 2024
15 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants