Megatest

View Ticket
Login
Ticket Hash: b1c37f9e55e5a6b07d505eda585cd230029f28f3
Title: The waitons table in testconfig is not working correctly. Items start before upstream items are competed.
Status: Open Type: Code_Defect
Severity: Important Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2024-10-12 02:51:23
Version Found In: v1.81
User Comments:
matt added on 2024-10-12 01:51:23:
Look at mtflows/fossil_rebase for example. The waitons table is constructed correctly both with fully and minimally complete dependencies and yet all the items start.

[waitons]
t1/a setup
t1/b t1/a
t1/c t1/b
etc.

matt added on 2024-10-12 08:51:23:

Putting the waitons table in megatest.config also doesn't seem to work. Possibly due to waitons only applying to the test, not the item. Do items level waitons work correctly?