summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-05-21 13:18:12 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-05-21 13:18:12 +0000
commit78c7637652a53289c305065868628b5a30d651d7 (patch)
treeac66b4bddef181f2641e8c2cd5df2aa656400495
parenteaed1aa6c10dc251fee6e55a65f5f1e13942fbad (diff)
downloadATCD-78c7637652a53289c305065868628b5a30d651d7.tar.gz
Tue May 21 13:17:00 UTC 2013 Simon Massey <simon dot massey at prismtech dot com> Add note about failures on Solaris, AIX and MacOS due to problems with sending data via multicast on loopback.
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/tests/Miop/McastLocal/README13
2 files changed, 20 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f2e694acb1b..39dad78a33e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue May 21 13:17:00 UTC 2013 Simon Massey <simon dot massey at prismtech dot com>
+
+ * orbsvcs/tests/Miop/McastLocal/README:
+
+ Add note about failures on Solaris, AIX and MacOS due to problems
+ with sending data via multicast on loopback.
+
Tue May 21 11:12:00 UTC 2013 Simon Massey <simon dot massey at prismtech dot com>
* orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp:
diff --git a/TAO/orbsvcs/tests/Miop/McastLocal/README b/TAO/orbsvcs/tests/Miop/McastLocal/README
index c9a64727ba0..7d7fa6e6dc0 100644
--- a/TAO/orbsvcs/tests/Miop/McastLocal/README
+++ b/TAO/orbsvcs/tests/Miop/McastLocal/README
@@ -16,4 +16,17 @@ loopback interface (via its
This is testing that these configuartion options are correctly working
for MIOP.
+***********************************
+Note
+This test currently fails on Solaris (at least ultra10)
+as loopback multicasting seems to have a hardcoded (and unchangeable) SndSock
+size of 0. It then throws away all data that is being sent by the client,
+therefore the servers will timeout as they won't receive any message.
+
+Some other systems (AIX and MacOS) also have problems with loopback
+multicasting issuing errno such as "Network/address unreachable" for each
+send.
+
+This test should be disabled on such systems. There is a !NO_LOOPBACK_MCAST
+config item in TAO/bin/tao_other_tests.lst to cater for this.
**/