Skip to content

Merge current master and fix file handling #3

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

Merged
merged 8 commits into from
Feb 25, 2025

Conversation

urfeex
Copy link

@urfeex urfeex commented Feb 24, 2025

The file handling in the UrDriver tests was not working correctly.

…alRobots#267)

I've had this lying around when implementing things. Maybe that would be
useful to have it in the general library.
This should reduce the limit check getting triggered and also improve
the check's output for debugging purposes.
… script_command servers (UniversalRobots#271)

Before, we were sending the script code for execution to the robot and
then opening the sockets that the script would connect to.

This has been working fine in most cases, but that fails when too much
time passes between the two steps. E.g. I experienced that when having
debug output switched on, the robot script was not able to connect to
the sockets.

From my understanding this has been overlooked and there is no specific
reason why the order was like that. Opening the sockets first and then
sending the script seems to make more sense.
As `ctest` runs each test individually, an error with test
initialization introduced earlier didn't show.

This change makes sure that running all tests consecutively with
initializing the test suite only once works correctly.
@vdm-dev vdm-dev merged commit 8b3104d into RoboDK:feature/RDK-4115/windows-port Feb 25, 2025
6 of 15 checks passed
@urfeex urfeex deleted the win-build branch February 25, 2025 12:13
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.

2 participants