-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Required Info:
- Operating System:
- Windows
- Installation type:
- source
- Version or commit hash:
- master
The test was introduced in #122.
It has been consistently failing the nightly Windows debug and release builds, e.g.
- https://ci.ros2.org/view/nightly/job/nightly_win_rel/1242/testReport/junit/sros2.test.sros2.commands.security.verbs/test_generate_policy/test_generate_policy_no_nodes/
- https://ci.ros2.org/view/nightly/job/nightly_win_deb/1305/testReport/junit/sros2.test.sros2.commands.security.verbs/test_generate_policy/test_generate_policy_no_nodes/
Output:
Error Message
AssertionError: assert 0 != 0 + where 0 = <function main at 0x000002670D3A3C80>(argv=['security', 'generate_policy', 'C:\\WINDOWS\\TEMP\\tmpwsfvjedi\\test-policy.xml']) + where <function main at 0x000002670D3A3C80> = cli.main
Stacktrace
test\sros2\commands\security\verbs\test_generate_policy.py:67: in test_generate_policy_no_nodes
assert cli.main(argv=[
E AssertionError: assert 0 != 0
E + where 0 = <function main at 0x000002670D3A3C80>(argv=['security', 'generate_policy', 'C:\\WINDOWS\\TEMP\\tmpwsfvjedi\\test-policy.xml'])
E + where <function main at 0x000002670D3A3C80> = cli.main
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working