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

Record executed tests #303

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Record executed tests #303

wants to merge 1 commit into from

Conversation

nikita8
Copy link
Contributor

@nikita8 nikita8 commented Feb 4, 2025

No description provided.

@nikita8 nikita8 force-pushed the nikita8/record-executed-tests branch from b62fef9 to e33e810 Compare February 5, 2025 00:14
@nikita8 nikita8 force-pushed the nikita8/record-executed-tests branch from e33e810 to b12721e Compare February 5, 2025 00:58
@@ -104,6 +115,10 @@ def flaky_reports
redis.smembers(key('flaky-reports'))
end

def executed_tests
redis.smembers(key('executed-tests'))
Copy link
Contributor

Choose a reason for hiding this comment

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

How is executed tests different from the existing processed tests? The only case it seems to cover is when we requeue?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It just keeps track of all the records processed. We did see that the summary step counter wasn't updated which would mean it failed to record the processed test even though it wasn't re-queued.

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