Skip to content

[hipDNN] Fix flaky IntegrationPluginLoading.PluginWithIncompatibleApiVersion test#5693

Merged
SamuelReeder merged 1 commit intodevelopfrom
users/sareeder/fix-incompatible-version-plugin-dep
Mar 23, 2026
Merged

[hipDNN] Fix flaky IntegrationPluginLoading.PluginWithIncompatibleApiVersion test#5693
SamuelReeder merged 1 commit intodevelopfrom
users/sareeder/fix-incompatible-version-plugin-dep

Conversation

@SamuelReeder
Copy link
Copy Markdown
Contributor

@SamuelReeder SamuelReeder commented Mar 21, 2026

Summary

  • test_incompatible_version_plugin was missing from the add_dependencies() list for public_hipdnn_backend_tests in tests/backend/CMakeLists.txt
  • The plugin name was correctly defined as a compile definition, but the .so was never declared a build dependency. This meant the plugin likely only existed if you built everything, and ninja check wouldn't necessarily build it since it isn't dependent.

Test plan

  • Run IntegrationPluginLoading.PluginWithIncompatibleApiVersion with
    public_hipdnn_backend_tests and confirm it passes consistently
  • Run ninja check to confirm no regressions

test_incompatible_version_plugin was missing from the add_dependencies()
list, causing flaky test failures when ninja's parallel build order
didn't build the plugin .so before running the test.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

❌ Your project status has failed because the head coverage (77.21%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #5693   +/-   ##
========================================
  Coverage    66.81%   66.81%           
========================================
  Files         1849     1849           
  Lines       285013   285013           
  Branches     40026    40026           
========================================
+ Hits        190428   190429    +1     
  Misses       78190    78190           
+ Partials     16395    16394    -1     
Flag Coverage Δ *Carryforward flag
hipBLAS 90.67% <ø> (ø) Carriedforward from 7d2ed43
hipBLASLt 43.49% <ø> (ø) Carriedforward from 7d2ed43
hipCUB 82.21% <ø> (ø) Carriedforward from 7d2ed43
hipDNN 85.56% <ø> (+<0.01%) ⬆️
hipFFT 56.31% <ø> (ø) Carriedforward from 7d2ed43
hipRAND 76.12% <ø> (ø) Carriedforward from 7d2ed43
hipSOLVER 68.73% <ø> (ø) Carriedforward from 7d2ed43
hipSPARSE 84.70% <ø> (ø) Carriedforward from 7d2ed43
rocBLAS 47.97% <ø> (ø) Carriedforward from 7d2ed43
rocFFT 47.88% <ø> (ø) Carriedforward from 7d2ed43
rocRAND 57.07% <ø> (ø) Carriedforward from 7d2ed43
rocSOLVER 77.21% <ø> (ø) Carriedforward from 7d2ed43
rocSPARSE 71.48% <ø> (ø) Carriedforward from 7d2ed43

*This pull request uses carry forward flags. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@SamuelReeder SamuelReeder marked this pull request as ready for review March 21, 2026 20:30
@SamuelReeder SamuelReeder requested a review from a team as a code owner March 21, 2026 20:30
@SamuelReeder SamuelReeder merged commit 3a6526e into develop Mar 23, 2026
18 checks passed
@SamuelReeder SamuelReeder deleted the users/sareeder/fix-incompatible-version-plugin-dep branch March 23, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants