-
Notifications
You must be signed in to change notification settings - Fork 88
fix(integration-tests): Drop obsolete bin and lib existence checks in the CLP package layout (fixes #1643).
#1642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(integration-tests): Drop obsolete bin and lib existence checks in the CLP package layout (fixes #1643).
#1642
Conversation
WalkthroughModified PackageConfig validation in test utilities to require only Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai Can you open an issue corresponding to what this PR fixes? |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: Length of output: 42 @kirkrodrigues: I've created issue #1643 to track the problem that this PR fixes. The issue describes how the integration tests failed due to outdated package layout assumptions after PR #1512 changed the structure. Link: #1643 🧠 Learnings used |
bin and lib existence checks in the CLP package layout.bin and lib existence checks in the CLP package layout (fixes #1643).
kirkrodrigues
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edited the PR title directly.
Description
This PR addresses the package layout changes in #1512.
clp-package/bin. The directory is gone.clp-package/libis moved tobuild/python-libs.Hence,
binandlibare no longer required components of the clp package.Checklist
breaking change.
Validation performed
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.