You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Daily jobs with TLS built as a module are failing since #1041 was merged.
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. PTALThe text was updated successfully, but these errors were encountered: