Skip to content

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
@polRk polRk force-pushed the migrate-to-new-slo-action branch from 280b32c to 60f284f Compare November 25, 2024 15:00
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??

@polRk polRk requested a review from vgvoleg November 25, 2024 21:33
@polRk polRk force-pushed the migrate-to-new-slo-action branch from c544f3b to 11c24a9 Compare November 25, 2024 21:37
@polRk polRk force-pushed the migrate-to-new-slo-action branch from 11c24a9 to 79aab75 Compare November 25, 2024 21:43
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

@vgvoleg vgvoleg merged commit 10284db into ydb-platform:main Nov 28, 2024
10 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.

3 participants