Hi all!
Hi all!
I am using
Would like to know whether I can use these two rls rules interchangeably?
Basically, ts_groups and "test_group" are reversed. My understanding is that the latter rule is correct. But not sure whether the former rule achieves the same result or can cause any unexpected behaviors.
Thanks in advance!
I am using
ts_groups in rls rules. Would like to know whether I can use these two rls rules interchangeably?
if (ts_groups = "test_group") then true else falseif ("test_group" = ts_groups) then true else falseBasically, ts_groups and "test_group" are reversed. My understanding is that the latter rule is correct. But not sure whether the former rule achieves the same result or can cause any unexpected behaviors.
Thanks in advance!