Description
With the recent changes, tests for org.apache.hadoop.test.category.ReleaseTest group are failing. Specifically org.apache.hadoop.gateway.SecureClusterTest.
To reproduce the problem run Knox build with either of the following commands:
1) ant clean release
2) mvn -Ppackage,release install
'mvn -Ppackage install' works fine (does not run the ReleaseTest group causing problem)
A quick look at the dependencies shows that SecureClusterTest is referring to older 'apacheds' release (apacheds-*-2.0.0-M15)
Attachments
Attachments
Issue Links
- breaks
-
KNOX-769 SecureClusterTest fails for Java 1.7
- Closed