Best unofficial Apache Server developers community |
| |||||
| Aug 13, 2010 | |||||
|
Richard Feezel |
|
||||
| Tags: | |||||
Similar Threads
DO NOT REPLY Some int parameters are identified as longs in doc
https://issues.apache.org/bugzilla/show_bug.cgi?id=47792
Mark Thomas <mar### @apache.org> changed:
What |Removed |Added
unit test failure
Hi, I am attempting to build the C client on debian lenny. autoconf, configure, make and make install all appear to work cleanly. I ran: autoreconf -if ./configure make make install make run-check However, the unit tests fail: $ make run-check make zktest-st zktest-mt make[1]: Entering directory `/home/martin/zookeeper-3.3.1/src/c' make[1]: `zktest-st' is up to date. make[1]: `zktest-mt' is up to date. make[1]: Leaving directory `/home/martin/zookeeper-3.3.1/src/c' ./zktest-st ./tests/zkServer.sh: line 52: kill: (17711) - No such process ZooKeeper server startedRunning Zookeeper_operations::testPing : elapsed 1 : OK Zookeeper_operations::testTimeoutCausedByWatches1 : elapsed 0 : OK Zookeeper_operations::testTimeoutCausedByWatches2 : elapsed 0 : OK Zookeeper_operations::testOperationsAndDisconnectConcurrently1 : elapsed 2 : OK Zookeeper_operations::testOperationsAndDisconnectConcurrently2 : elapsed 0 : OK Zookeeper_operations::testConcurrentOperations1 : elapsed 206 : OK Zookeeper_init::testBasic : elapsed 0 : OK Zookeeper_init::testAddressResolution : elapsed 0 : OK Zookeeper_init::testMultipleAddressResolution : elapsed 0 : OK Zookeeper_init::testNullAddressString : elapsed 0 : OK Zookeeper_init::testEmptyAddressString : elapsed 0 : OK Zookeeper_init::testOneSpaceAddressString : elapsed 0 : OK Zookeeper_init::testTwoSpacesAddressString : elapsed 0 : OK Zookeeper_init::testInvalidAddressString1 : elapsed 0 : OK Zookeeper_init::testInvalidAddressString2 : elapsed 2 : OK Zookeeper_init::testNonexistentHost : elapsed 108 : OK Zookeeper_init::testOutOfMemory_init : elapsed 0 : OK Zookeeper_init::testOutOfMemory_getaddrs1 : elapsed 0 : OK Zookeeper_init::testOutOfMemory_getaddrs2 : elapsed 0 : OK Zookeeper_init::testPermuteAddrsList : elapsed 0 : OK Zookeeper_close::testCloseUnconnected : elapsed 0 : OK Zookeeper_close::testCloseUnconnected1 : elapsed 0 : OK Zookeeper_close::testCloseConnected1 : elapsed 0 : OK Zookeeper_close::testCloseFromWatcher1 : elapsed 0 : OK Zookeeper_simpleSystem::testAsyncWatcherAutoResetterminate called after throwing an instance of 'CppUnit::Exception' what(): equality assertion failed - Expected: -101 - Actual : -4 make: *** [run-check] Aborted This appears to come from tests/TestClient.cc - but beyond that, it is hard to identify which equality assertion failed. Help ! regards, Martin
C client unit test failure
Hello, I'm having 2 issues while compiling/running c client unit test in branch-3.3. 1. I get this error from "make check": g++: unrecognized option `-static-libtool-libs' 2. testAsyncWatcherAutoReset is not working for me. Zookeeper_simpleSystem::testAsyncWatcherAutoResetterminate called after throwing an instance of 'CppUnit::Exception' what(): equality assertion failed- Expected: -101- Actual : -4 Let me know if anybody has seen these errors. Thanks! --Michi
DO NOT REPLY Fix occasional test failure in TestConcurrency
https://issues.apache.org/bugzilla/show_bug.cgi?id=47583
Mark Thomas <mar### @apache.org> changed:
What |Removed |Added
Test Failure:mixin nodetype mix:simpleVersionable is missing
Hi, $subject occurs in simple version test.This test failure says repository does not support versioning But I have set the following to true OPTION_VERSIONING_SUPPORTED = true OPTION_SIMPLE_VERSIONING_SUPPORTED = true It will be really great if anyone can help me to solve this problem Regards /subash
Resolved: (AMQ-2077) Intemittent test failure - JmsDurableTopicSlowReceiveTest
[
https://issues.apache.org/activemq/br...nels:all-tabpanel
]
Gary Tully resolved AMQ-2077.
Updated: (AMQ-2076) Intermittent test failure - DataFileNotDeletedTest
[
https://issues.apache.org/activemq/br...nels:all-tabpanel
]
Hadrian Zbarcea updated AMQ-2076:
Created: (MRM-1388) Test failure in ShowArtifactActionTest for certain locales
Test failure in ShowArtifactActionTest for certain locales
Resolved: (AMQ-2073) Intermittent test failure - QueueConsumerPriorityTest
[
https://issues.apache.org/activemq/br...nels:all-tabpanel
]
Gary Tully resolved AMQ-2073.
Resolved: (DIRSERVER-1456) build error: JUnit test failure on SchemaLdifExtractorTest
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
Pierre-Arnaud Marcelot resolved DIRSERVER-1456.
Created: (DERBY-4760) test failure in derbynet/testProtocol.java with ibm jvms
test failure in derbynet/testProtocol.java with ibm jvms
Resolved: (DERBY-4132) intermittent test failure: extra lock in store/updatelocksJDBC30
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
Mike Matrigali resolved DERBY-4132.
trunk tinderbox problem and ibm 10.4 test issue
It looks to me like the trunk tinderbox run has either stopped running, or at least I can't see any results since 7/14. Other tinderbox runs seem fine. The last one I see is 964039, but there have at least been: r965317 | mikem | 2010-07-18 16:20:09 -0700 (Sun, 18 Jul 2010) | 24 lines
activemq-5.3.2 problem running maven peformance test
Just getting started. In addition to being new to activemq, maven is also new to me. Built 5.3.2 from from to be able to build the maven test. I had to use mvn clean install -Dmaven.test.skip=true to avoid test failure. From activemq-tooling the build of the plugin was sucessful but having a runtime problem. The wiki indicates: "To get started try typing the following commands into separate shells from the activemq-perftest directory from the sandbox repo". I think the 'sandbox' is referring to activemq-tooling/maven-activemq-perf-plugin. If not I'm at a lost When I try to start the maven test broker I get a resolution problem. As below. And advice greatly appreciated Thanks Tom mvn activemq-perf:broker -Durl=broker:tcp://localhost:61616 [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'activemq-perf'. [INFO]
Closed: (DIRSERVER-1480) Generalize test framework and test suites to use different partition implem
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
Kiran Ayyagari closed DIRSERVER-1480.
svn commit: r950507 - in /tomcat/trunk/test/org/apache/catalina/tribes/test: channel/ io/
Author: markt Date: Wed Jun 2 11:45:11 2010 New Revision: 950507 URL: http://svn.apache.org/viewvc?rev=950507&view=rev Log: Fix Eclipse warnings in the o.a.c.tribes.test package Modified: tomcat/trunk/test/org/apache/catalina/tribes/test/channel/TestDataIntegrity.java tomcat/trunk/test/org/apache/catalina/tribes/test/channel/TestMulticastPackages.java tomcat/trunk/test/org/apache/catalina/tribes/test/channel/TestRemoteProcessException.java tomcat/trunk/test/org/apache/catalina/tribes/test/channel/TestUdpPackages.java tomcat/trunk/test/org/apache/catalina/tribes/test/io/TestSenderConnections.java tomcat/trunk/test/org/apache/catalina/tribes/test/io/TestSerialization.java Modified: tomcat/trunk/test/org/apache/catalina/tribes/test/channel/TestDataIntegrity.java URL: http://svn.apache.org/viewvc/tomcat/t...507&view=diff
Created: (GERONIMO-5489) Add test cases for dependency injection for java 1.0 features into the test
Add test cases for dependency injection for java 1.0 features into the testsuite.
Re: svn commit: r966839 - in /commons/proper/proxy/branches/version-2.0-work: ./ test/ test/src/ te
On 22 July 2010 21:15, <mben### @apache.org> wrote: Author: mbenson Date: Thu Jul 22 20:15:25 2010 New Revision: 966839 URL: http://svn.apache.org/viewvc?rev=966839&view=rev Log: add new test module to exercise the defaultProxyFactory Added: commons/proper/proxy/branches/version-2.0-work/test/ (with props) commons/proper/proxy/branches/version-2.0-work/test/pom.xml Needs svn:eol-style native commons/proper/proxy/branches/version-2.0-work/test/src/ commons/proper/proxy/branches/version-2.0-work/test/src/main/ commons/proper/proxy/branches/version-2.0-work/test/src/main/java/ commons/proper/proxy/branches/version-2.0-work/test/src/test/ commons/proper/proxy/branches/version-2.0-work/test/src/test/java/ commons/proper/proxy/branches/version-2.0-work/test/src/test/java/org/ commons/proper/proxy/branches/version-2.0-work/test/src/test/java/org/apache/ commons/proper/proxy/branches/version-2.0-work/test/src/test/java/org/apache/commons/ commons/proper/proxy/branches/version-2.0-work/test/src/test/java/org/apache/commons/proxy/ commons/proper/proxy/branches/version-2.0-work/test/src/test/java/org/apache/commons/proxy/DefaultProxyFactoryTest.java Needs svn:eol-style native Modified: commons/proper/proxy/branches/version-2.0-work/pom.xml Modified: commons/proper/proxy/branches/version-2.0-work/pom.xml URL: http://svn.apache.org/viewvc/commons/...839&view=diff
Re: svn commit: r956317 - in /db/jdo/trunk/api2: ./ test/java/javax/jdo/ test/schema/jdoconfig/Pmfma
Hi Michelle, should these changes go into the api subproject (instead of api2)? I think having them in api2 does not hurt, so there is no need to rollback the checkin. But we need them in api, since api defines the JDO 3 API classes and interfaces. Regards Michael Author: mcaisse Date: Sun Jun 20 02:54:01 2010 New Revision: 956317 URL: http://svn.apache.org/viewvc?rev=956317&view=rev Log: JDO-557 - Tests for api's invocation of getPersistenceManager(Map) and getPersistenceManager(Map, Map). Also fixed an issue in JDOConfigTestClassLoader.java. Added: db/jdo/trunk/api2/test/java/javax/jdo/PMFMapMapTest.java db/jdo/trunk/api2/test/java/javax/jdo/PMFProxy.java db/jdo/trunk/api2/test/java/javax/jdo/PMFService.java db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap01/ db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap01/META-INF/ db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap01/META-INF/jdoconfig.xml db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap02/ db/jdo/trunk/api2/test/schema/jdoconfig/Pmfmapmap02/propsfile.props Modified: db/jdo/trunk/api2/ (props changed) db/jdo/trunk/api2/test/java/javax/jdo/JDOConfigTestClassLoader.java Propchange: db/jdo/trunk/api2/
Run-Time Check Failure #3 - The variable 'income' is being used without being...
Jul 26, 2010 Compiling problem Jun 29, 2010 htaccess problem Jun 9, 2010 Web access problem Jun 7, 2010 LocationMatch problem ? Jul 30, 2010 301 redirect host problem Jul 29, 2010 A Problem in wget command... Jul 14, 2010 Apache installation problem Jul 6, 2010 problem with use of: extern const int Aug 10, 2010 subdomain redirect problem Jun 9, 2010 | |||||
(85 lines) Aug 13, 2010 03:15