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

Missing Part of TestSuite label in TestRuns #3216

Open
jorgeepc opened this issue Oct 4, 2023 · 1 comment
Open

Missing Part of TestSuite label in TestRuns #3216

jorgeepc opened this issue Oct 4, 2023 · 1 comment
Assignees
Labels
bug Something isn't working triage requires triage

Comments

@jorgeepc
Copy link
Contributor

jorgeepc commented Oct 4, 2023

Describe the bug
When a TestRun was created from a TestSuite execution, we are missing the Part of TestSuite label in the test run detail page.

To Reproduce
Steps to reproduce the behavior:

  1. Create a Test
  2. Create a TestSuite
  3. Open the test run created from the TestSuite execution
  4. You should see a Part of TestSuite label in the test run header

Expected behavior
We should see a Part of TestSuite label when the TestRun was created from a TestSuite execution.

Screenshots

Screenshot 2023-10-04 at 11 32 46

Additional context
The test run api is missing the following fields:

testSuiteId?: string;
testSuiteRunId?: number;
@jorgeepc jorgeepc added bug Something isn't working triage requires triage labels Oct 4, 2023
@mathnogueira mathnogueira self-assigned this Oct 5, 2023
@mathnogueira
Copy link
Contributor

mathnogueira commented Oct 6, 2023

This is way more complex than expected. Got stuck in a loop hole. I'll go back to this later.

This revealed a big issue that our repository cache was hiding but I'm not sure what it is yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage requires triage
Projects
None yet
Development

No branches or pull requests

2 participants