Skip to content

Fix TestStackDumping flaky test and incorrect log output

Arran Walker requested to merge ajwalker/flaky-tests-fix into main

What does this MR do?

Fixes two tests:

  • TestStackDumping
  • TestRunCommand_configReloadingRegression

Why was this MR needed?

Example of recent failures:

What's the best way to test this MR?

Specific tests should pass when run multiple times with the following args: go test -cpu 2 -race -count 100

What are the relevant issue numbers?

Merge request reports