AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832 stars 202 forks source link

[rqd] RQD tests are broken #1544

Closed lithorus closed 1 month ago

lithorus commented 1 month ago

Describe the bug The tests stops after the test_handleExit. It looks like the test exists the script with exit code 0 (os._exit(0)), which make the workflow think that everything went fine and the rest of the tests doesn't run.

To Reproduce Steps to reproduce the behavior:

  1. Run python rqd/setup.py test
  2. Notice that it stops at test_handleExit

Expected behavior The test_handleExit shouldn't exit the script

Version Number 5ab915b6e1f5d3bc1a8f4cdb63cfd16ae84089ab

Additional context I'm currently trying to convert the testing scripts to use pytest in #1540