-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit tests failing #83
Comments
Thanks for the heads up. |
I did a clean pull, it seems that the CTest target has been removed so I ran the test manually [nyue@atomic2d043 AL_USDMaya_git]$ git status [nyue@atomic2d043 AL_USDMaya_git]$ git log | head
================= results ================== [----------] 2 tests from testModelAPI [----------] Global test environment tear-down 2 FAILED TESTS |
Hi Nicholas, |
Actually you were right @nyue . The tests have been accidentally disabled by default a while ago when pixar's CMake files have been updated, this will be fixed shortly. enable_testing() to the main Thanks for the feedback. |
does not seem to be a bug. This error: |
Heads up about unit tests failing on HEAD
$ make test
Running tests...
Test project /mnt/scratch/nyue/projects/AL_USDMaya/build
Start 1: AL_MayaUtilsTests
1/4 Test #1: AL_MayaUtilsTests ................ Passed 52.19 sec
Start 2: TestAL_USDMaya
2/4 Test #2: TestAL_USDMaya ................... Passed 21.25 sec
Start 3: TestAdditionalSchemas
3/4 Test #3: TestAdditionalSchemas ............***Failed 0.02 sec
Start 4: TestAdditionalTranslators
4/4 Test #4: TestAdditionalTranslators ........***Failed 6.87 sec
50% tests passed, 2 tests failed out of 4
Total Test time (real) = 80.35 sec
The following tests FAILED:
3 - TestAdditionalSchemas (Failed)
4 - TestAdditionalTranslators (Failed)
Errors while running CTest
make: *** [test] Error 8
The text was updated successfully, but these errors were encountered: