← Back to events
ActiveAIRelease5.5

viable/strict/1790380271: [BE] Move serialTest to class (#198651)

What happened

Every test in TestLargeTensors was individually decorated with @serialTest() ; decorate the class instead so tests added later are serial by default. No behavior change: all 13 collected tests carry the serial mark before and after. Test Plan: pytest test/test_mps.py --collect-only -q -m serial | grep -c TestLargeTensors:: # 13 pytest test/test_mps.py --collect-only -q -m "not serial" | grep -c TestLargeTensors:: #…

Summary assembled by rule from the sources below

Why it's spreading

Sources