Skip to content

Make all test threads daemons to keep CI/CD from hanging.#119

Merged
lordjabez merged 1 commit intomasterfrom
fix-hanging-tests
Mar 31, 2023
Merged

Make all test threads daemons to keep CI/CD from hanging.#119
lordjabez merged 1 commit intomasterfrom
fix-hanging-tests

Conversation

@lordjabez
Copy link
Contributor

Hanging threads is my suspicion as to what's causes tests to get stuck sometimes. Making all test threads daemons means they'll be terminated when the tests end.

I'm not entirely sure this will correct #118 , but it shouldn't hurt. I'll give it a few days of successful CI/CD runs before closing the issue.

@lordjabez lordjabez temporarily deployed to checkdocs March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@lordjabez lordjabez temporarily deployed to test March 31, 2023 03:17 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Merging #119 (7af0947) into master (59dfd8e) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #119   +/-   ##
=======================================
  Coverage   97.90%   97.90%           
=======================================
  Files           5        5           
  Lines         477      477           
  Branches       76       76           
=======================================
  Hits          467      467           
  Misses          7        7           
  Partials        3        3           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 59dfd8e...7af0947. Read the comment docs.

@lordjabez lordjabez merged commit 7be769b into master Mar 31, 2023
@lordjabez lordjabez deleted the fix-hanging-tests branch March 31, 2023 03:25
@shaypal5
Copy link
Member

Yeah, definitely can't hurt. I guess only time will tell if this solved the problem. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants