-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add New GitHub Action for SLO Tests Integration with SDK #513
base: main
Are you sure you want to change the base?
Conversation
c05da0f
to
fc824ef
Compare
df153bd
to
a6d71a8
Compare
38389ac
to
2d51022
Compare
93891ea
to
280b32c
Compare
280b32c
to
60f284f
Compare
@@ -121,7 +121,6 @@ def run_from_args(args): | |||
driver_config = ydb.DriverConfig( | |||
args.endpoint, | |||
database=args.db, | |||
credentials=ydb.credentials_from_env_variables(), |
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.
why have you deleted this? previous SLO was also with anonymous credentials
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.
Because it failed
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.
Everything was fine with previous SLO.
Probably there's something wrong with new YDB cluster? It is not good to hide the issue
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.
Why I need to pass optional credentials parameter??
c544f3b
to
11c24a9
Compare
11c24a9
to
79aab75
Compare
@@ -121,7 +121,6 @@ def run_from_args(args): | |||
driver_config = ydb.DriverConfig( | |||
args.endpoint, | |||
database=args.db, | |||
credentials=ydb.credentials_from_env_variables(), |
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.
Everything was fine with previous SLO.
Probably there's something wrong with new YDB cluster? It is not good to hide the issue
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information