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

Implementation of Master Arbitration. #96

Merged
merged 6 commits into from
Aug 17, 2023

Conversation

sallylsy
Copy link
Contributor

Why I did it

How I did it

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111

Description for the changelog

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

@sallylsy sallylsy force-pushed the gnmi_ma_impl branch 4 times, most recently from 9653112 to 2c6be76 Compare April 21, 2023 23:25
gnmi_server/server.go Show resolved Hide resolved
gnmi_server/server_test.go Outdated Show resolved Hide resolved
@sallylsy sallylsy force-pushed the gnmi_ma_impl branch 19 times, most recently from 6aa8241 to 70ca310 Compare May 2, 2023 04:45
@sallylsy sallylsy marked this pull request as ready for review May 2, 2023 20:23
gnmi_server/server.go Outdated Show resolved Hide resolved
gnmi_server/server.go Outdated Show resolved Hide resolved
gnmi_server/server.go Show resolved Hide resolved
gnmi_server/server.go Outdated Show resolved Hide resolved
gnmi_server/server.go Show resolved Hide resolved
gnmi_server/server.go Show resolved Hide resolved
gnmi_server/server.go Show resolved Hide resolved
gnmi_server/server.go Show resolved Hide resolved
}
_, err = gClient.Set(ctx, req)
if err == nil {
t.Fatal("Expected a PermissionDenied error")
Copy link
Contributor

Choose a reason for hiding this comment

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

Requests without MA extension should always pass

telemetry/telemetry.go Show resolved Hide resolved
gnmi_server/server.go Outdated Show resolved Hide resolved
gnmi_server/server.go Show resolved Hide resolved
gnmi_server/server.go Show resolved Hide resolved
gnmi_server/server_test.go Outdated Show resolved Hide resolved
gnmi_server/server_test.go Outdated Show resolved Hide resolved
@sallylsy sallylsy force-pushed the gnmi_ma_impl branch 13 times, most recently from b6facf3 to a50214c Compare June 30, 2023 01:03
gnmi_server/server.go Outdated Show resolved Hide resolved
gnmi_server/server.go Outdated Show resolved Hide resolved
gnmi_server/server_test.go Show resolved Hide resolved
@sallylsy sallylsy force-pushed the gnmi_ma_impl branch 6 times, most recently from eb7242a to 9f98862 Compare July 19, 2023 20:32
gnmi_server/server_test.go Show resolved Hide resolved
Copy link
Contributor

@tomek-US tomek-US left a comment

Choose a reason for hiding this comment

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

LGTM

@tomek-US tomek-US merged commit 54c6c91 into sonic-net:master Aug 17, 2023
4 checks passed
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.

4 participants