Skip to content
Snippets Groups Projects
  1. Sep 23, 2024
  2. Jun 13, 2024
  3. May 02, 2024
  4. Apr 29, 2024
  5. Apr 15, 2024
  6. Mar 21, 2024
    • Andrew Morgan's avatar
      Prevent `start_for_complement.sh` from setting `START_POSTGRES` to `false`... · 21daa56e
      Andrew Morgan authored
      Prevent `start_for_complement.sh` from setting `START_POSTGRES` to `false` when it's already set (#16985)
      
      I have a use case where I'd like the Synapse image to start up a
      postgres instance that I can use, but don't want to force Synapse to use
      postgres as well.
      
      This commit prevents postgres from being started when it has already
      been explicitly enabled elsewhere.
      Unverified
      21daa56e
  7. 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
      Unverified
      11a8ae06
  8. Jun 16, 2023
  9. Mar 14, 2023
  10. Feb 01, 2023
  11. Jan 22, 2023
  12. Jan 19, 2023
  13. Jan 17, 2023
    • David Robertson's avatar
      Stabilise serving partial join responses (#14839) · 5b3af1c7
      David Robertson authored
      Serving partial join responses is no longer experimental. They will only be served under the stable identifier if the the undocumented config flag experimental.msc3706_enabled is set to true.
      
      Synapse continues to request a partial join only if the undocumented config flag experimental.faster_joins is set to true; this setting remains present and unaffected.
      Unverified
      5b3af1c7
  14. Jan 13, 2023
  15. Jan 01, 2023
  16. Nov 28, 2022
  17. Nov 08, 2022
  18. Nov 01, 2022
  19. Oct 18, 2022
  20. Oct 12, 2022
  21. Jul 19, 2022
  22. Jul 15, 2022
  23. Jul 04, 2022
  24. Jun 30, 2022
  25. Jun 16, 2022
  26. Jun 15, 2022
  27. Jun 08, 2022
  28. May 13, 2022
  29. Apr 21, 2022
  30. Apr 11, 2022
Loading