Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

complement: enable dirty runs #16520

Merged
merged 18 commits into from
Oct 27, 2023
Merged

complement: enable dirty runs #16520

merged 18 commits into from
Oct 27, 2023

Commits on Oct 18, 2023

  1. complement: enable dirty runs

    kegsay committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    77c5d6d View commit details
    Browse the repository at this point in the history
  2. Add changelog

    kegsay committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f414b02 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Set a low connpool limit when running in Complement

    Dirty runs can cause many containers to be running concurrently,
    which seems to easily exhaust resources on the host. The increased
    speedup from dirty runs also seems to use more db connections on
    workers, which are misconfigured currently to have
    `SUM(workers * cp_max) > max_connections`, causing
    ```
    FATAL:  sorry, too many clients already
    ```
    which results in tests failing.
    kegsay committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5f852b1 View commit details
    Browse the repository at this point in the history
  2. Try p=2 concurrency to restrict slowness of servers which causes part…

    …ial state join tests to flake
    kegsay committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0377529 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df798d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    99a14d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    1a62088 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    4bcb2ee View commit details
    Browse the repository at this point in the history
  2. Debug logging

    kegsay committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b9772c3 View commit details
    Browse the repository at this point in the history
  3. Only run flakey tests

    kegsay committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a8865fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3157146 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b96ad17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dce617d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    b4c5fd2 View commit details
    Browse the repository at this point in the history
  2. Debug logging

    kegsay committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8c9dc36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de9589f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Remove debug logging

    kegsay committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0fcfe3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2f3fd3 View commit details
    Browse the repository at this point in the history