Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] TlsTest's serverRejectsSSLClient test case will throw TooLongFrameException #7042

Closed
3 tasks done
yao-wenbin opened this issue Jul 19, 2023 · 0 comments · Fixed by #7179
Closed
3 tasks done

Comments

@yao-wenbin
Copy link
Contributor

yao-wenbin commented Jul 19, 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
image

Because the serverRejectsSSLClient test case in TlsTest will throw a TooLongFrameException: Adjusted frame length exceeds 16777216: 369296133 - discarded.

image

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

@yao-wenbin 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
RongtongJin pushed a commit that referenced this issue Aug 18, 2023
…tsSSLClient test case will throw TooLongFrameException (#7179)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant