Antonio Murgia created HADOOP-19068:
---------------------------------------
Summary: ITestS3AClosedFS.testClosedInstrumentation fails on trunk
on Mac OS Silicon
Key: HADOOP-19068
URL: https://issues.apache.org/jira/browse/HADOOP-19068
Project: Hadoop Common
Issue Type: Bug
Reporter: Antonio Murgia
Assignee: Steve Loughran
Running {{mvn clean -pl :hadoop-aws}} on my laptop against my s3 bucket on
eu-west-1 the test {{ITestS3AClosedFS.testClosedInstrumentation }}fails every
time, while when running it in isolation passes correctly.
It does not fail on branch-3.4, the attached stack trace is tested on commit:
9a7eeadaac818258b319cdb0dc19e9bb1e4fa11a.
h4. aws endpoint:
s3.eu-west-1.amazonaws.com
h4. os:
[INFO] os.detected.name: osx
[INFO] os.detected.arch: aarch_64
[INFO] os.detected.bitness: 64
[INFO] os.detected.version: 14.3
[INFO] os.detected.version.major: 14
[INFO] os.detected.version.minor: 3
[INFO] os.detected.classifier: osx-aarch_64
h4. java -version:
openjdk version "1.8.0_292"
OpenJDK Runtime Environment (Zulu 8.54.0.21-CA-macos-aarch64) (build
1.8.0_292-b10)
OpenJDK 64-Bit Server VM (Zulu 8.54.0.21-CA-macos-aarch64) (build 25.292-b10,
mixed mode)
h4. stack trace:
{{[ERROR] Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.706
s <<< FAILURE! - in org.apache.hadoop.fs.s3a.ITestS3AClosedFS}}
{{[ERROR] testClosedInstrumentation(org.apache.hadoop.fs.s3a.ITestS3AClosedFS)
Time elapsed: 0.447 s <<< FAILURE!}}
{{org.junit.ComparisonFailure: [S3AInstrumentation.hasMetricSystem()]
expected:<[fals]e> but was:<[tru]e>}}
{{at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)}}
{{at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)}}
{{at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)}}
{{at
org.apache.hadoop.fs.s3a.ITestS3AClosedFS.testClosedInstrumentation(ITestS3AClosedFS.java:111)}}
{{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:59)}}
{{at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)}}
{{at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)}}
{{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.TestWatcher$1.evaluate(TestWatcher.java:61)}}
{{at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)}}
{{at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)}}
{{at java.util.concurrent.FutureTask.run(FutureTask.java:266)}}
{{at java.lang.Thread.run(Thread.java:748)}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]