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
Add test for sequence model instance update (#5831)
* Add test for sequence model instance update
* Add gap for file timestamp update
* Update test for non-blocking sequence update
* Update documentation
* Remove mentioning increase instance count case
* Add more documentaion for scheduler update test
* Update test for non-blocking batcher removal
* Add polling due to async scheduler destruction
* Use _ as private
* Fix typo
* Add docs on instance count decrease
* Fix typo
* Separate direct and oldest to different test cases
* Separate nested tests in a loop into multiple test cases
* Refactor scheduler update test
* Improve doc on handling future test failures
* Address pre-commit
* Add best effort to reset model state after a single test case failure
* Remove reset model method to make harder for chaining multiple test cases as one
* Remove description on model state clean up
0 commit comments