[Geoserver-devel] Changes in GWC breaking build in GeoServer

Hi,
the build in GeoServer has been down for the last few builds, with this test failure:

Tests run: 47, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 84.891 sec <<< FAILURE!
testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest)  Time elapsed: 3332 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testGetCapabilitiesRequestRestEndpoints(org.geoserver.gwc.GWCIntegrationTest)  Time elapsed: 3957 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<[31]> but was:<[0]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesRequestRestEndpoints(GWCIntegrationTest.java:1649)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

As far as I can see the test fail because the capabliities backlink to http://localhost:8080/geoserver/geoserver/gwc/…."
(notice the double “geoserver” in the path).

I’m guessing this merge might be the cause, it’s related to path parsing and has been merged within the last day:
https://github.com/GeoWebCache/geowebcache/pull/619

However, not sure if the bug is in the newly merged code, or in the capabilities building code (could be both).

Could the involved people have a look? (I’m guessing Kevin and Nuno, but it’s just a guess)

Cheers
Andrea

···

== GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.

I will have a look, thank you for the heads up.

···

On 06/13/2018 01:23 PM, Andrea Aime wrote:

Hi,
the build in GeoServer has been down for the last few builds, with this test failure:

Tests run: 47, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 84.891 sec <<< FAILURE!
testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest)  Time elapsed: 3332 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testGetCapabilitiesRequestRestEndpoints(org.geoserver.gwc.GWCIntegrationTest)  Time elapsed: 3957 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<[31]> but was:<[0]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesRequestRestEndpoints(GWCIntegrationTest.java:1649)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

As far as I can see the test fail because the capabliities backlink to http://localhost:8080/geoserver/geoserver/gwc/…."
(notice the double “geoserver” in the path).

I’m guessing this merge might be the cause, it’s related to path parsing and has been merged within the last day:
https://github.com/GeoWebCache/geowebcache/pull/619

However, not sure if the bug is in the newly merged code, or in the capabilities building code (could be both).

Could the involved people have a look? (I’m guessing Kevin and Nuno, but it’s just a guess)

Cheers
Andrea

== GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! [http://sdm.link/slashdot](http://sdm.link/slashdot)
_______________________________________________
Geoserver-devel mailing list
[Geoserver-devel@lists.sourceforge.net](mailto:Geoserver-devel@lists.sourceforge.net)
[https://lists.sourceforge.net/lists/listinfo/geoserver-devel](https://lists.sourceforge.net/lists/listinfo/geoserver-devel)

-- 
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the experts! 
Visit [http://goo.gl/it488V](http://goo.gl/it488V) for more information.
==

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

[http://www.geo-solutions.it](http://www.geo-solutions.it)
[http://twitter.com/geosolutions_it](http://twitter.com/geosolutions_it)

-------------------------------------------------------

Con riferimento alla normativa sul trattamento dei dati 
personali (Reg. UE 2016/679 - Regolamento generale sulla 
protezione dei dati “GDPR”), si precisa che ogni 
circostanza inerente alla presente email (il suo contenuto, 
gli eventuali allegati, etc.) è un dato la cui conoscenza 
è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è 
tenuta/o a cancellarlo, ogni altra operazione è illecita. 
Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to 
which it is addressed and may contain information that 
is privileged, confidential or otherwise protected from 
disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or 
use of this e-mail or the information herein by anyone 
other than the intended recipient is prohibited. If you 
have received this email by mistake, please notify 
us immediately by telephone or e-mail.

Kevin and Nuno,

Jenkins geoserver-master has been broken in GWCIntegrationTest for two days. Will this be fixed on the GeoServer side or do we need to revert the GeoWebCache changes? Who is working on this?

https://build.geoserver.org/view/geoserver/job/geoserver-master/5922/consoleText

testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest) Time elapsed: 4486 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)

testGetCapabilitiesRequestRestEndpoints(org.geoserver.gwc.GWCIntegrationTest) Time elapsed: 3539 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[31]> but was:<[0]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesRequestRestEndpoints(GWCIntegrationTest.java:1649)

Kind regards,
Ben.

On 14/06/18 00:38, Nuno Oliveira wrote:

I will have a look, thank you for the heads up.

On 06/13/2018 01:23 PM, Andrea Aime wrote:

Hi,
the build in GeoServer has been down for the last few builds, with this test failure:

Tests run: 47, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 84.891 sec <<< FAILURE!
testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest) Time elapsed: 3332 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)

--
Ben Caradoc-Davies <ben@anonymised.com>
Director
Transient Software Limited <https://transient.nz/&gt;
New Zealand

Hi Ben, all,

Locally, removing this GWC commits (merger commit + commit) fixed the GeoServer build:

commit 86998e1e3c4b3eb75dbe90c6caebe93b2a11e733
commit 1f73e43c027423fef9009fb2ae6b7db9134c81a6

The related pull request is this one:

https://github.com/GeoWebCache/geowebcache/pull/619

I was not involved with that PR so not sure what is going on, Kevin I’m passing the ball to you :slight_smile:

Cheers,

Nuno Oliveira

···

On 06/14/2018 11:47 PM, Ben Caradoc-Davies wrote:

Kevin and Nuno,

Jenkins geoserver-master has been broken in GWCIntegrationTest for two days. Will this be fixed on the GeoServer side or do we need to revert the GeoWebCache changes? Who is working on this?

https://build.geoserver.org/view/geoserver/job/geoserver-master/5922/consoleText

testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest) Time elapsed: 4486 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)

testGetCapabilitiesRequestRestEndpoints(org.geoserver.gwc.GWCIntegrationTest) Time elapsed: 3539 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[31]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesRequestRestEndpoints(GWCIntegrationTest.java:1649)

Kind regards,
Ben.

On 14/06/18 00:38, Nuno Oliveira wrote:

I will have a look, thank you for the heads up.

On 06/13/2018 01:23 PM, Andrea Aime wrote:

Hi,
the build in GeoServer has been down for the last few builds, with this test failure:

Tests run: 47, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 84.891 sec <<< FAILURE!
testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest) Time elapsed: 3332 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)

-- 
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the experts! 
Visit [http://goo.gl/it488V](http://goo.gl/it488V) for more information.
==

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

[http://www.geo-solutions.it](http://www.geo-solutions.it)
[http://twitter.com/geosolutions_it](http://twitter.com/geosolutions_it)

-------------------------------------------------------

Con riferimento alla normativa sul trattamento dei dati 
personali (Reg. UE 2016/679 - Regolamento generale sulla 
protezione dei dati “GDPR”), si precisa che ogni 
circostanza inerente alla presente email (il suo contenuto, 
gli eventuali allegati, etc.) è un dato la cui conoscenza 
è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è 
tenuta/o a cancellarlo, ogni altra operazione è illecita. 
Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to 
which it is addressed and may contain information that 
is privileged, confidential or otherwise protected from 
disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or 
use of this e-mail or the information herein by anyone 
other than the intended recipient is prohibited. If you 
have received this email by mistake, please notify 
us immediately by telephone or e-mail.

So I tried to dig in to this and was stymied by classpath errors
involving unit-api in Eclipse that masked these failures. I eventually
switched to another machine. The problem was not what I initially
expected (needing to add Host headers to the Mock HTTP requests). It
looks like the patch does break things and need to be changed. I've
spent all the time I can spare on this so I've reverted it and let the
contributor know.

On 2018-06-15 02:03 AM, Nuno Oliveira wrote:

Hi Ben, all,

Locally, removing this GWC commits (merger commit + commit) fixed the
GeoServer build:

commit 86998e1e3c4b3eb75dbe90c6caebe93b2a11e733
commit 1f73e43c027423fef9009fb2ae6b7db9134c81a6

The related pull request is this one:

https://github.com/GeoWebCache/geowebcache/pull/619

I was not involved with that PR so not sure what is going on, Kevin
/I'm passing the ball/ to you :slight_smile:

Cheers,

Nuno Oliveira

On 06/14/2018 11:47 PM, Ben Caradoc-Davies wrote:

Kevin and Nuno,

Jenkins geoserver-master has been broken in GWCIntegrationTest for
two days. Will this be fixed on the GeoServer side or do we need to
revert the GeoWebCache changes? Who is working on this?

https://build.geoserver.org/view/geoserver/job/geoserver-master/5922/consoleText

testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest)
Time elapsed: 4486 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)

testGetCapabilitiesRequestRestEndpoints(org.geoserver.gwc.GWCIntegrationTest)
Time elapsed: 3539 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[31]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesRequestRestEndpoints(GWCIntegrationTest.java:1649)

Kind regards,
Ben.

On 14/06/18 00:38, Nuno Oliveira wrote:

I will have a look, thank you for the heads up.

On 06/13/2018 01:23 PM, Andrea Aime wrote:

Hi,
the build in GeoServer has been down for the last few builds, with
this test failure:

Tests run: 47, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
84.891 sec <<< FAILURE!
testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest)
Time elapsed: 3332 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)

