Skip to content
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: Use variable to catch fast NMT state transitions #436

Open
wants to merge 1 commit into
base: melodic-devel
Choose a base branch
from

Conversation

PaulVerhoeckx
Copy link

Solves #435, by storing the desired state in a variable (wait_for_state_). This way wait_for() can cope with fast NMT state transitions.

@mathias-luedtke mathias-luedtke self-assigned this Jun 9, 2021
@PaulVerhoeckx
Copy link
Author

@ipa-mdl, does the failing test require effort from my side, or could it be a flaky test? I can't reproduce the failing test locally.

@mathias-luedtke
Copy link
Member

@PaulRuvu: I am not sure yet.. your patch seems to change the timing in some cases, but it might be flaw in the test case as well.

@mathias-luedtke
Copy link
Member

I will restart the job to see, if the error is sporadic.
Old results:

<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="1" failures="1" disabled="0" errors="0" timestamp="2021-06-09T17:08:46" time="2.033" name="AllTests">
  <testsuite name="TestNode" tests="1" failures="1" disabled="0" errors="0" time="2.033">
    <testcase name="testInitandShutdown" status="run" time="2.033" classname="TestNode">
      <failure message="/root/target_ws/src/ros_canopen/canopen_master/test/test_node.cpp:49&#x0A;Value of: status.bounded&lt;canopen::LayerStatus::Ok&gt;()&#x0A;  Actual: false&#x0A;Expected: true" type=""><![CDATA[/root/target_ws/src/ros_canopen/canopen_master/test/test_node.cpp:49
Value of: status.bounded<canopen::LayerStatus::Ok>()
  Actual: false
Expected: true]]></failure>
    </testcase>
  </testsuite>
</testsuites>

@PaulVerhoeckx
Copy link
Author

I will restart the job to see, if the error is sporadic.
Old results:

<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="1" failures="1" disabled="0" errors="0" timestamp="2021-06-09T17:08:46" time="2.033" name="AllTests">
  <testsuite name="TestNode" tests="1" failures="1" disabled="0" errors="0" time="2.033">
    <testcase name="testInitandShutdown" status="run" time="2.033" classname="TestNode">
      <failure message="/root/target_ws/src/ros_canopen/canopen_master/test/test_node.cpp:49&#x0A;Value of: status.bounded&lt;canopen::LayerStatus::Ok&gt;()&#x0A;  Actual: false&#x0A;Expected: true" type=""><![CDATA[/root/target_ws/src/ros_canopen/canopen_master/test/test_node.cpp:49
Value of: status.bounded<canopen::LayerStatus::Ok>()
  Actual: false
Expected: true]]></failure>
    </testcase>
  </testsuite>
</testsuites>

@ipa-mdl, can we conclude it was sporadic?

@PaulVerhoeckx
Copy link
Author

@ipa-mdl, friendly ping;)

@PaulVerhoeckx
Copy link
Author

@ipa-mdl, can this be merged?

@PaulVerhoeckx
Copy link
Author

Friendly ping statistics for @ipa-mdl:
   Packets: Sent = 3, Received = 0, Lost = 3 (100% loss)

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