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

Make batch sizes configurable #4149

Merged
merged 22 commits into from Mar 19, 2024

Merge branch 'main' into batch_sizes

fb1d058
Select commit
Failed to load commit list.
Merged

Make batch sizes configurable #4149

Merge branch 'main' into batch_sizes
fb1d058
Select commit
Failed to load commit list.
Codecov / codecov/patch failed Mar 19, 2024 in 1s

47.36% of diff hit (target 50.00%)

View this Pull Request on Codecov

47.36% of diff hit (target 50.00%)

Annotations

Check warning on line 188 in integration/setup/listener.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

integration/setup/listener.go#L188

Added line #L188 was not covered by tests

Check warning on line 54 in internal/backends/hana/backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/backends/hana/backend.go#L54

Added line #L54 was not covered by tests

Check warning on line 139 in internal/backends/postgresql/collection.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/backends/postgresql/collection.go#L139

Added line #L139 was not covered by tests

Check warning on line 114 in internal/backends/sqlite/collection.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/backends/sqlite/collection.go#L114

Added line #L114 was not covered by tests

Check warning on line 89 in internal/handler/msg_insert.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handler/msg_insert.go#L88-L89

Added lines #L88 - L89 were not covered by tests

Check warning on line 91 in internal/handler/msg_insert.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handler/msg_insert.go#L91

Added line #L91 was not covered by tests

Check warning on line 33 in internal/handler/registry/hana.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handler/registry/hana.go#L30-L33

Added lines #L30 - L33 were not covered by tests

Check warning on line 52 in internal/handler/registry/hana.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handler/registry/hana.go#L52

Added line #L52 was not covered by tests

Check warning on line 48 in internal/handler/registry/mysql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handler/registry/mysql.go#L48

Added line #L48 was not covered by tests

Check warning on line 31 in internal/handler/registry/sqlite.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handler/registry/sqlite.go#L28-L31

Added lines #L28 - L31 were not covered by tests

Check warning on line 51 in internal/handler/registry/sqlite.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handler/registry/sqlite.go#L51

Added line #L51 was not covered by tests