Skip to content
Snippets Groups Projects
  1. Dec 03, 2024
  2. Nov 20, 2024
  3. Sep 23, 2024
  4. Jun 13, 2024
  5. May 02, 2024
  6. Apr 29, 2024
  7. Apr 15, 2024
  8. 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.
      21daa56e
  9. 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
  10. Jun 16, 2023
  11. Mar 14, 2023
  12. Feb 01, 2023
  13. Jan 22, 2023
  14. Jan 19, 2023
  15. 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.
      5b3af1c7
  16. Jan 13, 2023
  17. Jan 01, 2023
  18. Nov 28, 2022
  19. Nov 08, 2022
  20. Nov 01, 2022
  21. Oct 18, 2022
  22. Oct 12, 2022
  23. Jul 19, 2022
  24. Jul 15, 2022
  25. Jul 04, 2022
  26. Jun 30, 2022
  27. Jun 16, 2022
  28. Jun 15, 2022
  29. Jun 08, 2022
  30. May 13, 2022
  31. 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
  32. Apr 11, 2022
Loading