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

Fix parallel integration test run #8

Merged
merged 2 commits into from
Nov 1, 2022

Conversation

krithika369
Copy link
Contributor

@krithika369 krithika369 commented Nov 1, 2022

This PR addresses a residual change from #6, in the integration_test/fibergrpc.yaml file. This was probably not caught earlier because the parallel test run in TestE2EFromConfig was not working correctly (only the last test was being run because of the tt variable's scope).

Fixing the parallel integration test run triggered another error with Data Race which is now addressed in grpc/codec.go - the setter for the default codec is moved to the NewFiberCodec constructor, out of the getter function.

@krithika369 krithika369 marked this pull request as ready for review November 1, 2022 09:07
@krithika369 krithika369 requested a review from a team November 1, 2022 09:08
Copy link
Contributor

@leonlnj leonlnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for catching and fixing!

@krithika369 krithika369 merged commit 176ee1b into gojek:main Nov 1, 2022
@krithika369 krithika369 deleted the bugfix_grpc_test branch November 1, 2022 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants