[ 
https://issues.apache.org/jira/browse/AVRO-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585476#comment-16585476
 ] 

ASF GitHub Bot commented on AVRO-2213:
--------------------------------------

wmatthews-google opened a new pull request #327: AVRO-2213 C++ tests fail with 
boost 1.67+
URL: https://github.com/apache/avro/pull/327
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> C++ tests fail with boost 1.67+
> -------------------------------
>
>                 Key: AVRO-2213
>                 URL: https://issues.apache.org/jira/browse/AVRO-2213
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>    Affects Versions: 1.8.2
>            Reporter: William Matthews
>            Priority: Minor
>
> Boost 1.67 and later now returns an error when multiple tests are added with 
> the same name 
> ([https://www.boost.org/doc/libs/1_67_0/libs/test/doc/html/boost_test/change_log.html).]
> This fails for 3 tests:
> CodecTests.cc:
> Test setup error: boost::unit_test::framework::setup_error: test unit with 
> name 'testCodecResolving2<BinaryEncoderResolvingDecoderFactory>_0' registered 
> multiple times
> DataFileTests.cc:
> Test setup error: boost::unit_test::framework::setup_error: test unit with 
> name 'DataFileTest__testReadFull' registered multiple times
> unittest.cc:
> Test setup error: boost::unit_test::framework::setup_error: test unit with 
> name 'T__test' registered multiple times
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to