Skip to content

Disable load balancing in test environment

Stan Hu requested to merge sh-disable-load-balancing-test into master

In a test environment, we often create objects within a transaction and roll them back after the test is over. This makes these test objects invisible to a secondary, so running our current test suite with load balancing doesn't work. We remove the configuration from the test to ensure tests don't erroneously fail locally.

Merge request reports