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

Task for automatic garbage collection of unused documents and views #500

Merged
merged 52 commits into from
Aug 31, 2023

Improve comments in garbage_collection task

2c35f30
Select commit
Loading
Failed to load commit list.
Merged

Task for automatic garbage collection of unused documents and views #500

Improve comments in garbage_collection task
2c35f30
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 31, 2023 in 0s

98.56% of diff hit (target 92.05%)

View this Pull Request on Codecov

98.56% of diff hit (target 92.05%)

Annotations

Check warning on line 106 in aquadoggo/src/db/stores/blob.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/db/stores/blob.rs#L106

Added line #L106 was not covered by tests

Check warning on line 492 in aquadoggo/src/db/stores/document.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/db/stores/document.rs#L492

Added line #L492 was not covered by tests

Check warning on line 495 in aquadoggo/src/db/stores/document.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/db/stores/document.rs#L495

Added line #L495 was not covered by tests

Check warning on line 15 in aquadoggo/src/materializer/tasks/garbage_collection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/materializer/tasks/garbage_collection.rs#L15

Added line #L15 was not covered by tests

Check warning on line 23 in aquadoggo/src/materializer/tasks/garbage_collection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/materializer/tasks/garbage_collection.rs#L22-L23

Added lines #L22 - L23 were not covered by tests

Check warning on line 73 in aquadoggo/src/materializer/tasks/garbage_collection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/materializer/tasks/garbage_collection.rs#L73

Added line #L73 was not covered by tests

Check warning on line 77 in aquadoggo/src/materializer/tasks/garbage_collection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/materializer/tasks/garbage_collection.rs#L77

Added line #L77 was not covered by tests

Check warning on line 101 in aquadoggo/src/materializer/tasks/garbage_collection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/materializer/tasks/garbage_collection.rs#L101

Added line #L101 was not covered by tests

Check warning on line 121 in aquadoggo/src/materializer/tasks/garbage_collection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/materializer/tasks/garbage_collection.rs#L121

Added line #L121 was not covered by tests

Check warning on line 258 in aquadoggo/src/materializer/tasks/reduce.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/materializer/tasks/reduce.rs#L257-L258

Added lines #L257 - L258 were not covered by tests

Check warning on line 270 in aquadoggo/src/materializer/tasks/reduce.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/materializer/tasks/reduce.rs#L269-L270

Added lines #L269 - L270 were not covered by tests

Check warning on line 293 in aquadoggo/src/test_utils/node.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/test_utils/node.rs#L293

Added line #L293 was not covered by tests

Check warning on line 333 in aquadoggo/src/test_utils/node.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aquadoggo/src/test_utils/node.rs#L333

Added line #L333 was not covered by tests