[jboss-dev] New Break the Build Policy - testsuite - discussion
Dimitris Andreadis
dandread at redhat.com
Mon Oct 6 04:53:07 EDT 2008
For whoever wants to create branches off of rolledback commits, I've created:
https://svn.jboss.org/repos/jbossas/badbuilds/
We have a good example of how things get screwed-up in no time, with build #962:
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-TestSuite-sun15/962/changes
I was tempted to rollback all changes since Oct 3rd, but looking at the logs it seems like
an AOP upgrade problem, while compiling the tests for tests-aspects.
Kabir will you fix it? (or become the victim of a rollback?)
tests-aspects:
...
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/aspects/src/test50/org/jboss/test/asynch/POJO.java:75:
cannot find symbol
[javac] symbol : class AsynchProvider
[javac] location: class org.jboss.test.asynch.POJO
[javac] AsynchProvider asynch = (AsynchProvider) pojo;
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/aspects/src/test50/org/jboss/test/asynch/POJO.java:78:
cannot find symbol
[javac] symbol : class Future
[javac] location: class org.jboss.test.asynch.POJO
[javac] Future future = asynch.getFuture();
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/aspects/src/test50/org/jboss/test/asynch/Service.java:52:
cannot find symbol
[javac] symbol : variable AsynchRemoting
[javac] location: class org.jboss.test.asynch.Service
[javac] ctx.rebind("pojo", AsynchRemoting.createRemoteProxy("pojo", POJO.class,
new InvokerLocator("socket://" + getIpAddress() + ":5150")));
[javac] ^
[javac] 20 errors
[javac] 2 warnings
More information about the jboss-development
mailing list