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

Add New GitHub Action for SLO Tests Integration with SDK #513

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

polRk
Copy link
Member

@polRk polRk commented Oct 26, 2024

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe): Migrate to new slo action

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Other information

@polRk polRk changed the title ci: migrate to new slo action Add New GitHub Action for SLO Tests Integration with SDK Oct 26, 2024
@polRk polRk force-pushed the migrate-to-new-slo-action branch 5 times, most recently from c05da0f to fc824ef Compare October 26, 2024 20:56
@polRk polRk mentioned this pull request Oct 26, 2024
11 tasks
@polRk polRk requested a review from vgvoleg October 26, 2024 20:58
@polRk polRk force-pushed the migrate-to-new-slo-action branch 8 times, most recently from df153bd to a6d71a8 Compare October 28, 2024 08:59
@polRk polRk force-pushed the migrate-to-new-slo-action branch 3 times, most recently from 38389ac to 2d51022 Compare November 25, 2024 13:20
@polRk polRk force-pushed the migrate-to-new-slo-action branch 2 times, most recently from 93891ea to 280b32c Compare November 25, 2024 14:56
tests/slo/src/runner.py Outdated Show resolved Hide resolved
@@ -121,7 +121,6 @@ def run_from_args(args):
driver_config = ydb.DriverConfig(
args.endpoint,
database=args.db,
credentials=ydb.credentials_from_env_variables(),
Copy link
Collaborator

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Because it failed

Copy link
Collaborator

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

Copy link
Member Author

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??

@@ -121,7 +121,6 @@ def run_from_args(args):
driver_config = ydb.DriverConfig(
args.endpoint,
database=args.db,
credentials=ydb.credentials_from_env_variables(),
Copy link
Collaborator

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

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.

3 participants