1
vote
0answers
25 views

JUnitPerf Sample XML

I have a custom stats module for some load tests on a prototype app, and I'm trying to get them into a Hudson CI server. Hudson can read JUnitPerf XML output, but I don't know what that XML looks ...
0
votes
0answers
195 views

Getting Hudson to execute JUnit Tests using Ant

I've been looking for a solution for this for a couple of days now, but I can't seem to find anything helpful. So I'm hoping anybody can give me a hint on this. I want Hudson to run JUnit Tests using ...
0
votes
0answers
85 views

JUnit Attachments Plugin is not working on Hudson

I'm running integration tests using TestNG and Hudson combination. I'm able to generate my own customized JUnit XML files for Hudson for reporting purpose. And Hudson displays my customized report ...
1
vote
1answer
171 views

hudson unit test configuration with perl

I managed to setup Hudson. But there are a few things which are really confusing me. The Hudson and the SVN repository are both in the same machine as I am learning Hudson. repository URL configured ...
0
votes
1answer
440 views

How to generate JUnit style XML report using TestNG?

I'm using TestNG framework for our integration testing. I want to generate JUnit style XML report using TestNG. My project does not use Ant but we use Maven. Can you please tell what is the format of ...
0
votes
0answers
25 views

Row response and request in ant- hudson

I need your help to display the row with response and request when a test fail in hudson-I am using ant and I publish JUnit test. I want to display the response in(HUDSON) : Latest Test Result ->Test ...
1
vote
1answer
934 views

Failed to load ApplicationContext for JUnit test in Hudson Maven, but no issues locally

I've tried just about every configuration I can think of (and reviewed some answers on StackOverflow), but all of our tests show the 'Failed to load ApplicationContext' error when run through Hudson. ...
0
votes
2answers
239 views

“JUnitTask was not found” error (Hudson, Ant, JUnit)

I tried several ways to install ant and junit on the same server as hudson. I eventually downloaded the Ant source, installed the optional dependencies by using the included fetch.xml file, built the ...
0
votes
1answer
308 views

Error appears before running the Webdriver test on a Hudson slave

We are trying to migrate our system to WebDriver from Selenium 1. Thorough the Hudson slave an error message appeared, but the test run fine in eclipse. Environments: Hudson master: Linux machine ...
14
votes
2answers
1k views

Make Android jenkins build fail if tests fail

I have seen several post regarding making a build in Jenkins fail if the unit test execution fail (e.g. this one). It turns out that by default Jenkins reports builds with failing tests as unstable ...
0
votes
2answers
3k views

Using JUnit, Maven and Hudson/Jenkins for integration tests

We are going to use Hudson/Jenkins build server to both build our server applications (just calling maven) and run integration tests against it. We are going to prepare 3 Hudson/Jenkins jobs: for ...
3
votes
4answers
968 views

How would I produce JUnit test report for groovy tests, suitable for consumption by Jenkins/Hudson?

I've written several XMLUnit tests (that fit in to the JUnit framework) in groovy and can execute them easily on the command line as per the groovy doco but I don't quite understand what else I've got ...
1
vote
3answers
719 views

Junit Test Hang in Jenkins

we run our junit tests in Eclipse seems fine, but when we move it to hudson or jenkins, the tests seems hangs there never returns. its definitely the same code, I just wandering whats the difference ...
0
votes
1answer
116 views

Read Parameters from Hudson Job by Junit Tests

In my Maven project, I had some JUnit Tests. That maven project was build through a Hudson Job which uses Parameters. Is there a way which Junit pick those Parameters passed in Hudson Job and use ...
3
votes
1answer
1k views

Randomly test case fails - Forked JVM exits abnormally.

I have suite of Junit tests which passes every time I run locally. I have setup a job to run the suite, hudson uses ANT to invoke the tests.This suite was passing in the hudson machine for quite some ...
2
votes
3answers
519 views

JUnit XML “packages” in hudson

I'm generating XML's myself that look enough like JUnit for Hudson to read them. It works great except I can't figure out what the "packages" list is in the Hudson web GUI. How do I make an XML that ...
0
votes
2answers
427 views

How to configure Hudson to use Maven for dependecies and run JUnit

In Eclipse I have my "Dynamic Web Project" configured with Maven taking care automatically of all my dependencies (once I specify them in pom.xml). After implementing my Unit Tests I can simply run ...
4
votes
1answer
1k views

Jenkins multi-configuration project doesn't aggregate test results

I have a multi-configuration project set up to run FF and IE selenium tests. However, it's not aggregating the test results. If I look at the Project Page I see this: If I go into a specific ...
0
votes
1answer
383 views

Jenkins can't connect to a database during a unit test after a build

I'm moving my ant build to a new Jenkins server. It can access SVN, compile and all that. Everything is great until it starts running unit tests. A few of the tests need access to a database to be ...
5
votes
1answer
4k views

Getting Spring Error “Bean named 'x' must be of type [y], but was actually of type [$Proxy]” in Jenkins

I have been debugging this for awhile now, and I'm hoping someone could shed some light here. I have a Maven project that is added into Jenkins, using JDK 1.6. I'm using AOP in this project to handle ...
5
votes
1answer
635 views

hudson / jenkins - Showing content when clicking a result link

I have job that runs an executable which yields a JUnit report. This report is parsed by Hudson (the 'Publish JUnit test result report' option is checked), and each testcase is shown as a link. What I ...
0
votes
1answer
226 views

Use external files based on os from junit test when building with hudson/jenkins?

In a maven project I have some junit tests where I need to refer to some runtime libraries (the birt runtime) when running the tests: @Before public void setup() { // init osgi/birt rte. ...
0
votes
1answer
500 views

Parsing JUnit XML with Hudson

I'm using Jasmine-reporters with Jasmine to output a bunch of JUnitXML format files that I need Hudson to parse for me and report on success/failure. Does anybody know how I would ask Hudson to go ...
1
vote
4answers
1k views

Junit/Ant re-run failed tests

I was wondering if anyone had any idea about how one would go about re-runing failed Junit tests in the same run through. For example, tests 1-5 are run and all pass then when test 6 is run, and it ...
0
votes
1answer
207 views

Hudson is for unit testing or integration testing?

Might be a basic question but I want to know does Hudson run Junit test cases or can be used to run integration test cases?
0
votes
1answer
526 views

First test in each test suite fails connecting to the DB

We are running more than 2000 junit, Most of the tests connect to an Oracle database with jdbc calls. We have a problem with very few of the tests that can not connect to the DB for some reason. Here ...
1
vote
1answer
696 views

Generation of Selenium reports using Hudson (now known as Jenkins) from JUnit XML format file

For Test Automation of web project we use Hudson, PHPUnit, and Selenium. The results of the build are stored in the JUnit XML format. When I try to include generation of reports using the Hudson ...
9
votes
1answer
3k views

How to get CTest results in Hudson / Jenkins

I'm using CTest (part of CMake) for my automated tests. How do I get CTest results in the Jenkins dashboard ? Or, phrased differently, how do I get CTest to output in JUnit-like XML ?
1
vote
0answers
433 views

How to Configure selenium Junit test cases through Hudson [closed]

please tell me how to configure selenium Junit test cases through Hudson. I am unable to do it.
0
votes
1answer
1k views

java.lang.ClassCastException: $Proxy96 cannot be cast to ticket.app.DatesFacade

I am entering some code into a Hudson Server run on a Ubuntu box in order to run some Code Metrics(Sonar) and Cobertura on the code. The project runs off of Glassfish3.1, uses Maven3, written in Java, ...
1
vote
1answer
967 views

JUnit/Ant XML file format for stdout

I'm writing my own test program and I want to be able to re-use tools like Hudson for displaying the results of the test cases. I've so far gotten the results of the text file all into the same XML ...
0
votes
1answer
389 views

How do you get FlexUnit output in JUnit format?

I am setting up FlexUnit to run from the command line and want to capture the results in JUnit format, so that I can pull them into Hudson. What are my options?
3
votes
1answer
601 views

How to list the slowest JUnit tests in a multi-module Maven build

How can I list the slowest JUnit tests in a multi-module Maven build? This should be accross all modules. A Hudson/Jenkins solution could also do.
51
votes
3answers
25k views

JUnit XML Format Specification that Hudson supports

I have Hudson as continuous integration server and I want to use option 'Publish JUnit test result report'. But I don't use xUnit tools for testing, instead of that i have shell scripts which run ...
1
vote
1answer
1k views

Hudson CI and PHPUnit: None of the test reports contained any result

Im trying to integrate my PHPUnit tests into Hudson using the xUnit plugin. After a successfull build with Ant in hudson, the console output shows: Recording test results None of the test reports ...
2
votes
2answers
3k views

Change working directory in ant junit task

I have a ant file that runs JUnits tests. These tests rely on a relative path to certain configuration files. I've tried to set the working directory for the batch test, but fail. I want the working ...
0
votes
1answer
594 views

Hudson + JUnit + embedded GlassFish, how to provide domain configuration?

I'm using NetBeans and GlassFish 3.0.1 to create an EJB3 application. I have written a few Unit Tests, which get run via JUnit and make use of the embedded GlassFish. Whenever I run these tests on my ...
2
votes
2answers
687 views

Simple Maven2 Classpath Issue

I have a straightforward Maven2/Spring project. Locally in Intellij all the tests run fine, however on the build server (Hudson), the application context won't start because test-context.xml can't be ...
2
votes
2answers
349 views

How do you change the layout of JUnit Reports in Hudson?

So, I'm setting up Hudson right now and couldn't be more pleased. However, I need to display a table in the test results page as opposed to the graph it provides. Does anyone know how I would go about ...
0
votes
1answer
441 views

Hudson results one step behind

I'm using the filesytem plugin for Hudson, and when a build happens it looks for new/modified files, copies them to the Workspace, runs tests using Rake, and then publishes those junit xml result ...
2
votes
2answers
815 views

Hudson CI project doesn't run NetBeans JUnit tests of dependent projects

I have a set of NetBeans java projects with dependencies between them. I added the project at the top of the dependency tree to Hudson for continuous integration. Everything works fine, except that ...
3
votes
1answer
780 views

Is there a existing way to generate surefire reports with simple-build-tool?

I'm working on a project using Scala running Selenium tests as part of a continuous integration process. Hudson displays very helpful information based on the results in the surefire reports but I ...
2
votes
3answers
3k views

How can I get Hudson to be able to access JUnit?

I've got Hudson running on TOMCAT, it can build my Netbeans project using the ant build.xml, but it won't run any of my unit tests because of what I assume is a problem with the classpath: package ...
1
vote
3answers
884 views

Monitoring Grails performance with Hudson

I'm working on a project where performance is important and I would like to be able to monitor how my changes affect performance over time. Has anyone done this with Hudson before? ...
3
votes
3answers
2k views

Running Selenium Tests through JUnit in Hudson

apologies for the somewhat confusing title :-) Basically, I've configured my Selenium tests to run through JUnit when I build the project through maven. If I start my Selenium Server in a command ...
19
votes
12answers
12k views

“Forked Java VM exited abnormally” error from junit tests

I have a java junit test that passes when run alone on a development machine. We also have a hudson job which runs all the tests, invoked via ant, on a Mac OS X 10.4 node with Java 1.5. The test was ...
1
vote
1answer
426 views

Why do certain JUnit tests not get executed in NetBeans and/or Hudson?

When I right click a project in NetBeans and choose Test, certain unit tests aren't running. If I right click the .java file that contains the unit tests and choose Test File, the unit tests do run. ...
2
votes
2answers
913 views

Hudson build fails with Git repository & Grails

I recently configured Hudson to build a Grails project using Git as the repository. However, I am getting this error when running the build: Compilation error: srcdir ...
5
votes
5answers
6k views

fail hudson build on single unit test failure

Is there a way to cause hudson to report a build as failed, rather than unstable, if only a single unit test fails? thanks.
5
votes
3answers
15k views

Unable to get hudson to parse JUnit test output XML

EDIT: This issue has been fixed by google in gtest 1.4.0; see the original bug report for more information. I've recently switched to gtest for my C++ testing framework, and one great feature of it ...

1 2