Merge master into CLI_config_parity_release#2070
Conversation
Shadow the tc variable so that different subtests refer to their corresponding tc. It'd have been fine had the subtests ran sequentially but in a parallel run, different tests sharing the same tc variable can lead to race.
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
* Use default value based on number of CPU cores * renames
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## CLI_config_parity_release #2070 +/- ##
=============================================================
+ Coverage 71.99% 72.33% +0.33%
=============================================================
Files 99 100 +1
Lines 10870 11028 +158
=============================================================
+ Hits 7826 7977 +151
- Misses 2712 2716 +4
- Partials 332 335 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Doing a daily merge to avoid having significant differences between master and the CLI_config_parity_release branch.
Description
Link to the issue in case of a bug fix.
NA
Testing details