Skip to content

Update to the test which fluctuates

Max Piletski requested to merge slb-master-message-pool-test-fix into slb-master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

The test was failing in the cloud pipeline. The fix makes an assumption that this happened during startup of the threads, where write threads haven't yet been started. And the main thread finished up thread readers because of the max retries to read the messages expected from the write threads.

Merge request reports