You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "William Matthews (JIRA)" <ji...@apache.org> on 2018/08/20 06:30:00 UTC

[jira] [Created] (AVRO-2213) C++ tests fail with boost 1.67+

William Matthews created AVRO-2213:
--------------------------------------

             Summary: 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


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)