Skip to content
New issue

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

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

Already on GitHub? # to your account

Improve testutils.MarshalAny #6617

Merged
merged 7 commits into from
Sep 18, 2023
Merged

Improve testutils.MarshalAny #6617

merged 7 commits into from
Sep 18, 2023

Conversation

ulascansenturk
Copy link
Contributor

@ulascansenturk ulascansenturk commented Sep 11, 2023

  • Used anypb.New() instead of ptypes.MarshalAny

fixes: #6611

RELEASE NOTES: N/A

@easwars easwars added this to the 1.59 Release milestone Sep 11, 2023
internal/status/status.go Outdated Show resolved Hide resolved
internal/testutils/marshal_any.go Outdated Show resolved Hide resolved
internal/testutils/marshal_any.go Outdated Show resolved Hide resolved
internal/testutils/marshal_any.go Outdated Show resolved Hide resolved
internal/testutils/marshal_any.go Outdated Show resolved Hide resolved
internal/testutils/marshal_any.go Outdated Show resolved Hide resolved
internal/testutils/xds/e2e/clientresources.go Outdated Show resolved Hide resolved
interop/xds/custom_lb_test.go Outdated Show resolved Hide resolved
xds/internal/resolver/xds_resolver_test.go Outdated Show resolved Hide resolved
xds/internal/server/listener_wrapper_test.go Outdated Show resolved Hide resolved
xds/internal/xdsclient/xdsresource/filter_chain_test.go Outdated Show resolved Hide resolved
xds/internal/xdsclient/xdsresource/unmarshal_lds_test.go Outdated Show resolved Hide resolved
internal/testutils/xds/e2e/clientresources.go Outdated Show resolved Hide resolved
@easwars
Copy link
Contributor

easwars commented Sep 12, 2023

Could you please look at the vet failure? Thanks.

internal/testutils/marshal_any.go Outdated Show resolved Hide resolved
xds/internal/clusterspecifier/rls/rls_test.go Outdated Show resolved Hide resolved
xds/internal/clusterspecifier/rls/rls_test.go Show resolved Hide resolved
@ulascansenturk
Copy link
Contributor Author

Could you please look at the vet failure? Thanks.

fixed

@dfawley dfawley assigned easwars and unassigned ulascansenturk Sep 18, 2023
@easwars easwars merged commit 130bc42 into grpc:master Sep 18, 2023
1 check passed
@easwars
Copy link
Contributor

easwars commented Sep 18, 2023

Thanks @ulascansenturk, for your contribution!!

@ulascansenturk ulascansenturk deleted the 6611 branch September 18, 2023 22:56
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve testutils.MarshalAny
3 participants