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

Implement KIP-204 : DeleteRecords API #969

Merged
merged 6 commits into from
Jan 29, 2024

Explain the unpacking catch all

927472e
Select commit
Loading
Failed to load commit list.
Merged

Implement KIP-204 : DeleteRecords API #969

Explain the unpacking catch all
927472e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 29, 2024 in 0s

55.00% of diff hit (target 95.06%)

View this Pull Request on Codecov

55.00% of diff hit (target 95.06%)

Annotations

Check warning on line 627 in aiokafka/admin/client.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/client.py#L627

Added line #L627 was not covered by tests

Check warning on line 629 in aiokafka/admin/client.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/client.py#L629

Added line #L629 was not covered by tests

Check warning on line 631 in aiokafka/admin/client.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/client.py#L631

Added line #L631 was not covered by tests

Check warning on line 634 in aiokafka/admin/client.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/client.py#L634

Added line #L634 was not covered by tests

Check warning on line 637 in aiokafka/admin/client.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/client.py#L637

Added line #L637 was not covered by tests

Check warning on line 639 in aiokafka/admin/client.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/client.py#L639

Added line #L639 was not covered by tests

Check warning on line 642 in aiokafka/admin/client.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/client.py#L641-L642

Added lines #L641 - L642 were not covered by tests

Check warning on line 644 in aiokafka/admin/client.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/client.py#L644

Added line #L644 was not covered by tests

Check warning on line 647 in aiokafka/admin/client.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/client.py#L647

Added line #L647 was not covered by tests

Check warning on line 652 in aiokafka/admin/client.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/client.py#L652

Added line #L652 was not covered by tests

Check warning on line 659 in aiokafka/admin/client.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/client.py#L656-L659

Added lines #L656 - L659 were not covered by tests

Check warning on line 12 in aiokafka/admin/records_to_delete.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

aiokafka/admin/records_to_delete.py#L12

Added line #L12 was not covered by tests

Check warning on line 208 in tests/test_admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_admin.py#L208

Added line #L208 was not covered by tests

Check warning on line 210 in tests/test_admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_admin.py#L210

Added line #L210 was not covered by tests

Check warning on line 213 in tests/test_admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_admin.py#L213

Added line #L213 was not covered by tests

Check warning on line 216 in tests/test_admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_admin.py#L216

Added line #L216 was not covered by tests

Check warning on line 220 in tests/test_admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_admin.py#L220

Added line #L220 was not covered by tests

Check warning on line 228 in tests/test_admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_admin.py#L228

Added line #L228 was not covered by tests

Check warning on line 235 in tests/test_admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_admin.py#L234-L235

Added lines #L234 - L235 were not covered by tests

Check warning on line 238 in tests/test_admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_admin.py#L237-L238

Added lines #L237 - L238 were not covered by tests