-
Notifications
You must be signed in to change notification settings - Fork 229
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
Regressions in windows debug CI DLL load failed while importing _rclpy_pybind11 #831
Comments
@Blast545 - initial impressions are the test failures are caused by ros2/launch_ros#274 , but also not really that PRs fault. Interesting to me is the
I haven't tested any of this, but my current guess is A way to test that theory is to remove this line https://github.com/ros2/launch_ros/blob/7a848e5da6f8774c28a537f4dcaf35d3b771d7bf/launch_testing_ros/launch_testing_ros/__init__.py#L20 and see if the job passes. That might be a good workaround for now. That doesn't explain why |
For
For some reason, when |
is that assert also really needed? |
🕵️♂️ I think is causing test lots of test regressions in windows CI.
https://ci.ros2.org/view/nightly/job/nightly_win_deb/2134/
It seems that Windows can't find the correct path to
_rclpy_pybind11
for the tests added with ros2/launch_ros#274.Can I ask you to take a quick look? @sloretz You may have more context about what's going on.
Originally posted by @Blast545 in #814 (comment)
The text was updated successfully, but these errors were encountered: