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

Blame upload on crash even if hang dump started #2553

Merged

Commits on Sep 1, 2020

  1. Upload on session end when HangDump started

    In rare cases where we have a crashing tests and short hang timeout, we get into situation where hang dumper started dumping, but then session ends because of the crash, and dumps are not uploaded because the session end is only uploading when there is crash dump enabled. After this change we look for any dump in any case and upload all the dumps that hang dumper was able to create.
    nohwnd committed Sep 1, 2020
    Copy the full SHA
    5dd8e9e View commit details
    Browse the repository at this point in the history
  2. Fix procdump condition

    nohwnd committed Sep 1, 2020
    Copy the full SHA
    bae96ef View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ce719b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Remove test, because we want to upload all dumps on session end when …

    …hangdump and crash dump run into each other, otherwise hang dumps would not get uploaded and the process would just end, leaving them on the local disk.
    nohwnd committed Sep 2, 2020
    Copy the full SHA
    a7293ff View commit details
    Browse the repository at this point in the history