Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timeout support #491

Merged
merged 28 commits into from
Aug 14, 2022
Merged

Commits on Aug 12, 2022

  1. Add timeout support

    TApplencourt authored and martin-schulze-vireso committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    e2d2aed View commit details
    Browse the repository at this point in the history
  2. Fix Timeout test

    TApplencourt authored and martin-schulze-vireso committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    67fd203 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fddea44 View commit details
    Browse the repository at this point in the history
  4. Fix shellcheck

    martin-schulze-vireso committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    18a479b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18d2334 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75c7787 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70bcb1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    177228e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    36260fe View commit details
    Browse the repository at this point in the history
  10. Fix trace on timeout

    the debug trap would run one more time with the wrong line before the
    trace is printed.
    martin-schulze-vireso committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    be758f3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    599cc72 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ac38fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5890bfd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d4d8fc9 View commit details
    Browse the repository at this point in the history
  15. Fix shellcheck

    martin-schulze-vireso committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    32e37b1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2effcfb View commit details
    Browse the repository at this point in the history
  17. Fix signal propagation

    SIGALRM and sleep are no good match
    martin-schulze-vireso committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    54d9b5c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1fd16ae View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0c0297c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3245ba6 View commit details
    Browse the repository at this point in the history
  21. Fix timeout on Windows

    SIGUSR1/2 is not supported there
    martin-schulze-vireso committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    bdcb6c9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d995a81 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    74492c1 View commit details
    Browse the repository at this point in the history
  24. pretty: Improve output on timeout

    Use different color for timeout failures
    martin-schulze-vireso committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d32ad97 View commit details
    Browse the repository at this point in the history
  25. Fix typo

    martin-schulze-vireso committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    da19709 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    475326e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b1e7fed View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    d15d67d View commit details
    Browse the repository at this point in the history