summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-10 23:56:21 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-10 23:56:21 +0000
commit5da9ff5a7529d8419b2b5c26fecaccb99c78d9e0 (patch)
treeee8e794e797de596b8084fb239a1e99e12c50154
parent66b00979d4228446705b51d3d7a92bf9d8bf9123 (diff)
downloadATCD-5da9ff5a7529d8419b2b5c26fecaccb99c78d9e0.tar.gz
ChangeLogTag:Thu May 10 16:55:20 2001 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--ChangeLog38
-rw-r--r--ChangeLogs/ChangeLog-02a38
-rw-r--r--ChangeLogs/ChangeLog-03a38
-rw-r--r--bin/auto_run_tests.lst11
4 files changed, 77 insertions, 48 deletions
diff --git a/ChangeLog b/ChangeLog
index 08ca0b1a309..d08e25936b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu May 10 16:55:20 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * bin/auto_run_tests.lst:
+ Add the new Latency and Throughput tests to the nightly
+ regression testsuite.
+
Thu May 10 18:37:41 2001 Steve Huston <shuston@riverace.com>
* ace/POSIX_Asynch_IO.cpp (ACE_POSIX_Asynch_Result ctor): Added
@@ -57,9 +63,9 @@ Thu May 10 18:37:41 2001 Steve Huston <shuston@riverace.com>
Thu May 10 16:12:02 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
- * ace/ACE.cpp (timestamp): The abbreviation of thursday should be
- "Thu" not "Thr". Thanks to Munagala Ramanath
- <amberarrow@yahoo.com> for pointing this out.
+ * ace/ACE.cpp (timestamp): The abbreviation of thursday should be
+ "Thu" not "Thr". Thanks to Munagala Ramanath
+ <amberarrow@yahoo.com> for pointing this out.
Thu May 10 10:06:57 2001 Carlos O'Ryan <coryan@uci.edu>
@@ -287,23 +293,23 @@ Wed May 02 05:40:47 2001 Carlos O'Ryan <coryan@uci.edu>
Wed May 2 06:31:46 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
- * ace/Makefile: Make it possible to set where the QTDIR is located.
- Thanks to Thomas Groth <groth.th@nord-com.net> for this
- enhancement.
+ * ace/Makefile: Make it possible to set where the QTDIR is located.
+ Thanks to Thomas Groth <groth.th@nord-com.net> for this
+ enhancement.
Tue May 1 21:38:00 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Process.cpp (spawn): When an application running with user
- ID=0 (i.e. root) spawns a new process using
- ACE_Process_Manager::spawn(), which in turn calls
- ACE_Process::spawn() and tries to set a user ID and a group ID
- for the new process different from root/other, the call to
- setreuid() succeedes but the call to setregid() made thereafter
- fails, because the process has no longer UID=0 and thus it
- cannot change to a different group. To fix this, it was
- necessary to swap the order of the calls to setreuid() and
- setregid(). Thanks to Ramiro Penataro <penataro@ll.iac.es> for
- reporting this.
+ ID=0 (i.e. root) spawns a new process using
+ ACE_Process_Manager::spawn(), which in turn calls
+ ACE_Process::spawn() and tries to set a user ID and a group ID
+ for the new process different from root/other, the call to
+ setreuid() succeedes but the call to setregid() made thereafter
+ fails, because the process has no longer UID=0 and thus it
+ cannot change to a different group. To fix this, it was
+ necessary to swap the order of the calls to setreuid() and
+ setregid(). Thanks to Ramiro Penataro <penataro@ll.iac.es> for
+ reporting this.
Tue May 1 11:05:48 2001 Ossama Othman <ossama@uci.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 08ca0b1a309..d08e25936b5 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Thu May 10 16:55:20 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * bin/auto_run_tests.lst:
+ Add the new Latency and Throughput tests to the nightly
+ regression testsuite.
+
Thu May 10 18:37:41 2001 Steve Huston <shuston@riverace.com>
* ace/POSIX_Asynch_IO.cpp (ACE_POSIX_Asynch_Result ctor): Added
@@ -57,9 +63,9 @@ Thu May 10 18:37:41 2001 Steve Huston <shuston@riverace.com>
Thu May 10 16:12:02 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
- * ace/ACE.cpp (timestamp): The abbreviation of thursday should be
- "Thu" not "Thr". Thanks to Munagala Ramanath
- <amberarrow@yahoo.com> for pointing this out.
+ * ace/ACE.cpp (timestamp): The abbreviation of thursday should be
+ "Thu" not "Thr". Thanks to Munagala Ramanath
+ <amberarrow@yahoo.com> for pointing this out.
Thu May 10 10:06:57 2001 Carlos O'Ryan <coryan@uci.edu>
@@ -287,23 +293,23 @@ Wed May 02 05:40:47 2001 Carlos O'Ryan <coryan@uci.edu>
Wed May 2 06:31:46 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
- * ace/Makefile: Make it possible to set where the QTDIR is located.
- Thanks to Thomas Groth <groth.th@nord-com.net> for this
- enhancement.
+ * ace/Makefile: Make it possible to set where the QTDIR is located.
+ Thanks to Thomas Groth <groth.th@nord-com.net> for this
+ enhancement.
Tue May 1 21:38:00 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Process.cpp (spawn): When an application running with user
- ID=0 (i.e. root) spawns a new process using
- ACE_Process_Manager::spawn(), which in turn calls
- ACE_Process::spawn() and tries to set a user ID and a group ID
- for the new process different from root/other, the call to
- setreuid() succeedes but the call to setregid() made thereafter
- fails, because the process has no longer UID=0 and thus it
- cannot change to a different group. To fix this, it was
- necessary to swap the order of the calls to setreuid() and
- setregid(). Thanks to Ramiro Penataro <penataro@ll.iac.es> for
- reporting this.
+ ID=0 (i.e. root) spawns a new process using
+ ACE_Process_Manager::spawn(), which in turn calls
+ ACE_Process::spawn() and tries to set a user ID and a group ID
+ for the new process different from root/other, the call to
+ setreuid() succeedes but the call to setregid() made thereafter
+ fails, because the process has no longer UID=0 and thus it
+ cannot change to a different group. To fix this, it was
+ necessary to swap the order of the calls to setreuid() and
+ setregid(). Thanks to Ramiro Penataro <penataro@ll.iac.es> for
+ reporting this.
Tue May 1 11:05:48 2001 Ossama Othman <ossama@uci.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 08ca0b1a309..d08e25936b5 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Thu May 10 16:55:20 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * bin/auto_run_tests.lst:
+ Add the new Latency and Throughput tests to the nightly
+ regression testsuite.
+
Thu May 10 18:37:41 2001 Steve Huston <shuston@riverace.com>
* ace/POSIX_Asynch_IO.cpp (ACE_POSIX_Asynch_Result ctor): Added
@@ -57,9 +63,9 @@ Thu May 10 18:37:41 2001 Steve Huston <shuston@riverace.com>
Thu May 10 16:12:02 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
- * ace/ACE.cpp (timestamp): The abbreviation of thursday should be
- "Thu" not "Thr". Thanks to Munagala Ramanath
- <amberarrow@yahoo.com> for pointing this out.
+ * ace/ACE.cpp (timestamp): The abbreviation of thursday should be
+ "Thu" not "Thr". Thanks to Munagala Ramanath
+ <amberarrow@yahoo.com> for pointing this out.
Thu May 10 10:06:57 2001 Carlos O'Ryan <coryan@uci.edu>
@@ -287,23 +293,23 @@ Wed May 02 05:40:47 2001 Carlos O'Ryan <coryan@uci.edu>
Wed May 2 06:31:46 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
- * ace/Makefile: Make it possible to set where the QTDIR is located.
- Thanks to Thomas Groth <groth.th@nord-com.net> for this
- enhancement.
+ * ace/Makefile: Make it possible to set where the QTDIR is located.
+ Thanks to Thomas Groth <groth.th@nord-com.net> for this
+ enhancement.
Tue May 1 21:38:00 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Process.cpp (spawn): When an application running with user
- ID=0 (i.e. root) spawns a new process using
- ACE_Process_Manager::spawn(), which in turn calls
- ACE_Process::spawn() and tries to set a user ID and a group ID
- for the new process different from root/other, the call to
- setreuid() succeedes but the call to setregid() made thereafter
- fails, because the process has no longer UID=0 and thus it
- cannot change to a different group. To fix this, it was
- necessary to swap the order of the calls to setreuid() and
- setregid(). Thanks to Ramiro Penataro <penataro@ll.iac.es> for
- reporting this.
+ ID=0 (i.e. root) spawns a new process using
+ ACE_Process_Manager::spawn(), which in turn calls
+ ACE_Process::spawn() and tries to set a user ID and a group ID
+ for the new process different from root/other, the call to
+ setreuid() succeedes but the call to setregid() made thereafter
+ fails, because the process has no longer UID=0 and thus it
+ cannot change to a different group. To fix this, it was
+ necessary to swap the order of the calls to setreuid() and
+ setregid(). Thanks to Ramiro Penataro <penataro@ll.iac.es> for
+ reporting this.
Tue May 1 11:05:48 2001 Ossama Othman <ossama@uci.edu>
diff --git a/bin/auto_run_tests.lst b/bin/auto_run_tests.lst
index 3351e8457fd..3d6bc280d1e 100644
--- a/bin/auto_run_tests.lst
+++ b/bin/auto_run_tests.lst
@@ -13,7 +13,18 @@ TAO/tests/Param_Test/run_test.pl: !MINIMUM
TAO/tests/Param_Test/run_test_dii.pl: !MINIMUM
TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl: !MINIMUM !ST
TAO/performance-tests/Cubit/TAO/MT_Cubit/run_test.pl: !ST
+
TAO/performance-tests/Latency/run_test.pl: !MINIMUM !ST
+TAO/performance-tests/Single_Threaded_Latency/run_test.pl
+TAO/performance-tests/Thread_Pool_Latency/run_test.pl: !ST
+TAO/performance-tests/Thread_Per_Connection_Latency/run_test.pl: !ST
+TAO/performance-tests/AMI_Latency/run_test.pl: !MINIMUM
+TAO/performance-tests/DSI_Latency/run_test.pl: !MINIMUM
+TAO/performance-tests/DII_Latency/run_test.pl: !MINIMUM
+TAO/performance-tests/Deferred_Latency/run_test.pl: !MINIMUM
+
+TAO/performance-tests/Throughput/run_test.pl
+
TAO/performance-tests/POA/Object_Creation_And_Registration/run_test.pl
TAO/performance-tests/RTCorba/Oneways/Reliable/run_test.pl: !MINIMUM
TAO/tests/AMI/run_test.pl: !MINIMUM