Skip to content
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

Test #17 failed #302

Closed
GBZH opened this issue Aug 19, 2020 · 2 comments
Closed

Test #17 failed #302

GBZH opened this issue Aug 19, 2020 · 2 comments

Comments

@GBZH
Copy link

GBZH commented Aug 19, 2020

Hello,

First of all, thanks a lot for this impressive software !
I managed to compile GoTools and ran the tests. Except for one of them, everything went fine. Do you have any clue for this failure ?
$> make test
Running tests...
Test project /home/quemener/local/SINTEF/build_GoTools
Start 1: BoundedSurfaceTest
1/20 Test #1: BoundedSurfaceTest ............... Passed 0.01 sec
Start 2: CurveCreatorsTest
2/20 Test #2: CurveCreatorsTest ................ Passed 0.04 sec
Start 3: CurveOnSurfaceTest
3/20 Test #3: CurveOnSurfaceTest ............... Passed 0.01 sec
Start 4: ElementaryObjectsTest
4/20 Test #4: ElementaryObjectsTest ............ Passed 0.01 sec
Start 5: GoToolsTest
5/20 Test #5: GoToolsTest ...................... Passed 0.01 sec
Start 6: LoopUtilsTest
6/20 Test #6: LoopUtilsTest .................... Passed 0.01 sec
Start 7: OffsetSurfaceTest
7/20 Test #7: OffsetSurfaceTest ................ Passed 0.01 sec
Start 8: SphereTest
8/20 Test #8: SphereTest ....................... Passed 0.01 sec
Start 9: SplineCurveTest
9/20 Test #9: SplineCurveTest .................. Passed 0.00 sec
Start 10: SplineSurfaceTest
10/20 Test #10: SplineSurfaceTest ................ Passed 0.00 sec
Start 11: fixInvalidBoundedSurfaceTest
11/20 Test #11: fixInvalidBoundedSurfaceTest ..... Passed 0.01 sec
Start 12: FaceAdjacencyTest
12/20 Test #12: FaceAdjacencyTest ................ Passed 0.00 sec
Start 13: CompositeModelFileHandlerTest
13/20 Test #13: CompositeModelFileHandlerTest .... Passed 0.00 sec
Start 14: ExampleTest
14/20 Test #14: ExampleTest ...................... Passed 0.00 sec
Start 15: HermiteApprEvalSurfTest
15/20 Test #15: HermiteApprEvalSurfTest .......... Passed 0.00 sec
Start 16: ftEdgeTest
16/20 Test #16: ftEdgeTest ....................... Passed 0.01 sec
Start 17: offsetSurfaceSetTest
17/20 Test #17: offsetSurfaceSetTest .............***Failed 0.00 sec
Start 18: splitFaceSetTest
18/20 Test #18: splitFaceSetTest ................. Passed 2.75 sec
Start 19: solid2trivariateTest
19/20 Test #19: solid2trivariateTest ............. Passed 16.83 sec
Start 20: LRSplineSurfaceTest
20/20 Test #20: LRSplineSurfaceTest .............. Passed 0.01 sec

95% tests passed, 1 tests failed out of 20

Label Time Summary:
test/acceptance = 19.59 secproc (3 tests)
test/unit = 0.15 sec
proc (17 tests)

Total Test time (real) = 19.77 sec

The following tests FAILED:
17 - offsetSurfaceSetTest (Failed)
Errors while running CTest
Makefile:119: recipe for target 'test' failed
make: *** [test] Error 8

Thanks a lot for any help.
Best regards,

Gilles

@sbriseid
Copy link
Contributor

Thanks for the kind words!

And thanks for pointing out this error! The reason for the failed test is that all the data files for this particular test are part of our private data repository. Resulting in an "Input file not found" error.

I'll create a fix for this issue as soon as possible.

Best regards,
Sverre

@sbriseid sbriseid reopened this Aug 19, 2020
@sbriseid
Copy link
Contributor

Butterfingers caused me to close this issue a bit too early ... :) But now it should be resolved. Pull down the latest master branch and all tests should run without failure.

Thanks again for pointing out the error!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants