Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Can't get the tests to pass for 9.0.+

This is the repo from which I forked https://github.com/eclipse/jetty.project (on github)
Is it meant to be in sync with http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git ?

... OK cloned http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git and I'm getting exactly the same failure in jetty-util (attached - not sure if that will get through).


On Tue, May 7, 2013 at 10:37 AM, Jesse McConnell <jesse.mcconnell@xxxxxxxxx> wrote:
I just staged a release on tag jetty-9.0.3.v20130506 so I can testify that that builds and tests out fine on linux

So you should be able to build from either that or simply master

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Mon, May 6, 2013 at 7:26 PM, William Ferguson <william.ferguson@xxxxxxxxxxxxx> wrote:
Absolutely. More than happy to help.


On Tue, May 7, 2013 at 10:01 AM, Jesse McConnell <jesse.mcconnell@xxxxxxxxx> wrote:
that is why I was wondering about what you were building, that sounds like what an old test was looking for many months ago that we cleaned up

we really should track down a windows box sometime to test on, jetty developers typically work on a combination of linux distros and macosx, I haven't even had a windows box in years 

if you are interested in tracking down and reporting windows build issues that would be welcome, patches even more so!

jesse


--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Mon, May 6, 2013 at 6:51 PM, William Ferguson <william.ferguson@xxxxxxxxxxxxx> wrote:
The failure for on line#500 of ResourceTest (jetty-util) doesn't look it could be environment related. It is looking for src/test/resources/ResourceTest.java which clearly doesn't exist.

William


On Tue, May 7, 2013 at 7:54 AM, William Ferguson <william.ferguson@xxxxxxxxxxxxx> wrote:
Hmm, I'm not at home any more but I'm pretty sure it was http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/
I was getting the failures for  master as well as 9.0.0.v(can't recall), 9.0.2.v(whatever) which were the only 3 I tried.

The failures were the same for all of them.


On Tue, May 7, 2013 at 6:36 AM, Jesse McConnell <jesse.mcconnell@xxxxxxxxx> wrote:
What git repo and tag are you building from?  Also what jdk patch level?  Only difference I see is you're using windows.

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Mon, May 6, 2013 at 2:47 PM, William Ferguson <william.ferguson@xxxxxxxxxxxxx> wrote:
I get a failure in jetty-util (ResourceTest seems to be referring to ResourceTest.java instead of resource.txt on line#500) and lots of failures in jetty-io

Is there something I am doing wrong?
Or were the tests ignored for the 9.0.+ releases?

NB I trying to build on Win7-64
Maven-3.0.3
JDK-1.7

William

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev



_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev




_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev



_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev



_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev



_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev


-------------------------------------------------------------------------------
Test set: org.eclipse.jetty.util.resource.ResourceTest
-------------------------------------------------------------------------------
Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec <<< FAILURE!
testUncPathResourceFile(org.eclipse.jetty.util.resource.ResourceTest)  Time elapsed: 0.002 sec  <<< FAILURE!
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.eclipse.jetty.util.resource.ResourceTest.testUncPathResourceFile(ResourceTest.java:500)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at $Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)


Back to the top