Send kea-dev mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/kea-dev
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of kea-dev digest..."
Today's Topics:
1. [0.9.1-beta] make check -> 3 failed tests (Chaigneau, Nicolas)
2. Re: [0.9.1-beta] make check -> 3 failed tests (Marcin Siodelski)
3. Re: [0.9.1-beta] make check -> 2 failed tests
(Chaigneau, Nicolas)
----------------------------------------------------------------------
Message: 1
Date: Thu, 12 Mar 2015 16:49:04 +0000
From: "Chaigneau, Nicolas" <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [kea-dev] [0.9.1-beta] make check -> 3 failed tests
Message-ID:
<ab94b0b675bdf14189cd5a861db36c8419506...@de-cm-mbx26.corp.capgemini.com>
Content-Type: text/plain; charset="us-ascii"
Hello,
I have installed Google Test, and built Kea 0.9.1-beta with option
"--with-gtest".
When I run Kea's "make check", I have 3 failed tests (see below).
Can you help me explain what's going on ?
Thank you.
Regards,
Nicolas.
[ RUN ] ForwardTest.pushAndPop
unknown file: Failure
C++ exception with description "socket(2) failed: Address family not supported
by protocol" thrown in the test body.
[ FAILED ] ForwardTest.pushAndPop (1 ms)
[ RUN ] ForwardTest.pushTooFast
socketsession_unittest.cc:704: Failure
Expected: multiPush(forwarder_, *getSockAddr("192.0.2.1", "53").first,
large_text_.c_str(), large_text_.length()) throws an exception of type
SocketSessionError.
Actual: it throws nothing.
[ FAILED ] ForwardTest.pushTooFast (0 ms)
pid_file_unittest.cc:192: Failure
Expected: pid_file.write(10) throws an exception of type PIDFileError.
Actual: it throws nothing.
[ FAILED ] PIDFileTest.pidWriteFail (6 ms)
[----------] Global test environment tear-down
[==========] 118 tests from 24 test cases ran. (111 ms total)
[ PASSED ] 115 tests.
[ FAILED ] 3 tests, listed below:
[ FAILED ] ForwardTest.pushAndPop
[ FAILED ] ForwardTest.pushTooFast
[ FAILED ] PIDFileTest.pidWriteFail
3 FAILED TESTS
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is intended only for the person to whom
it is addressed. If you are not the intended recipient, you are not authorized
to read, print, retain, copy, disseminate, distribute, or use this message or
any part thereof. If you receive this message in error, please notify the
sender immediately and delete all copies of this message.
------------------------------
Message: 2
Date: Thu, 12 Mar 2015 18:13:56 +0100
From: Marcin Siodelski <[email protected]>
To: [email protected]
Subject: Re: [kea-dev] [0.9.1-beta] make check -> 3 failed tests
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252
I have never seen this before. Can you please provide more details about
the: OS you're using, gtest version you're using and possibly other
information about the setup that may be useful?
Marcin
On 03/12/15 17:49, Chaigneau, Nicolas wrote:
> Hello,
>
>
> I have installed Google Test, and built Kea 0.9.1-beta with option
> "--with-gtest".
>
> When I run Kea's "make check", I have 3 failed tests (see below).
>
>
> Can you help me explain what's going on ?
>
>
>
> Thank you.
>
> Regards,
> Nicolas.
>
>
>
> [ RUN ] ForwardTest.pushAndPop
> unknown file: Failure
> C++ exception with description "socket(2) failed: Address family not
> supported by protocol" thrown in the test body.
> [ FAILED ] ForwardTest.pushAndPop (1 ms)
>
>
> [ RUN ] ForwardTest.pushTooFast
> socketsession_unittest.cc:704: Failure
> Expected: multiPush(forwarder_, *getSockAddr("192.0.2.1", "53").first,
> large_text_.c_str(), large_text_.length()) throws an exception of type
> SocketSessionError.
> Actual: it throws nothing.
> [ FAILED ] ForwardTest.pushTooFast (0 ms)
>
>
> pid_file_unittest.cc:192: Failure
> Expected: pid_file.write(10) throws an exception of type PIDFileError.
> Actual: it throws nothing.
> [ FAILED ] PIDFileTest.pidWriteFail (6 ms)
>
>
> [----------] Global test environment tear-down
> [==========] 118 tests from 24 test cases ran. (111 ms total)
> [ PASSED ] 115 tests.
> [ FAILED ] 3 tests, listed below:
> [ FAILED ] ForwardTest.pushAndPop
> [ FAILED ] ForwardTest.pushTooFast
> [ FAILED ] PIDFileTest.pidWriteFail
>
> 3 FAILED TESTS
>
> This message contains information that may be privileged or confidential and
> is the property of the Capgemini Group. It is intended only for the person to
> whom it is addressed. If you are not the intended recipient, you are not
> authorized to read, print, retain, copy, disseminate, distribute, or use this
> message or any part thereof. If you receive this message in error, please
> notify the sender immediately and delete all copies of this message.
>
> _______________________________________________
> kea-dev mailing list
> [email protected]
> https://lists.isc.org/mailman/listinfo/kea-dev
>
------------------------------
Message: 3
Date: Fri, 13 Mar 2015 07:57:51 +0000
From: "Chaigneau, Nicolas" <[email protected]>
To: Marcin Siodelski <[email protected]>, "[email protected]"
<[email protected]>
Subject: Re: [kea-dev] [0.9.1-beta] make check -> 2 failed tests
Message-ID:
<ab94b0b675bdf14189cd5a861db36c8419506...@de-cm-mbx26.corp.capgemini.com>
Content-Type: text/plain; charset="us-ascii"
Hello Marcin,
I've solved the last issue (PIDFileTest.pidWriteFail) by... not using root. :)
So now I just have the following 2 failed tests:
[ RUN ] ForwardTest.pushAndPop
unknown file: Failure
C++ exception with description "socket(2) failed: Address family not supported
by protocol" thrown in the test body.
[ FAILED ] ForwardTest.pushAndPop (1 ms)
[ RUN ] ForwardTest.pushTooFast
socketsession_unittest.cc:704: Failure
Expected: multiPush(forwarder_, *getSockAddr("192.0.2.1", "53").first,
large_text_.c_str(), large_text_.length()) throws an exception of type
SocketSessionError.
Actual: it throws nothing.
[ FAILED ] ForwardTest.pushTooFast (0 ms)
My setup:
- RHEL 6 Santiago (2.6.32-358.6.2.el6.x86_64)
- Google Test 1.7.0
- Kea 0.9.1-beta (configured with openssl and gtest)
Regards,
Nicolas.
> I have never seen this before. Can you please provide more details about
> the: OS you're using, gtest version you're using and possibly other
> information about the setup that may be useful?
>
> Marcin
>
> On 03/12/15 17:49, Chaigneau, Nicolas wrote:
> > Hello,
> >
> >
> > I have installed Google Test, and built Kea 0.9.1-beta with option
> > "--with-gtest".
> >
> > When I run Kea's "make check", I have 3 failed tests (see below).
> >
> >
> > Can you help me explain what's going on ?
> >
> >
> >
> > Thank you.
> >
> > Regards,
> > Nicolas.
> >
> >
> >
> > [ RUN ] ForwardTest.pushAndPop
> > unknown file: Failure
> > C++ exception with description "socket(2) failed: Address family not
> > supported by protocol" thrown in the test body.
> > [ FAILED ] ForwardTest.pushAndPop (1 ms)
> >
> >
> > [ RUN ] ForwardTest.pushTooFast
> > socketsession_unittest.cc:704: Failure
> > Expected: multiPush(forwarder_, *getSockAddr("192.0.2.1", "53").first,
> > large_text_.c_str(), large_text_.length()) throws an exception of type
> > SocketSessionError.
> > Actual: it throws nothing.
> > [ FAILED ] ForwardTest.pushTooFast (0 ms)
> >
> >
> > pid_file_unittest.cc:192: Failure
> > Expected: pid_file.write(10) throws an exception of type PIDFileError.
> > Actual: it throws nothing.
> > [ FAILED ] PIDFileTest.pidWriteFail (6 ms)
> >
> >
> > [----------] Global test environment tear-down [==========] 118 tests
> > from 24 test cases ran. (111 ms total) [ PASSED ] 115 tests.
> > [ FAILED ] 3 tests, listed below:
> > [ FAILED ] ForwardTest.pushAndPop
> > [ FAILED ] ForwardTest.pushTooFast
> > [ FAILED ] PIDFileTest.pidWriteFail
> >
> > 3 FAILED TESTS
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is intended only for the person to whom
it is addressed. If you are not the intended recipient, you are not authorized
to read, print, retain, copy, disseminate, distribute, or use this message or
any part thereof. If you receive this message in error, please notify the
sender immediately and delete all copies of this message.
------------------------------
_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev
End of kea-dev Digest, Vol 12, Issue 4
**************************************