supersat commented on issue #13205:
URL: https://github.com/apache/tvm/issues/13205#issuecomment-1295243641

   @mehrdadh I would say it's effectively disabled because it always tries the 
same sequence of port numbers. The tracker *does* come up on the next available 
port if the one it tries is taken, but then the launcher tries to get `adb` to 
forward a bunch of different ports, which are all in use and causes tests to 
fail.
   
   Seeding the RNG with a fixed value only in CI (with `tvm.testing.IS_IN_CI`) 
is probably the right approach. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to