Skip to content

Commit 820f3a3

Browse files
committed
Missing a bug from the 3.2.1 changeset
1 parent 9e35c85 commit 820f3a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/releases/v3/3.2.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ These release notes are a list of changes from `3.2.0` to `3.2.1`.
2020

2121
### Core Framework
2222

23+
* **BUG:** We fixed an issue where upgrading from 3.1.0 to 3.2.0 might've caused compilation errors due to a stale cached auto-generated entrypoint. [xunit/xunit#3435](https://github.com/xunit/xunit/issues/3435){: .issue-link }
24+
2325
* **BUG:** We fixed an issue where unhandled exceptions on background threads could cause the test process to terminate abruptly, which could cause third party runners (like VSTest) to loop forever waiting for the crashed test process. [xunit/xunit#3447](https://github.com/xunit/xunit/issues/3447){: .issue-link }
2426

2527
* **BUG:** We fixed an issue where worker threads that tests created which were marked as foreground threads could prevent the test process from terminating. Now, during shutdown, we will wait approximately 10 seconds for any outstanding foreground threads to finish their work before forcefully shutting down the test process. Ideally, test authors should always mark their worker threads a background threads to prevent this problem (and/or ensure that any threads complete work before the required test(s) complete).

0 commit comments

Comments
 (0)