Skip to content

Conversation

@massakam
Copy link
Contributor

@massakam massakam commented Dec 3, 2025

Motivation

The bookiesanity subcommand of Bookie Shell enables users to specify the number of entries and the timeout in seconds as command line options.

$ ./bin/bookkeeper shell bookiesanity -e 20 -t 5

However, in practice these options seem to be ignored and the default values (entries: 10, timeout: 1) always used.

Changes

After creating an instance of the SanityTestCommand.SanityFlags class in the BookieShell class, the option values specified on the command line should be passed to it, but this was not actually done.

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.

1 participant