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

[test-failure] Module Update Args test fails on TLS-module CI jobs #1400

Closed
zuiderkwast opened this issue Dec 6, 2024 · 0 comments · Fixed by #1403
Closed

[test-failure] Module Update Args test fails on TLS-module CI jobs #1400

zuiderkwast opened this issue Dec 6, 2024 · 0 comments · Fixed by #1403
Assignees
Labels
test-failure An issue indicating a test failure

Comments

@zuiderkwast
Copy link
Contributor

zuiderkwast commented Dec 6, 2024

Daily jobs with TLS built as a module are failing since #1041 was merged.

*** [err]: Module Update Args in tests/unit/moduleapi/moduleconfigs.tcl
Expected '{10 20 30}' to be equal to '{10 20 30} {}' (context: type eval line 7 cmd {assert_equal "{10 20 30}" [lmap x [r module list] {dict get $x args}]} proc ::test)

The TLS module is another module here. We need to change how we do this assert to only check the args of the module were testing.

@hwware Can you fix it? I fixed it in #1403. PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-failure An issue indicating a test failure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants