1. 21 Sep, 2021 2 commits
  2. 24 Aug, 2021 1 commit
  3. 17 Jun, 2021 1 commit
  4. 28 Sep, 2020 1 commit
  5. 16 Jan, 2020 1 commit
    • Michael Achenbach's avatar
      [testrunner] Prevent erroneous overriding of signal handlers · d64a48db
      Michael Achenbach authored
      When an overall timeout is reached, swarming sends a SIGTERM to
      terminate the test runner. The test runner has a signal handler on the
      main process to terminate all workers gracefully.
      
      Additionally, every worker process installs a signal handler for
      terminating ongoing tests wrapped by command.Command.
      
      Also, command.Command is used on the main process to list tests for
      cctest and gtest executables, which led to overriding the test runner's
      main signal handler.
      
      This CL disables using signal handlers in commands by default and only
      explicitly enables it in safe source locations.
      
      Bug: v8:8292
      Change-Id: Ifceadaff75bdd2b77e761498bccbe00b6a3e265c
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2002528Reviewed-by: 's avatarTamer Tas <tmrts@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#65815}
      d64a48db
  6. 16 Jul, 2019 1 commit
  7. 14 Jun, 2019 1 commit
  8. 17 May, 2019 1 commit
  9. 10 May, 2019 1 commit
  10. 09 May, 2019 2 commits
  11. 04 May, 2019 1 commit
    • Sergiy Belozorov's avatar
      [tools] Default to 4 retries for all perf tests · b3e2bcf9
      Sergiy Belozorov authored
      Overall, total test runtime that was wasted due to timeouts is 3420 seconds in
      the last 2 weeks. Even with 4 retries, assuming all of them time out, needed
      additional capacity is under 2 hours per week. Based on this analysis, I think
      it's safe to land this CL.
      
      Note that this is not intended as a long-term solution of the timeout problem,
      but rather a temporary solution to prevent ongoing errors. Proper investigation
      and correct long-term solution are still needed and tracked in the bug.
      
      R=machenbach@chromium.org, tmrts@chromium.org
      
      Bug: chromium:841700
      Change-Id: Id16e6b784fa85bb9e28ed8c6b267b583636e2dc1
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1593342Reviewed-by: 's avatarTamer Tas <tmrts@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#61224}
      b3e2bcf9
  12. 29 Apr, 2019 1 commit
  13. 26 Apr, 2019 3 commits
  14. 24 Apr, 2019 2 commits
  15. 23 Apr, 2019 3 commits
  16. 16 Apr, 2019 1 commit
  17. 12 Apr, 2019 3 commits
  18. 10 Apr, 2019 1 commit
  19. 19 Feb, 2019 1 commit
  20. 06 Feb, 2019 1 commit
  21. 01 Feb, 2019 1 commit
  22. 31 Jan, 2019 1 commit
  23. 21 Dec, 2018 1 commit
  24. 20 Dec, 2018 1 commit
  25. 30 Oct, 2018 1 commit
  26. 20 Oct, 2018 1 commit
  27. 16 Oct, 2018 1 commit
  28. 09 Oct, 2018 3 commits
  29. 12 Sep, 2018 1 commit