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

[11.0.0] test fails #279

Closed
tuxmaster5000 opened this issue Oct 14, 2019 · 2 comments
Closed

[11.0.0] test fails #279

tuxmaster5000 opened this issue Oct 14, 2019 · 2 comments

Comments

@tuxmaster5000
Copy link
Contributor

The build test of 11.0.0 fails:
ctest3 -V -j8:

UpdateCTestConfiguration  from :/builddir/build/BUILD/gvm-libs-11.0.0/DartConfiguration.tcl
UpdateCTestConfiguration  from :/builddir/build/BUILD/gvm-libs-11.0.0/DartConfiguration.tcl
Test project /builddir/build/BUILD/gvm-libs-11.0.0
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
    Start 1: testhosts

1: Test command: /builddir/build/BUILD/gvm-libs-11.0.0/tests/test-hosts "localhost"
1: Test timeout computed to be: 10000000
test 2
    Start 2: array-test
Could not find executable array-test
Looked in the following places:
array-test
array-test
Release/array-test
Release/array-test
Debug/array-test
Debug/array-test
MinSizeRel/array-test
MinSizeRel/array-test
RelWithDebInfo/array-test
RelWithDebInfo/array-test
Deployment/array-test
Deployment/array-test
Development/array-test
Development/array-test

2: Test command: 
Unable to find executable: array-test
1/2 Test #2: array-test .......................***Not Run   0.00 sec
1: Count: 2
1: Removed: 1
1: #1 IPv4 127.0.0.1
1:  view-localhost [Reverse-DNS] localhost [Forward-DNS]
1: #2 IPv6 ::1
1:  localhost [Forward-DNS]
2/2 Test #1: testhosts ........................   Passed    0.00 sec

50% tests passed, 1 tests failed out of 2

Total Test time (real) =   0.00 sec

The following tests FAILED:
	  2 - array-test (Not Run)
Errors while running CTest

On 10.0.1 the test will work. And there is no hint in the Changelog about any test changes.

@mattmundell
Copy link
Contributor

You could get it to work by first running "make tests" (to build the new unit tests) and "make test-hosts" (to build the older hosts test).

I will intregrate the hosts tests in the unit tests in master, so in future it should be just "make tests".

@mattmundell
Copy link
Contributor

I will intregrate the hosts tests in the unit tests in master, so in future it should be just "make tests".

That's done in /pull/287.

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

3 participants