-
Notifications
You must be signed in to change notification settings - Fork 306
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
FISH-391 OutOfMemoryError exception caused by OpenApi refactor #4865
Conversation
Signed-off-by: Gaurav Gupta <[email protected]>
jenkins test please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. What does the testing hang on?
The beginning of Fault Tolerance. We've had the issue of FT hanging for maybe couple hours before, never a complete hang though |
Both Microprofile OpenAPI and Fault-Tolerance TCK passed. |
Jenkins test please |
Signed-off-by: Gaurav Gupta <[email protected]>
jenkins test please |
This reverts commit 2a0b89b. The reverted commit breaks a websocket TCK test. QACI-406 will endeavour to fix this test without rolling back functionality.
Signed-off-by: Gaurav Gupta <[email protected]>
Signed-off-by: Gaurav Gupta <[email protected]>
Jenkins test please |
1 similar comment
Jenkins test please |
Revert "FISH-31 Upgrade Grizzly to 2.4.4.payara-p3"
Signed-off-by: Matthew Gill <[email protected]>
Disable ServerLogTest until Grizzly upgrade
Signed-off-by: Gaurav Gupta <[email protected]>
Signed-off-by: Gaurav Gupta <[email protected]>
Signed-off-by: Gaurav Gupta <[email protected]>
Signed-off-by: Gaurav Gupta <[email protected]>
jenkins test please |
@MarkWareham @Pandrex247 @jGauravGupta My understanding is that this branch currently contains the OpenAPI fix, the Grizzly revert and the ServerLogTest disable. With these 3 it should pass the tests - is that about right? |
Yes @MattGill98 , You are right this PR contains all 3 mentioned changes. |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Gaurav Gupta <[email protected]>
jenkins test please |
FISH-391 OutOfMemoryError exception caused by OpenApi refactor
Signed-off-by: Gaurav Gupta [email protected]
Description
This is a fix to discard HK2 types info after OpenAPI document creation. And with this fix, OpenAPI document creation is now performed after deployment of the application in a separate thread.
Testing
Microprofile OpenAPI TCK
Microprofile Fault-Tolerance TCK