You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/21 01:58:35 UTC

[GitHub] [skywalking] wu-sheng opened a new issue, #9824: [Bug] [Test] K8sTagTest can't pass on M1

wu-sheng opened a new issue, #9824:
URL: https://github.com/apache/skywalking/issues/9824

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   Zulu 1.8 on aarm
   ```
   ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider jdk.nashorn.api.scripting.NashornScriptEngineFactory not a subtype
   ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider jdk.nashorn.api.scripting.NashornScriptEngineFactory not a subtype
   ```
   
   Zulu 11 on aarm
   ```
   java.lang.NoClassDefFoundError: Could not initialize class org.apache.skywalking.library.kubernetes.KubernetesServices$MockitoMock$54094179
   ```
   
   ### What you expected to happen
   
   The test could pass on M1
   
   ### How to reproduce
   
   Run it on M1. We may consider don't mock `enum` through powermock. As this is the only one test using it, and only it fails.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng commented on issue #9824: [Bug] [Test] K8sTagTest can't pass on M1

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #9824:
URL: https://github.com/apache/skywalking/issues/9824#issuecomment-1286379869

   We should consider, but we don't have people working on this. And this is the first issue we met.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng commented on issue #9824: [Bug] [Test] K8sTagTest can't pass on M1

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #9824:
URL: https://github.com/apache/skywalking/issues/9824#issuecomment-1286520939

   I guess so too. This test is definitely passed because CI/e2e had verified it. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] kezhenxu94 commented on issue #9824: [Bug] [Test] K8sTagTest can't pass on M1

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #9824:
URL: https://github.com/apache/skywalking/issues/9824#issuecomment-1286472248

   So this looks to be m1-specific as I tried Zulu 1.8, Zulu 11, and Temurin 1.8 Temurin 11 etc., all passed.
   
   One thing to note is that I can see the same logs (not even error logs) on Zulu 1.8 but all tests passed still.
   
   <img width="1337" alt="image" src="https://user-images.githubusercontent.com/15965696/197117650-34295111-c162-4464-8602-1dcbbdcae9fa.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng closed issue #9824: [Bug] [Test] K8sTagTest can't pass on M1

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #9824: [Bug] [Test] K8sTagTest can't pass on M1
URL: https://github.com/apache/skywalking/issues/9824


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng commented on issue #9824: [Bug] [Test] K8sTagTest can't pass on M1

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #9824:
URL: https://github.com/apache/skywalking/issues/9824#issuecomment-1286418602

   Thanks, that would be great.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng commented on issue #9824: [Bug] [Test] K8sTagTest can't pass on M1

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #9824:
URL: https://github.com/apache/skywalking/issues/9824#issuecomment-1310411434

   I investigated this issue, and explained the reason here, https://github.com/apache/skywalking/pull/9945


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] lujiajing1126 commented on issue #9824: [Bug] [Test] K8sTagTest can't pass on M1

Posted by GitBox <gi...@apache.org>.
lujiajing1126 commented on issue #9824:
URL: https://github.com/apache/skywalking/issues/9824#issuecomment-1286374168

   Shall we consider deprecating Powermock and completely moving to Mockito


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] lujiajing1126 commented on issue #9824: [Bug] [Test] K8sTagTest can't pass on M1

Posted by GitBox <gi...@apache.org>.
lujiajing1126 commented on issue #9824:
URL: https://github.com/apache/skywalking/issues/9824#issuecomment-1286398721

   @xzyJavaX works in our team. I suppose he can make an investigation for the possible migration


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org