--
Regards,
Nuno Oliveira

GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

Con riferimento alla normativa sul trattamento dei dati
personali (Reg. UE 2016/679 - Regolamento generale sulla
protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto,
gli eventuali allegati, etc.) è un dato la cui conoscenza
è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è
tenuta/o a cancellarlo, ogni altra operazione è illecita.
Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to
which it is addressed and may contain information that
is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European
Regulation 2016/679 “GDPR” - copying, dissemination or
use of this e-mail or the information herein by anyone
other than the intended recipient is prohibited. If you
have received this email by mistake, please notify
us immediately by telephone or e-mail.

--
Kevin Michael Smith
<smithkm@anonymised.com>

Thanks, Kevin. Much appreciated. The Jenkins geoserver-master build is now fixed.

Kind regards,
Ben.

On 16/06/18 11:16, Kevin Smith wrote:

So I tried to dig in to this and was stymied by classpath errors
involving unit-api in Eclipse that masked these failures. I eventually
switched to another machine. The problem was not what I initially
expected (needing to add Host headers to the Mock HTTP requests). It
looks like the patch does break things and need to be changed. I've
spent all the time I can spare on this so I've reverted it and let the
contributor know.

On 2018-06-15 02:03 AM, Nuno Oliveira wrote:

Hi Ben, all,

Locally, removing this GWC commits (merger commit + commit) fixed the
GeoServer build:

commit 86998e1e3c4b3eb75dbe90c6caebe93b2a11e733
commit 1f73e43c027423fef9009fb2ae6b7db9134c81a6

The related pull request is this one:

https://github.com/GeoWebCache/geowebcache/pull/619

I was not involved with that PR so not sure what is going on, Kevin
/I'm passing the ball/ to you :slight_smile:

Cheers,

Nuno Oliveira

On 06/14/2018 11:47 PM, Ben Caradoc-Davies wrote:

Kevin and Nuno,

Jenkins geoserver-master has been broken in GWCIntegrationTest for
two days. Will this be fixed on the GeoServer side or do we need to
revert the GeoWebCache changes? Who is working on this?

https://build.geoserver.org/view/geoserver/job/geoserver-master/5922/consoleText

testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest)
Time elapsed: 4486 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)

testGetCapabilitiesRequestRestEndpoints(org.geoserver.gwc.GWCIntegrationTest)
Time elapsed: 3539 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[31]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesRequestRestEndpoints(GWCIntegrationTest.java:1649)

Kind regards,
Ben.

On 14/06/18 00:38, Nuno Oliveira wrote:

I will have a look, thank you for the heads up.

On 06/13/2018 01:23 PM, Andrea Aime wrote:

Hi,
the build in GeoServer has been down for the last few builds, with
this test failure:

Tests run: 47, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
84.891 sec <<< FAILURE!
testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest)
Time elapsed: 3332 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)

--
Regards,
Nuno Oliveira

GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

