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

[COST-5141] vaccum expired trino partitions #5171

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Merge branch 'main' into COST-5141-vaccum-expired-partitions

45c78cf
Select commit
Loading
Failed to load commit list.
Draft

[COST-5141] vaccum expired trino partitions #5171

Merge branch 'main' into COST-5141-vaccum-expired-partitions
45c78cf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 3, 2024 in 1s

31.1% of diff hit (target 90.0%)

View this Pull Request on Codecov

31.1% of diff hit (target 90.0%)

Annotations

Check warning on line 47 in koku/masu/api/expired_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/api/expired_data.py#L47

Added line #L47 was not covered by tests

Check warning on line 50 in koku/masu/api/expired_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/api/expired_data.py#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 53 in koku/masu/api/expired_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/api/expired_data.py#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 55 in koku/masu/api/expired_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/api/expired_data.py#L55

Added line #L55 was not covered by tests

Check warning on line 58 in koku/masu/api/expired_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/api/expired_data.py#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 291 in koku/masu/database/ocp_report_db_accessor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/database/ocp_report_db_accessor.py#L289-L291

Added lines #L289 - L291 were not covered by tests

Check warning on line 304 in koku/masu/database/ocp_report_db_accessor.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/database/ocp_report_db_accessor.py#L304

Added line #L304 was not covered by tests

Check warning on line 54 in koku/masu/processor/_tasks/remove_expired.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/_tasks/remove_expired.py#L54

Added line #L54 was not covered by tests

Check warning on line 60 in koku/masu/processor/_tasks/remove_expired.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/_tasks/remove_expired.py#L60

Added line #L60 was not covered by tests

Check warning on line 65 in koku/masu/processor/_tasks/remove_expired.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/_tasks/remove_expired.py#L62-L65

Added lines #L62 - L65 were not covered by tests

Check warning on line 67 in koku/masu/processor/_tasks/remove_expired.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/_tasks/remove_expired.py#L67

Added line #L67 was not covered by tests

Check warning on line 72 in koku/masu/processor/_tasks/remove_expired.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/_tasks/remove_expired.py#L70-L72

Added lines #L70 - L72 were not covered by tests

Check warning on line 171 in koku/masu/processor/expired_data_remover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/expired_data_remover.py#L167-L171

Added lines #L167 - L171 were not covered by tests

Check warning on line 174 in koku/masu/processor/expired_data_remover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/expired_data_remover.py#L174

Added line #L174 was not covered by tests

Check warning on line 154 in koku/masu/processor/ocp/ocp_report_db_cleaner.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/ocp/ocp_report_db_cleaner.py#L154

Added line #L154 was not covered by tests

Check warning on line 157 in koku/masu/processor/ocp/ocp_report_db_cleaner.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/ocp/ocp_report_db_cleaner.py#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 160 in koku/masu/processor/ocp/ocp_report_db_cleaner.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/ocp/ocp_report_db_cleaner.py#L160

Added line #L160 was not covered by tests

Check warning on line 163 in koku/masu/processor/ocp/ocp_report_db_cleaner.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/ocp/ocp_report_db_cleaner.py#L162-L163

Added lines #L162 - L163 were not covered by tests

Check warning on line 165 in koku/masu/processor/ocp/ocp_report_db_cleaner.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/ocp/ocp_report_db_cleaner.py#L165

Added line #L165 was not covered by tests

Check warning on line 168 in koku/masu/processor/ocp/ocp_report_db_cleaner.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/ocp/ocp_report_db_cleaner.py#L167-L168

Added lines #L167 - L168 were not covered by tests

Check warning on line 171 in koku/masu/processor/ocp/ocp_report_db_cleaner.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/ocp/ocp_report_db_cleaner.py#L171

Added line #L171 was not covered by tests

Check warning on line 175 in koku/masu/processor/ocp/ocp_report_db_cleaner.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/ocp/ocp_report_db_cleaner.py#L174-L175

Added lines #L174 - L175 were not covered by tests

Check warning on line 552 in koku/masu/processor/orchestrator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/orchestrator.py#L551-L552

Added lines #L551 - L552 were not covered by tests

Check warning on line 562 in koku/masu/processor/orchestrator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/orchestrator.py#L561-L562

Added lines #L561 - L562 were not covered by tests

Check warning on line 568 in koku/masu/processor/orchestrator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

koku/masu/processor/orchestrator.py#L568

Added line #L568 was not covered by tests