liushengjiezj opened a new issue, #16510:
URL: https://github.com/apache/tvm/issues/16510

   The ArmChina team recently synchronized the community's new code and found 
that python's unittest was split from one folder into multiple folders and 
traversed multiple folders to run in the bash 
script(tests/scripts/task_python_unittest.sh).
   
![图片](https://github.com/apache/tvm/assets/19490695/8218246d-2d03-40bd-a13b-94b73fd22df8)
   
   But in line 57, we found that if the for statement is written like this, 
only the first element in the array will be looped. In other words, running 
this script will only run the test cases in the arith folder.
   
   We found a recent pipeline to verify the behavior of this script, and indeed 
only the test cases in the arith folder were run:
   
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-cpu/detail/main/1311/pipeline/91/
   
![图片](https://github.com/apache/tvm/assets/19490695/d0a3634f-076c-4b76-9718-092de34c6dba)
   
   Is it intentional to write this way or are there other considerations?
   @Hzfengsy @tqchen @Johnson9009 
   
   ### Branch/PR Failing
   
   None
   
   ### Jenkins Link
   
   
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-cpu/detail/main/1311/pipeline/91/
   
   ### Flakiness
   
   None
   
   ### Triage
   
   * dev:test-infra


-- 
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