[ https://issues.apache.org/jira/browse/AVRO-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thiruvalluvan M. G. updated AVRO-2213: -------------------------------------- Fix Version/s: 1.9.0 > C++ tests fail with boost 1.67+ > ------------------------------- > > Key: AVRO-2213 > URL: https://issues.apache.org/jira/browse/AVRO-2213 > Project: Apache Avro > Issue Type: Bug > Components: c++ > Affects Versions: 1.8.2 > Reporter: William Matthews > Assignee: William Matthews > Priority: Minor > Fix For: 1.9.0 > > > 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)