Skip to content

Conversation

@hangc0276
Copy link
Contributor

Motivation

#3884 introduced a parameterized test for BookieWriteLedgerTest, but those parameters don't work due to they are set in the constructor method, which doesn't run for each test. We need to set them in the setUp() method to ensure they are configured for each test.

Changes

Move the parameters from the constructor method to the setUp() method to make sure they are configured for each test.

@merlimat merlimat merged commit ee14244 into apache:master Mar 27, 2023
Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants