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

GD-592: Fixed the detection of parameterized test data changes in TestDiscoveryGuard to notify the test explorer and update the structure. #593

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

MikeSchulze
Copy link
Owner

Why

see #592 The discovery guard was not aware of parameterized test data has changed and missed notifying the test explorer to update.

What

  • fix the test discover guard to respect test data indices changes on parameterized tests to finally update the listed tests in the test explorer.

@MikeSchulze MikeSchulze self-assigned this Nov 4, 2024
@MikeSchulze MikeSchulze added the bug Something isn't working label Nov 4, 2024
…ests is enabled

# why
see #592
The discovery guard was not aware of parameterized test data has changed and missed notifying the test explorer to update.

# what
- fix the test discover guard to respect test data indices changes on parameterized tests to finally update the listed tests in the test explorer.
@MikeSchulze MikeSchulze merged commit 62a26e4 into master Nov 4, 2024
@MikeSchulze MikeSchulze deleted the GD-592 branch November 4, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GD-592: Parameterized tests fails on changed data set when discover tests is enabled
1 participant