Ben Caradoc-Davies created GEOS-5386 |
Issue Type: |
Bug |
Affects Versions: |
2.3-beta1 |
Assignee: |
|
Components: |
GWC |
Created: |
30/Oct/12 9:03 PM |
Description: |
At line 246, GWCIntegrationTest.testBasicIntegration arbitrarily chooses the second catalog layer for its “Basic get” test:
On my laptop, this fails in both Maven and Eclipse:
I suspect the problem is that the order of layers is determined by filesystem order, which varies between machines. If you are unlucky, the second layer is cite:Geometryless, which, being geometryless, appears to have no tile layer, causing the test to fail. Changing the selection of the layer to the first or third makes the test pass (for me). I suggest one of two solutions: (1) Pick a non-geometryless layer by name and test that one, or (2) Filter out geometryless layers and test all the others. Either approach will fix build stability. |
Environment: |
Apache Maven 3.0.4 (r1232337; 2012-01-17 16:44:56+0800) |
Project: |
|
Priority: |
Critical |
Reporter: |