1. 08 Mar, 2022 4 commits
  2. 17 Feb, 2022 1 commit
  3. 14 Feb, 2022 1 commit
  4. 10 Feb, 2022 1 commit
  5. 08 Feb, 2022 2 commits
  6. 07 Feb, 2022 1 commit
  7. 05 Feb, 2022 2 commits
  8. 04 Feb, 2022 1 commit
  9. 01 Feb, 2022 2 commits
  10. 31 Jan, 2022 1 commit
  11. 28 Jan, 2022 1 commit
  12. 26 Jan, 2022 1 commit
  13. 25 Jan, 2022 2 commits
    • Melroy van den Berg's avatar
    • Abseil Team's avatar
      Make recreate_environments_when_repeating=false the default. · f45d5865
      Abseil Team authored
      So that global test environments are by default set up and torn down once,
      regardless of the value of the repeat flag.
      
      The point of global environments is to be set up and torn down once, and shared
      by all tests in the process. There is no obvious reason why multiple runs of the
      same test should be treated distinctly from single runs of different tests.
      
      Having this be false by default means that repeats using a global environment
      run faster. It can still be set to true if it's desired that every repeat get a
      fresh environment, but this seems less important given the nature of a global
      environment. Every test I've seen using a global environment uses it to set up
      some expensive external resource, not something that can/should be set up for
      each test anew. (Again this is unsurprising, since the environment is a global.)
      
      PiperOrigin-RevId: 424003937
      Change-Id: I9e8a825cb8900960dd65b85fe5ffcc0a337e57f3
      f45d5865
  14. 24 Jan, 2022 2 commits
  15. 21 Jan, 2022 1 commit
  16. 19 Jan, 2022 1 commit
  17. 18 Jan, 2022 1 commit
  18. 17 Jan, 2022 1 commit
  19. 14 Jan, 2022 2 commits
  20. 13 Jan, 2022 1 commit
  21. 12 Jan, 2022 1 commit
    • Abseil Team's avatar
      Fix run-on sentence · 2d07f12b
      Abseil Team authored
          dispatch. It will use the definition from the class the constructor of which
      
      PiperOrigin-RevId: 421291241
      Change-Id: If81e3d6d3774edfbbb4baaec8a3cd96566b3b09c
      2d07f12b
  22. 11 Jan, 2022 1 commit
  23. 10 Jan, 2022 1 commit
  24. 06 Jan, 2022 8 commits