[sheepdog] [PATCH 0/3] sheep: fix multicast message order

MORITA Kazutaka morita.kazutaka at lab.ntt.co.jp
Thu Aug 30 02:36:14 CEST 2012


Even after applying the third patch, test 037 fails sometimes.  But
things will become much better.

MORITA Kazutaka (3):
  tests: add check of the number of running sheep processes
  tests: add tests to check message order of format operation
  sheep: split notification messages into two queues

 sheep/cluster.h          |    3 +-
 sheep/cluster/corosync.c |   54 ++++++++++++++----------------
 sheep/group.c            |   17 ++++++---
 sheep/sheep_priv.h       |    3 +-
 tests/036                |   35 +++++++++++++++++++
 tests/036.out            |   82 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/037                |   41 +++++++++++++++++++++++
 tests/037.out            |   82 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/038                |   45 +++++++++++++++++++++++++
 tests/038.out            |   82 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/common.rc          |   10 ++++++
 tests/group              |    3 ++
 12 files changed, 421 insertions(+), 36 deletions(-)
 create mode 100755 tests/036
 create mode 100644 tests/036.out
 create mode 100755 tests/037
 create mode 100644 tests/037.out
 create mode 100755 tests/038
 create mode 100644 tests/038.out

-- 
1.7.2.5




More information about the sheepdog mailing list