Skip to content

fix(ci): fix typo in notebook skip list for transport_cuopt#1496

Open
ramakrishnap-nv wants to merge 3 commits into
mainfrom
fix/nbtest-transport-skip-typo
Open

fix(ci): fix typo in notebook skip list for transport_cuopt#1496
ramakrishnap-nv wants to merge 3 commits into
mainfrom
fix/nbtest-transport-skip-typo

Conversation

@ramakrishnap-nv

@ramakrishnap-nv ramakrishnap-nv commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Typo in skip list: trnsport_cuopttransport_cuopt (missing 'a'). The pattern never matched so the GAMSPy notebook ran instead of being skipped, failing with a missing libcublas.so.13.

ramakrishnap-nv and others added 2 commits June 26, 2026 13:43
…MP tests

The test crashes Julia's JIT compiler with SIGSEGV (signal 11) during type
inference for the MOI bridge_optimizer delete path when a SecondOrderCone
variable with a negative initial bound is removed. All other cuOpt.jl tests
pass (286 pass, 22 skip across 7 nightly wheel jobs).

Patch the cloned cuOpt.jl MOI_wrapper.jl to add this test to the exclude
list in test_runtests_bridge_optimizer, following the same pattern used for
test_air05.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The test_conic_SecondOrderCone_negative_initial_bound exclusion is now
handled directly in cuOpt.jl via jump-dev/cuOpt.jl#39, which is the
correct place for test configuration rather than a sed patch in CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ramakrishnap-nv ramakrishnap-nv requested a review from a team as a code owner June 30, 2026 21:55
@ramakrishnap-nv ramakrishnap-nv self-assigned this Jun 30, 2026
@ramakrishnap-nv ramakrishnap-nv added bug Something isn't working non-breaking Introduces a non-breaking change labels Jun 30, 2026
@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 7e491564-e94d-451f-a1d5-0303c9b760ed

📥 Commits

Reviewing files that changed from the base of the PR and between 2ca56e7 and 4942c0d.

📒 Files selected for processing (2)
  • ci/thirdparty-testing/run_jump_tests.sh
  • ci/utils/nbtest.sh

📝 Walkthrough

Walkthrough

This PR makes two minor CI script edits: a blank line added after a conditional block in run_jump_tests.sh, and a typo correction in nbtest.sh changing the skip pattern string "trnsport_cuopt" to "transport_cuopt" in the SKIP_NOTEBOOKS array.

Changes

CI Script Edits

Layer / File(s) Summary
Notebook skip pattern fix
ci/utils/nbtest.sh
Corrects a typo in the SKIP_NOTEBOOKS array, changing "trnsport_cuopt" to "transport_cuopt" so the intended notebooks are skipped.
Test script formatting
ci/thirdparty-testing/run_jump_tests.sh
Adds a blank line after the conditional block that comments out test_air05 in test/MOI_wrapper.jl.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: fixing a typo in the notebook skip list for transport_cuopt.
Description check ✅ Passed The description matches the change and explains the typo and its CI impact.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/nbtest-transport-skip-typo

Comment @coderabbitai help to get the list of available commands.

@ramakrishnap-nv ramakrishnap-nv force-pushed the fix/nbtest-transport-skip-typo branch from 5908588 to 66cbfb6 Compare June 30, 2026 22:01
@github-actions

github-actions Bot commented Jun 30, 2026

Copy link
Copy Markdown

CI Test Summary

16 failed · 15 passed · 0 skipped

'trnsport_cuopt' → 'transport_cuopt': the missing 'a' meant the pattern
never matched, so GAMSPy_integration_example/transport_cuopt.ipynb was
never skipped. It ran and failed with:

  gmscuopt: error while loading shared libraries: libcublas.so.13: cannot open shared object file

The GAMS cuOpt integration requires LD_LIBRARY_PATH configuration that
the conda notebook test environment does not provide, so the notebook is
intentionally skipped until that setup is in place.

Fixes: https://github.com/NVIDIA/cuopt/actions/runs/28426561531/job/84404065735

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ramakrishnap-nv ramakrishnap-nv force-pushed the fix/nbtest-transport-skip-typo branch from 66cbfb6 to 1b56c83 Compare June 30, 2026 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants