Oipo opened a new issue #216:
URL: https://github.com/apache/celix/issues/216
Hangs on exit. Current output:
```
[==========] Running 36 tests from 6 test cases.
[----------] Global test environment set-up.
[----------] 1 test from CelixFramework
[ RUN ] CelixFramework.testFramework
testing startup/shutdown single framework
DEBUG: FRAMEWORK: Start shutdownthread
INFO: FRAMEWORK: Shutdown
INFO: FRAMEWORK: Successful shutdown
[ OK ] CelixFramework.testFramework (1 ms)
[----------] 1 test from CelixFramework (1 ms total)
[----------] 3 tests from FrameworkFactory
[ RUN ] FrameworkFactory.testFactoryCreate
[ OK ] FrameworkFactory.testFactoryCreate (1 ms)
[ RUN ] FrameworkFactory.testFactoryCreateAndToManyStartAndStops
[ OK ] FrameworkFactory.testFactoryCreateAndToManyStartAndStops (0 ms)
[ RUN ] FrameworkFactory.restartFramework
[ OK ] FrameworkFactory.restartFramework (0 ms)
[----------] 3 tests from FrameworkFactory (1 ms total)
[----------] 1 test from CelixMultipleFrameworks
[ RUN ] CelixMultipleFrameworks.testFrameworks
testing startup/shutdown multiple frameworks
[ OK ] CelixMultipleFrameworks.testFrameworks (0 ms)
[----------] 1 test from CelixMultipleFrameworks (0 ms total)
[----------] 11 tests from CelixBundleContextBundlesTests
[ RUN ] CelixBundleContextBundlesTests.installBundlesTest
/home/oipo-unencrypted/Programming/celix-apache/libs/framework/gtest/src/bundle_context_bundles_tests.cpp:73:
Failure
Value of: bndId >= 0
Actual: false
Expected: true
[ FAILED ] CelixBundleContextBundlesTests.installBundlesTest (1 ms)
[ RUN ] CelixBundleContextBundlesTests.useBundlesTest
/home/oipo-unencrypted/Programming/celix-apache/libs/framework/gtest/src/bundle_context_bundles_tests.cpp:98:
Failure
Expected equality of these values:
1
count
Which is: 0
[ FAILED ] CelixBundleContextBundlesTests.useBundlesTest (0 ms)
[ RUN ] CelixBundleContextBundlesTests.installAndUninstallBundlesTest
/home/oipo-unencrypted/Programming/celix-apache/libs/framework/gtest/src/bundle_context_bundles_tests.cpp:107:
Failure
Value of: bndId1 >= 0L
Actual: false
Expected: true
[ FAILED ] CelixBundleContextBundlesTests.installAndUninstallBundlesTest
(0 ms)
[ RUN ] CelixBundleContextBundlesTests.startBundleWithException
/home/oipo-unencrypted/Programming/celix-apache/libs/framework/gtest/src/bundle_context_bundles_tests.cpp:147:
Failure
Value of: bndId > 0
Actual: false
Expected: true
[ FAILED ] CelixBundleContextBundlesTests.startBundleWithException (0 ms)
[ RUN ] CelixBundleContextBundlesTests.startUnresolveableBundle
/home/oipo-unencrypted/Programming/celix-apache/libs/framework/gtest/src/bundle_context_bundles_tests.cpp:158:
Failure
Value of: bndId > 0
Actual: false
Expected: true
[ FAILED ] CelixBundleContextBundlesTests.startUnresolveableBundle (0 ms)
[ RUN ] CelixBundleContextBundlesTests.useBundleTest
[ OK ] CelixBundleContextBundlesTests.useBundleTest (1 ms)
[ RUN ] CelixBundleContextBundlesTests.StopStartTest
/home/oipo-unencrypted/Programming/celix-apache/libs/framework/gtest/src/bundle_context_bundles_tests.cpp:194:
Failure
Value of: celix_bundleContext_isBundleInstalled(ctx, bndId1)
Actual: false
Expected: true
[ FAILED ] CelixBundleContextBundlesTests.StopStartTest (0 ms)
[ RUN ] CelixBundleContextBundlesTests.DoubleStopTest
/home/oipo-unencrypted/Programming/celix-apache/libs/framework/gtest/src/bundle_context_bundles_tests.cpp:243:
Failure
Value of: bndId > 0
Actual: false
Expected: true
[ FAILED ] CelixBundleContextBundlesTests.DoubleStopTest (0 ms)
[ RUN ] CelixBundleContextBundlesTests.trackBundlesTest
/home/oipo-unencrypted/Programming/celix-apache/libs/framework/gtest/src/bundle_context_bundles_tests.cpp:314:
Failure
Value of: bundleId1 >= 0
Actual: false
Expected: true
[ FAILED ] CelixBundleContextBundlesTests.trackBundlesTest (0 ms)
[ RUN ] CelixBundleContextBundlesTests.useBundlesConcurrentTest
before sleep
/home/oipo-unencrypted/Programming/celix-apache/libs/framework/gtest/src/bundle_context_bundles_tests.cpp:389:
Failure
Value of: called
Actual: false
Expected: true
after sleep
setting readyToExitUseCall and notify
use thread joined
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]