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/fix summaries after ignored test #1887

Merged
merged 5 commits into from
Jan 2, 2025

Conversation

Ark2307
Copy link
Contributor

@Ark2307 Ark2307 commented Jan 2, 2025

No description provided.

@Ark2307 Ark2307 force-pushed the fix/fix_summaries_after_ignored_test branch from 55d9c05 to b942853 Compare January 2, 2025 05:36
@@ -507,21 +509,25 @@ public String fetchTestingRunResultSummary() {
}
}

private static Bson vulnerableFilter = Filters.and(
Filters.eq(TestingRunResult.VULNERABLE, true),
Filters.in(TestingRunResult.IS_IGNORED_RESULT, Arrays.asList(null, false))
Copy link
Contributor

Choose a reason for hiding this comment

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

Filters.in(TestingRunResult.IS_IGNORED_RESULT, Arrays.asList(null, false)) instead of this use OR[ !exists , false ] query.

@notshivansh notshivansh merged commit 047658f into master Jan 2, 2025
2 of 3 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.

2 participants