-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more smoke testing for .NET 9 (#6296)
## Summary of changes - Unskip the .NET 9 crashtracking tests by using workaround - Test more .NET 9 distros ## Reason for change We want to run smoke tests on supported distros ## Implementation details We had to disable the crash tracking tests for the .NET 9 smoke tests on debian x64 because they would hang ([due to a bug in the runtime](dotnet/runtime#109779 (comment)), not related to our instrumentation). That issue mentions that using `--init` solves the issue, so added that as a temporary fix and the crash tracking tests pass (so can unskip them) Also added testing for - `fedora:40` (~x64~ and arm64) - x64 is still using rc2 currently - `rhel:8` and `rhel:9` - ~`centos-stream:9`~ still using preview 7 - `opensuse:15` ## Test coverage More now - [did a full installer run here](https://dev.azure.com/datadoghq/dd-trace-dotnet/_build/results?buildId=167973&view=results). ## Other details This doesn't cover _all_ the supported distros, but it's a good start
- Loading branch information
1 parent
43ad231
commit 24c84a5
Showing
2 changed files
with
27 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters