~codership/galera/2.x

« back to all changes in this revision

Viewing changes to gcomm/test/check_pc.cpp

  • Committer: Alexey Yurchenko
  • Date: 2013-10-15 09:30:19 UTC
  • mto: This revision was merged to the branch mainline in revision 161.
  • Revision ID: alexey.yurchenko@codership.com-20131015093019-qt5l7nkc33e0p3lu
References lp:1229107, lp:1201893
- fixes to FreeBSD build scripts
- disabled PC protocol level checksumming by default
synced with SVN r3327

Show diffs side-by-side

added added

removed removed

Lines of Context:
1673
1673
{
1674
1674
    log_info << "START (test_checksum)";
1675
1675
    gu::Config conf;
 
1676
    conf.set(Conf::PcChecksum, gu::to_string(true));
1676
1677
    UUID uuid1(1);
1677
1678
    ProtoUpMeta pum1(uuid1);
1678
1679
    Proto pc1(conf, uuid1);