solana icon indicating copy to clipboard operation
solana copied to clipboard

Fixes broken link in error message if OS network limits test fails

Open brooksprumo opened this issue 1 year ago • 2 comments

Problem

See https://github.com/solana-labs/solana/issues/34735

Summary of Changes

Fix the link

Fixes #34735

brooksprumo avatar Jan 11 '24 14:01 brooksprumo

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.

mergify[bot] avatar Jan 11 '24 14:01 mergify[bot]

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     

codecov[bot] avatar Jan 11 '24 16:01 codecov[bot]

Closing. The original link is working again.

brooksprumo avatar Jan 29 '24 17:01 brooksprumo