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

fix(testsuites): build execution filter properly #6022

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

rangoo94
Copy link
Member

Pull request description

  • gRPC repository for Test Suites was trying to cast filter to pointer of one structure, while actual struct (not a pointer) was passed (2d17570)
    • In Test Workflows we support both
    • In Tests we always use pointers
    • As the feature is deprecated anyway, just patched to send pointer instead

Checklist (choose whats happened)

  • breaking change! (describe)
  • tested locally
  • tested on cluster
  • added new dependencies
  • updated the docs
  • added a test

@rangoo94 rangoo94 requested a review from a team as a code owner November 13, 2024 08:45
@rangoo94 rangoo94 merged commit a2b13f3 into main Nov 13, 2024
20 checks passed
@rangoo94 rangoo94 deleted the dawid/fix/listing-test-suite-executions branch November 13, 2024 08:50
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.

2 participants