Skip to content

Fix postgres scheduler config incorrectly always being applied to stress test

Description

The stress test setup incorrectly overwrite SCHEDULER_CONFIG to the Postgres config regardless of whether we were running with the objectstore or the Postgres scheduler. This MR fixes this so that it only overwrite the SCHEDULER_CONFIG when the scheduler type is postgres.

Checklist

  • Documentation reflects the changes made.
  • Merge Request title is clear, concise, and suitable as a changelog entry. See this link

References

Merge request reports

Loading