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

Ele 2626 support singular tests in test results runs #1449

Merged

Conversation

NoyaArie
Copy link
Contributor

@NoyaArie NoyaArie commented Mar 6, 2024

No description provided.

Copy link

linear bot commented Mar 6, 2024

Copy link
Contributor

github-actions bot commented Mar 6, 2024

👋 @NoyaArie
Thank you for raising your pull request.
Please make sure to add tests and document all user-facing changes.
You can do this by editing the docs files in this pull request.

@@ -20,8 +20,8 @@
class FiltersAPI(APIClient):
def get_filters(
self,
test_results_totals: Dict[Optional[str], TotalsSchema],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

keys of test_results, test_runs, test_results_totals, test_runs_totals are no longer nullable

@@ -67,14 +67,14 @@ def get_report_data(
models = models_api.get_models(exclude_elementary_models)
sources = models_api.get_sources()
exposures = models_api.get_exposures()
tests = tests_api.get_singular_tests()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

rename

@@ -140,9 +140,11 @@ def get_report_data(

invocations_job_identification = defaultdict(list)
for invocation in invocations:
key = invocation.job_name or invocation.job_id
Copy link
Contributor Author

Choose a reason for hiding this comment

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

rename key to invocation_key

@NoyaArie NoyaArie force-pushed the ele-2626-support-singular-tests-in-test-results-runs branch from 13ec388 to e52b704 Compare March 6, 2024 14:38
@NoyaArie NoyaArie merged commit 031aa90 into master Mar 6, 2024
3 checks passed
@NoyaArie NoyaArie deleted the ele-2626-support-singular-tests-in-test-results-runs branch March 6, 2024 14:42
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.

None yet

2 participants