Skip to content
Snippets Groups Projects
  1. Apr 30, 2024
  2. Apr 15, 2024
  3. Oct 27, 2023
    • kegsay's avatar
      complement: enable dirty runs (#16520) · 11a8ae06
      kegsay authored
      * complement: enable dirty runs
      
      * Add changelog
      
      * 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.
      
      * Try p=2 concurrency to restrict slowness of servers which causes partial state join tests to flake
      
      * Debug logging
      
      * Only run flakey tests
      
      * Only adjust connection pool limits in worker mode
      
      * Move cp vars to somewhere where they get executed in CI
      
      * Move cp values back to where they actually work
      
      * Debug logging
      
      * Try p=1 to see if this makes worker mode happier
      
      * Remove debug logging
      11a8ae06
  4. Oct 12, 2023
  5. Jul 18, 2023
    • Patrick Cloke's avatar
      Support room version 11 (#15912) · 6d81aec0
      Patrick Cloke authored
      And fix a bug in the implementation of the updated redaction
      format (MSC2174) where the top-level redacts field was not
      properly added for backwards-compatibility.
      6d81aec0
  6. Jul 11, 2023
  7. Jun 16, 2023
  8. Jun 02, 2023
  9. May 05, 2023
  10. Mar 07, 2023
  11. Feb 01, 2023
  12. Jan 22, 2023
  13. Jan 19, 2023
  14. Jan 13, 2023
  15. Jan 01, 2023
  16. Dec 07, 2022
  17. Nov 28, 2022
  18. Nov 08, 2022
  19. Nov 01, 2022
  20. Oct 12, 2022
  21. Aug 01, 2022
  22. Jul 07, 2022
  23. Jul 05, 2022
  24. Jul 01, 2022
  25. Jun 15, 2022
  26. Jun 14, 2022
  27. Jun 09, 2022
  28. Jun 08, 2022
  29. May 24, 2022
  30. May 23, 2022
  31. May 09, 2022
  32. Apr 21, 2022
    • Richard van der Hoff's avatar
      Await un-partial-stating after a partial-state join (#12399) · f5668f0b
      Richard van der Hoff authored
      When we join a room via the faster-joins mechanism, we end up with "partial
      state" at some points on the event DAG. Many parts of the codebase need to
      wait for the full state to load. So, we implement a mechanism to keep track of
      which events have partial state, and wait for them to be fully-populated.
      f5668f0b
  33. Apr 11, 2022
  34. Mar 30, 2022
  35. Mar 03, 2022
  36. Feb 23, 2022
  37. Jan 20, 2022
Loading