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

Test for zombie processes in crashtracking #3364

Open
wants to merge 83 commits into
base: main
Choose a base branch
from

Commits on Nov 4, 2024

  1. Add zombie test

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e01ae63 View commit details
    Browse the repository at this point in the history
  2. Add logs

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0ee431c View commit details
    Browse the repository at this point in the history
  3. try stuff

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    29002a9 View commit details
    Browse the repository at this point in the history
  4. Getting there

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    259abb2 View commit details
    Browse the repository at this point in the history
  5. grmbl

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cc01dcd View commit details
    Browse the repository at this point in the history
  6. Cleanup

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e4bb991 View commit details
    Browse the repository at this point in the history
  7. Try adding ruby

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0b20760 View commit details
    Browse the repository at this point in the history
  8. Add back the logs

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a52ba55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4bf3c3c View commit details
    Browse the repository at this point in the history
  10. Assert False

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    320f7d2 View commit details
    Browse the repository at this point in the history
  11. Add .NET

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e02bc54 View commit details
    Browse the repository at this point in the history
  12. Try a bigger timeout

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6b0dfcd View commit details
    Browse the repository at this point in the history
  13. Try adding Java

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    48df1a0 View commit details
    Browse the repository at this point in the history
  14. Move to separate file

    kevingosse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    655b922 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. _sigh_

    kevingosse committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f1cfcb6 View commit details
    Browse the repository at this point in the history
  2. Remove the bash

    kevingosse committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d0aa022 View commit details
    Browse the repository at this point in the history
  3. Wait for the child

    kevingosse committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8cbf775 View commit details
    Browse the repository at this point in the history
  4. Bigger timeout for tests

    kevingosse committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    abfe5d1 View commit details
    Browse the repository at this point in the history
  5. Try to please the linter

    kevingosse committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cb38933 View commit details
    Browse the repository at this point in the history
  6. Clean the extra assertion

    kevingosse committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f387d5e View commit details
    Browse the repository at this point in the history
  7. Check for child processes

    kevingosse committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    21a96d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1656e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53f890a View commit details
    Browse the repository at this point in the history
  10. Fix compilation

    kevingosse committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0877f82 View commit details
    Browse the repository at this point in the history
  11. Update for multicontainer

    kevingosse committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    042fa84 View commit details
    Browse the repository at this point in the history
  12. fix

    kevingosse committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fca4ad5 View commit details
    Browse the repository at this point in the history
  13. Fix

    kevingosse committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ab7876d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    ea6dbb0 View commit details
    Browse the repository at this point in the history
  2. Copy the missing class

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3d57427 View commit details
    Browse the repository at this point in the history
  3. Add node

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    983dccb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bd610c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e07de83 View commit details
    Browse the repository at this point in the history
  6. try stuff

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c608811 View commit details
    Browse the repository at this point in the history
  7. Trying more stuff

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    858da6a View commit details
    Browse the repository at this point in the history
  8. fix nginx conf

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    853102e View commit details
    Browse the repository at this point in the history
  9. forgot to restore that

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    40c9900 View commit details
    Browse the repository at this point in the history
  10. Add log on failure

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    add413c View commit details
    Browse the repository at this point in the history
  11. fixes

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    71f9f9f View commit details
    Browse the repository at this point in the history
  12. Switch to pgrep

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6c42979 View commit details
    Browse the repository at this point in the history
  13. This maybe?

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    39185ab View commit details
    Browse the repository at this point in the history
  14. Still not

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5f08894 View commit details
    Browse the repository at this point in the history
  15. Use /proc/ instead

    kevingosse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    12d0083 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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

    kevingosse committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    533797b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    803376f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba67171 View commit details
    Browse the repository at this point in the history
  5. Fixes

    kevingosse committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1059e6c View commit details
    Browse the repository at this point in the history
  6. Getting there

    kevingosse committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dc0b220 View commit details
    Browse the repository at this point in the history
  7. more stuff

    kevingosse committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6aac274 View commit details
    Browse the repository at this point in the history
  8. Try using unsafe

    kevingosse committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4c6e12f View commit details
    Browse the repository at this point in the history
  9. Add more info

    kevingosse committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ae5f342 View commit details
    Browse the repository at this point in the history
  10. Try not dying immediately

    kevingosse committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6ceb635 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f061a5a View commit details
    Browse the repository at this point in the history
  12. cleanup

    kevingosse committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    90310d1 View commit details
    Browse the repository at this point in the history
  13. Fix assertion

    kevingosse committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    33d48b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Fix .NET

    kevingosse committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a847ff1 View commit details
    Browse the repository at this point in the history
  2. Update ruby

    kevingosse committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cb7547c View commit details
    Browse the repository at this point in the history
  3. Try pleasing the linter

    kevingosse committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3b605c4 View commit details
    Browse the repository at this point in the history
  4. Address PR feedback

    kevingosse committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e6d16be View commit details
    Browse the repository at this point in the history
  5. linter

    kevingosse committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8fb29d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd2604a View commit details
    Browse the repository at this point in the history
  7. linter

    kevingosse committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7190a1e View commit details
    Browse the repository at this point in the history
  8. Filter some scenarios

    kevingosse committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    91857c3 View commit details
    Browse the repository at this point in the history
  9. Increase .NET delay

    kevingosse committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c2cd3fd View commit details
    Browse the repository at this point in the history
  10. Filter out jps

    kevingosse committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b36011f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Add delays

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    da6a4bf View commit details
    Browse the repository at this point in the history
  2. Trailing whitespaces

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b42563b View commit details
    Browse the repository at this point in the history
  3. Try a much longer timeout

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    be65308 View commit details
    Browse the repository at this point in the history
  4. ... two minutes?

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    01dea7b View commit details
    Browse the repository at this point in the history
  5. Try a different approach

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    560988d View commit details
    Browse the repository at this point in the history
  6. trailing spaces

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0ed6ef7 View commit details
    Browse the repository at this point in the history
  7. Look for zombies

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d3af434 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a9a437 View commit details
    Browse the repository at this point in the history
  9. Forgot to declre the route

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c54120d View commit details
    Browse the repository at this point in the history
  10. handle errors in node

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    596e76a View commit details
    Browse the repository at this point in the history
  11. Fix jaa code

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a8dd715 View commit details
    Browse the repository at this point in the history
  12. Properly filter jps

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    17b33d7 View commit details
    Browse the repository at this point in the history
  13. Revert nginx changes

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ebbec54 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5887d3d View commit details
    Browse the repository at this point in the history
  15. Bigger timeout?

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d375881 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f9267a3 View commit details
    Browse the repository at this point in the history
  17. linter

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1891e50 View commit details
    Browse the repository at this point in the history
  18. Error handling in node

    kevingosse committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e8e6d18 View commit details
    Browse the repository at this point in the history