Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
I noticed this when a test that is claimed needed:
[Fri Oct 28 11:46:58 PDT 2016 DEBUG]: Adding hbaseprotoc to NEEDED_TESTS
... but then a a later call to verify_needed_test was claiming the test was not needed (digging, its whether test is in the NEEDED_TESTS list... which it is in my case... just the last one on the list).
Illustration after defining yetus_verify_entry in my local shell:
kalashnikov:precommit stack$ x="asflicense cc unit hbaseprotoc " kalashnikov:precommit stack$ yetus_verify_entry x asflicense kalashnikov:precommit stack$ echo $? 1 kalashnikov:precommit stack$ x="xxx asflicense cc unit hbaseprotoc " kalashnikov:precommit stack$ yetus_verify_entry x asflicense kalashnikov:precommit stack$ echo $? 0
Attachments
Issue Links
- is part of
-
YETUS-688 convert key globals from strings to arrays
- Resolved