Skip to content

fixed .net test issue for opensuse 16 and sles 16#5889

Open
gaurav2699 wants to merge 5 commits intomainfrom
user/gaurasingh/linux_validation_issue
Open

fixed .net test issue for opensuse 16 and sles 16#5889
gaurav2699 wants to merge 5 commits intomainfrom
user/gaurasingh/linux_validation_issue

Conversation

@gaurav2699
Copy link
Copy Markdown
Contributor

@gaurav2699 gaurav2699 commented Mar 23, 2026

Description

Linux Validation was failing on OpenSUSE 16 and SLES 16 due to QuicHello not found even though it is there. We use ls+grep instead of find negation, which is unreliable on BusyBox (OpenSUSE/SLES).
Also there was a misleading description for package version that said leave empty for latest version which doesnt work as curl us used to download the package which requires exact package version.
fixes #5571

Testing

Documentation

Is there any documentation impact for this change?

@gaurav2699 gaurav2699 requested a review from a team as a code owner March 23, 2026 18:17
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.07%. Comparing base (0071278) to head (ff2d668).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5889      +/-   ##
==========================================
- Coverage   86.23%   85.07%   -1.16%     
==========================================
  Files          60       60              
  Lines       18732    18732              
==========================================
- Hits        16153    15937     -216     
- Misses       2579     2795     +216     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

anrossi
anrossi previously approved these changes Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Validate linux packages on more distros

3 participants