You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
macos 13.1 (22C65) m1 and Windows10 22H2 64bit
RocketMQ version
develop
JDK Version
All three, Zuul JDK8, Oracle JDK8, and OpenJDK8, will produce the exception.
Describe the Bug
When Github run maven-compile(macos-latest,JDK-8) Job for PR #7037, It throw one errors in org.apache.rocketmq.remoting.TlsTest ,and then maven-compile job will failed.
You can see the detail in Failed Action Summary
Because the serverRejectsSSLClient test case in TlsTest will throw a TooLongFrameException: Adjusted frame length exceeds 16777216: 369296133 - discarded.
Steps to Reproduce
In MacOS run the test in org.apache.rocketmq.remoting.TlsTest#serverRejectsSSLClient
What Did You Expect to See?
Github Actions' maven-compile(macos-latest,JDK-8) will run successfully.
What Did You See Instead?
fix the org.apache.rocketmq.remoting.TlsTest#serverRejectsSSLClient Test.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
yao-wenbin
changed the title
[Bug] maven-compile job failed, Because TlsTest's serverRejectsSSLClient test case will throw TooLongFrameException
[Bug] TlsTest's serverRejectsSSLClient test case will throw TooLongFrameException
Jul 21, 2023
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
macos 13.1 (22C65) m1 and Windows10 22H2 64bit
RocketMQ version
develop
JDK Version
All three, Zuul JDK8, Oracle JDK8, and OpenJDK8, will produce the exception.
Describe the Bug
When Github run maven-compile(macos-latest,JDK-8) Job for PR #7037, It throw one errors in org.apache.rocketmq.remoting.TlsTest ,and then maven-compile job will failed.
You can see the detail in Failed Action Summary
Because the serverRejectsSSLClient test case in TlsTest will throw a TooLongFrameException: Adjusted frame length exceeds 16777216: 369296133 - discarded.
Steps to Reproduce
In MacOS run the test in org.apache.rocketmq.remoting.TlsTest#serverRejectsSSLClient
What Did You Expect to See?
Github Actions' maven-compile(macos-latest,JDK-8) will run successfully.
What Did You See Instead?
fix the org.apache.rocketmq.remoting.TlsTest#serverRejectsSSLClient Test.
Additional Context
No response
The text was updated successfully, but these errors were encountered: