Open
Description
In test_execution_compute_plan.py
, multiple tuples specs are generated (e.g. tuple_spec_1 and tuple_spec_2) and once created, the matching tuples are retrieved using:
tuple_1, tuple_2 = cp.list_tuple()
However there is no guarantee that tuple_1 matches tuple_spec_1 here. Our tests work because the tuple are chained and therefore have ever-increasing ranks and because the list_tuple methods all sort the tuple by rank. Without that, our checks would fail.
Metadata
Metadata
Assignees
Labels
No labels