Modified:
trunk/connector-mxj/CHANGES
trunk/connector-mxj/commercial/platform-map.properties
trunk/connector-mxj/resources/platform-map.properties
trunk/connector-mxj/src/com/mysql/management/util/TestUtil.java
Log:
2009-11-13 - bumped testKillDelayDefault from 10 to 30 seconds
some of our testing platforms are slow, thus bogus test failures
- added Windows_Server_2008-x86=Win-x86 to platform-map.properties
Modified: trunk/connector-mxj/CHANGES
===================================================================
--- trunk/connector-mxj/CHANGES 2009-11-12 17:49:08 UTC (rev 139)
+++ trunk/connector-mxj/CHANGES 2009-11-13 16:22:33 UTC (rev 140)
@@ -3,6 +3,10 @@
5-0-11
+2009-11-13 - bumped testKillDelayDefault from 10 to 30 seconds
+ some of our testing platforms are slow, thus bogus test failures
+ - added Windows_Server_2008-x86=Win-x86 to platform-map.properties
+
2009-11-12 - updated copyright text in source files
- removed duplicate LICENSE file
- updated build.xml to use only one license file
Modified: trunk/connector-mxj/commercial/platform-map.properties
===================================================================
--- trunk/connector-mxj/commercial/platform-map.properties 2009-11-12 17:49:08 UTC (rev 139)
+++ trunk/connector-mxj/commercial/platform-map.properties 2009-11-13 16:22:33 UTC (rev 140)
@@ -35,6 +35,7 @@
Windows_2000-x86=Win-x86
Windows_NT-x86=Win-x86
Windows_NT_(unknown)-x86=Win-x86
+Windows_Server_2008-x86=Win-x86
#Windows_98-x86=
#Windows_95-x86=
Modified: trunk/connector-mxj/resources/platform-map.properties
===================================================================
--- trunk/connector-mxj/resources/platform-map.properties 2009-11-12 17:49:08 UTC (rev 139)
+++ trunk/connector-mxj/resources/platform-map.properties 2009-11-13 16:22:33 UTC (rev 140)
@@ -35,6 +35,7 @@
Windows_2000-x86=Win-x86
Windows_NT-x86=Win-x86
Windows_NT_(unknown)-x86=Win-x86
+Windows_Server_2008-x86=Win-x86
#Windows_98-x86=
#Windows_95-x86=
Modified: trunk/connector-mxj/src/com/mysql/management/util/TestUtil.java
===================================================================
--- trunk/connector-mxj/src/com/mysql/management/util/TestUtil.java 2009-11-12 17:49:08 UTC (rev 139)
+++ trunk/connector-mxj/src/com/mysql/management/util/TestUtil.java 2009-11-13 16:22:33 UTC (rev 140)
@@ -33,7 +33,7 @@
import junit.framework.AssertionFailedError;
public class TestUtil {
- private static int testKillDelayDefault = 10 * 1000; // Ten Seconds
+ private static int testKillDelayDefault = 30 * 1000; // Thirty Seconds
private static int testMysqldPortDefault = 3336;
Thread |
---|
• Connector/MXJ commit: r140 - in trunk/connector-mxj: . commercial resources src/com/mysql/management/util | eherman | 13 Nov |