Skip to content
Snippets Groups Projects

test: fix flaky args::tests

Merged Yaroslav Dynnikov requested to merge 63-flaky-test into master

By default cargo runs tests in parallel in multiple threads. Both test_log_level and test_parse access the environment that is shared across threads. Consequently, its concurrent modification results in the test failure.

This patch unites these two tests making it linear.

Closes #63 (closed)

Merge request reports

Merge request pipeline #4679 passed

Merge request pipeline passed for 18ccf158

Approval is optional

Set by to be merged automatically when the pipeline succeeds

Ready to merge by members who can write to the target branch.

Merge details

  • 1 commit will be added to master.
  • Source branch will be deleted.
  • Auto-merge enabled

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading