solana
solana copied to clipboard
Fixes broken link in error message if OS network limits test fails
Problem
See https://github.com/solana-labs/solana/issues/34735
Summary of Changes
Fix the link
Fixes #34735
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
e9a6bb3
) 81.8% compared to head (0441d9d
) 81.8%. Report is 133 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #34748 +/- ##
=========================================
- Coverage 81.8% 81.8% -0.1%
=========================================
Files 823 823
Lines 222713 222713
=========================================
- Hits 182337 182265 -72
- Misses 40376 40448 +72
Closing. The original link is working again.