Con riferimento alla normativa sul trattamento dei dati
personali (Reg. UE 2016/679 - Regolamento generale sulla
protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto,
gli eventuali allegati, etc.) è un dato la cui conoscenza
è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è
tenuta/o a cancellarlo, ogni altra operazione è illecita.
Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to
which it is addressed and may contain information that
is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European
Regulation 2016/679 “GDPR” - copying, dissemination or
use of this e-mail or the information herein by anyone
other than the intended recipient is prohibited. If you
have received this email by mistake, please notify
us immediately by telephone or e-mail.

--
Ben Caradoc-Davies <ben@anonymised.com>
Director
Transient Software Limited <https://transient.nz/&gt;
New Zealand

Agreed, thanks Kevin!

Cheers
Andrea

···

On Sat, Jun 16, 2018 at 1:54 AM, Ben Caradoc-Davies <ben@anonymised.com> wrote:

Thanks, Kevin. Much appreciated. The Jenkins geoserver-master build is now fixed.

Kind regards,
Ben.

On 16/06/18 11:16, Kevin Smith wrote:

So I tried to dig in to this and was stymied by classpath errors
involving unit-api in Eclipse that masked these failures. I eventually
switched to another machine. The problem was not what I initially
expected (needing to add Host headers to the Mock HTTP requests). It
looks like the patch does break things and need to be changed. I’ve
spent all the time I can spare on this so I’ve reverted it and let the
contributor know.

On 2018-06-15 02:03 AM, Nuno Oliveira wrote:

Hi Ben, all,

Locally, removing this GWC commits (merger commit + commit) fixed the
GeoServer build:

commit 86998e1e3c4b3eb75dbe90c6caebe93b2a11e733
commit 1f73e43c027423fef9009fb2ae6b7db9134c81a6

The related pull request is this one:

https://github.com/GeoWebCache/geowebcache/pull/619

I was not involved with that PR so not sure what is going on, Kevin
/I’m passing the ball/ to you :slight_smile:

Cheers,

Nuno Oliveira

On 06/14/2018 11:47 PM, Ben Caradoc-Davies wrote:

Kevin and Nuno,

Jenkins geoserver-master has been broken in GWCIntegrationTest for
two days. Will this be fixed on the GeoServer side or do we need to
revert the GeoWebCache changes? Who is working on this?

https://build.geoserver.org/view/geoserver/job/geoserver-master/5922/consoleText

testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest)
Time elapsed: 4486 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)

testGetCapabilitiesRequestRestEndpoints(org.geoserver.gwc.GWCIntegrationTest)
Time elapsed: 3539 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[31]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesRequestRestEndpoints(GWCIntegrationTest.java:1649)

Kind regards,
Ben.

On 14/06/18 00:38, Nuno Oliveira wrote:

I will have a look, thank you for the heads up.

On 06/13/2018 01:23 PM, Andrea Aime wrote:

Hi,
the build in GeoServer has been down for the last few builds, with
this test failure:

Tests run: 47, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
84.891 sec <<< FAILURE!
testGetCapabilitiesWithRestEndpointsAndDimensions(org.geoserver.gwc.GWCIntegrationTest)
Time elapsed: 3332 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.geoserver.gwc.GWCIntegrationTest.testGetCapabilitiesWithRestEndpointsAndDimensions(GWCIntegrationTest.java:1840)


Regards,
Nuno Oliveira

GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


Con riferimento alla normativa sul trattamento dei dati
personali (Reg. UE 2016/679 - Regolamento generale sulla
protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto,
gli eventuali allegati, etc.) è un dato la cui conoscenza
è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è
tenuta/o a cancellarlo, ogni altra operazione è illecita.
Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to
which it is addressed and may contain information that
is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European
Regulation 2016/679 “GDPR” - copying, dissemination or
use of this e-mail or the information herein by anyone
other than the intended recipient is prohibited. If you
have received this email by mistake, please notify
us immediately by telephone or e-mail.

Ben Caradoc-Davies <ben@anonymised.com>
Director
Transient Software Limited <https://transient.nz/>
New Zealand

Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.