You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by my...@apache.org on 2007/07/14 02:05:51 UTC

svn commit: r556189 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests: master/testconnection.out tests/derbynet/testconnection_sed.properties

Author: myrnavl
Date: Fri Jul 13 17:05:51 2007
New Revision: 556189

URL: http://svn.apache.org/viewvc?view=rev&rev=556189
Log:
DERBY-2842: making slightly different output with some jvms accepted by masking.

Added:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testconnection_sed.properties   (with props)
Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/testconnection.out

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/testconnection.out
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/testconnection.out?view=diff&rev=556189&r1=556188&r2=556189
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/testconnection.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/testconnection.out Fri Jul 13 17:05:51 2007
@@ -10,9 +10,9 @@
 org.apache.derby.drda.NetworkServerControl ping -h xxxFILTERED_HOSTNAMExxx 
 Connection obtained for host: xxxFILTERED_HOSTNAMExxx, port number 1527.
 org.apache.derby.drda.NetworkServerControl ping -h xxxFILTERED_HOSTNAMExxx -p 9393 
-Could not connect to Derby Network Server on host xxxFILTERED_HOSTNAMExxx, port 9393: Connection refused
+Could not connect to Derby Network Server on host xxxFILTERED_HOSTNAMExxx - port 9393: Connection refused ...
 org.apache.derby.drda.NetworkServerControl ping...
 Connection obtained for host: xxxFILTERED_HOSTNAMExxx, port number 1527.
 org.apache.derby.drda.NetworkServerControl ping...
-Could not connect to Derby Network Server on host xxxFILTERED_HOSTNAMExxx, port 9393: Connection refused
+Could not connect to Derby Network Server on host xxxFILTERED_HOSTNAMExxx - port 9393: Connection refused ...
 End test

Added: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testconnection_sed.properties
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testconnection_sed.properties?view=auto&rev=556189
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testconnection_sed.properties (added)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testconnection_sed.properties Fri Jul 13 17:05:51 2007
@@ -0,0 +1,24 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Filters and substitutes for SED
+# Multiple patterns for DELETE: comma separated
+#   delete=pattern1,pattern2,...,patternn
+# No commas can be allowed in the patterns.
+#
+# Multiple patterns for SUBSTITUTE: comma separated <pattern;substitute> pair
+#   substitute=pattern1;substitute1,pattern2;substitute2,...,patternn;substituten
+# No commas or semicolons can be allowed in the patterns/subsitutes.
+substitute=.*port 9393: Connection refused.*;Could not connect to Derby Network Server on host xxxFILTERED_HOSTNAMExxx - port 9393: Connection refused ...

Propchange: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testconnection_sed.properties
------------------------------------------------------------------------------
    svn:eol-style = native