Skip to content

Make null string config test more robust#1824

Merged
rolandwalker merged 1 commit intomainfrom
RW/more-robust-null-string-config-test
Apr 8, 2026
Merged

Make null string config test more robust#1824
rolandwalker merged 1 commit intomainfrom
RW/more-robust-null-string-config-test

Conversation

@rolandwalker
Copy link
Copy Markdown
Contributor

Description

This test is occasionally failing in CI since we started running tests in random order. The failure message says that the database cannot be found. However the test does not need a database to be selected in order to run.

This may be true of other tests, so we generalize CLI_ARGS_WITHOUT_DB, as it may be used elsewhere if similar failures are observed.

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

@rolandwalker rolandwalker self-assigned this Apr 7, 2026
This test is occasionally failing in CI since we started running tests
in random order.  The failure message says that the database cannot be
found.  However the test does not need a database to be selected in
order to run.

This may be true of other tests, so we generalize CLI_ARGS_WITHOUT_DB,
as it may be used elsewhere if similar failures are observed.
@rolandwalker rolandwalker force-pushed the RW/more-robust-null-string-config-test branch from a4b5add to 0abdb72 Compare April 7, 2026 21:22
@rolandwalker rolandwalker merged commit a57bc1f into main Apr 8, 2026
13 of 14 checks passed
@rolandwalker rolandwalker deleted the RW/more-robust-null-string-config-test branch April 8, 2026 10:17
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