• Testsuite broken in 4.2

    The testsuite build for 4.2 is broken. [ejort@warjort testsuite]$ ./build.sh Searching for build.xml ... Buildfile: /home/ejort/jboss-4.2/testsuite/build.xml <snipped/> _jars-classloader: [jar] Building jar:...
    Profile Photo
    last modified by adrian.brock
  • Added a validate-server-configs target

    It takes way too long to run the full testsuite just to validate if the various server configs are correct. I started a validate-server-configs target that runs the start/stop actions for every usage in other targets....
    Profile Photo
    created by starksm64
  • Proposed change to testsuite/build.sh to increase memory for

    The testsuite often fails during execution of the task "reports" with an out of memory error, and the fix is to rerun the reports task with ANT_OPTS=-Xmx512m or some similar higher memory value. The setting for ANT_OP...
    Profile Photo
    last modified by rachmato
  • Test suite classpath normalization

    While the test suite allows you to test the server binaries available under jboss.dist, it does not allow you to test the client jars available under ${jboss.dist}/client. Instead, the client classpath is essentially ...
    Profile Photo
    last modified by ryan.campbell
  • Testsuite checks for classloader leaks

    On today's TCK call I mentioned some basic tests I'd added the check for these. For those interested, the tests are documented at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassloaderLeakUnitTestCase.
    Profile Photo
    last modified by brian.stansberry
  • JBoss 4.2: Pulling out targets with server configs

    I am going to pull out the targets for security that mainly require separate server configurations (eg: "tests-jacc-security etc) into a separate xml file, such that the build.xml can get shorter. Does anyone have is...
    Profile Photo
    created by anil.saldhana
  • minor mod to testsuite server start/stop management

    Hi I would like to make minor changes to the testsuite server management so one can specify server start/stop timeout + server to be killed if it's process is running but server is not up after the specified timeout....
    Profile Photo
    last modified by akostadinov
  • testcases overwritten

    See http://jira.jboss.com/jira/browse/JBAS-4103 for descripttion of the problem. Any ideas how to fix? Should we rename testcases run by all but tests-standard-unit target? Below is what I found about it for 4.0 b...
    Profile Photo
    last modified by akostadinov
  • JBossTestSuite dependencies

    I'm trying to use jboss-test on jvm 1.4. In specific I need to use JBossTestCase It happens that http://repository.jboss.com/jboss/test/1.0.2.GA/lib/jboss-test.jar is compiled with jvm 1.5. so I couldn't use it then...
    Profile Photo
    last modified by clebert.suconic
  • 4.0.5 org.jboss.test.compatibility.test.SerialVersionUIDUnit

    Hello All, We have encountered an error in org.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase which was already discussed and the error has been filed as a bug against JBoss 4.0.3SP1 AS. The bug was close...
    Profile Photo
    last modified by visolvejboss
  • How to print or log the values in org.jboss.test.iiop.test.P

    Hello, I have encountered the error while running the Testsuite with HP-UX OS, jdk1.5, JBoss AS 4.0.5.GA in the testcase org.jboss.test.iiop.test.ParameterPassingStressTestCase in the test test_getException Error:...
    Profile Photo
    created by mp123
  • testsuite's log4j configuration leads to large reports

    Testsuite's log4j was configured to print DEBUG messages to system.out. This leads to a large TESTS-TestSuites.xml file. There are two targets in build.xml: tests-report-xml tests-report-text The first one generates ...
    Profile Photo
    last modified by jaroslaw.kijanowski
  • How do i run a single test using in the testsuite?

    Hi, I am trying to analyse the failures/errors while runing th testsuite. Can i run a single test from the testsuite. For me following test is failing. I am runing testsuite on hpux platform. org.jboss.test.cmp2.com...
    Profile Photo
    last modified by ambika
  • Failures/Errors while runing Testsuite on HPUX platform

    Hi, Following testcases are failing when i run a testsuite on HPUX. ant tests is what i have run. 1) org.jboss.test.cmp2.commerce 2) org.jboss.test.cmp2.optimisticlock.test 3) org.jboss.test.cmp2.perf.test 4) org.jb...
    Profile Photo
    created by ambika
  • Code Coverage in JBoss AS Test Suite

    We have an urgent need for code coverage analysis in JBoss 4.2.0 specifically and the other branches (4.0 & trunk) in general. I'd like to start a discussion on what coverage reporting tools we should use, and su...
    Profile Photo
    last modified by ryan.campbell
  • How to use JBossTestCase for my own EJBs?

    Hi, can someone give me a hint whether I can use the JBossTestCase similar to the example tests in testsuite for my own TestCases. Is there anything wrong with this thought? Regards, dakbari
    Profile Photo
    last modified by dakbari
  • Logging with JBossTestCase

    There have been some changes to the class hierarchy involving JBossTestCase. It used to subclass from junit.framework.TestCase. It now subclasses from org.jboss.test.BaseTestCase which in turn subclasses from org.jbos...
    Profile Photo
    last modified by rachmato
  • Redundant output in the test401Compatibility() method of Ser

    Hello, At the end of the body of test401Compatibility() I see the following lines: System.out.println("serialVersionUID mismatches = "+mismatchCount); System.out.println("serialVersionUID mismatches = "+mismatchCo...
    Profile Photo
    last modified by pavel.tsekov
  • test case for cookie

    Currently we don't have a test case to test that server is setting the cookie correctly. I am going to add CookieUnitTestCase in Branch 4.0 that verifies that cookies are getting set as per RFC2109. The bug descriptio...
    Profile Photo
    created by prabhat.jha
  • Add "findbugs" target

    There's a fairly good static analysis program that finds common language errors, synchronization bugs and synchronization inconsistencies, etc. I have used it for my own projects and it works well. One problem with it...
    Profile Photo
    last modified by genman