Archived

This forum has been archived. Please start a new discussion on GitHub.

ice-1.20 failed /test/IceSSL/certificateVerification once.

Hi,

First time I ran make test for ice-1.2.0 I got:
*** running tests in ./test/IceSSL/certificateVerification:

testing default certificate verifier.
starting server... ok
starting client... ok
client and server trusted, client using stock certificate... ok
client and server do not trust each other... ok
client trusted, server not trusted... ok
client trusts server, server does not trust client... ok
both client and server trust each other... ok
shutting down... ok
testing single-certificate certificate verifier.
starting server... ok
starting client... ok
client and server do not trust each other... failed!
Client.cpp:106: assertion `false' failed
ObjectAdapterI.cpp:710: Ice::ObjectAdapterDeactivatedException:
object adapter `PingerAdapter' deactivated
test failed with exit status 1
make: *** [test] Error 1

I ran 'make test' a couple more times with no errors. Not sure what changed. So just posting to see if anyone else experienced this.

Regards,
--Kutsuya