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
fix(test/multi-ec2-fleet): filter fleet count by test session to ignore stale fleets
Add an optional fleet_ids parameter to verify_ec2_fleet_instances_detached so
the membership check is scoped to the specific fleets created in the current
test run. Without this, the helper listed every active EC2 Fleet in the region
and made a describe_fleet_instances call for each one — slow, and vulnerable to
stale fleets from prior runs. Both call sites now pass ec2_fleet_ids, which is
already populated by Step 4 from the test's own instance tags.
0 commit comments