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

evalengine: Implement LOCATE and friends #15195

Merged
merged 3 commits into from
Feb 12, 2024

evalengine: Simplify logic for collation handling

789bbad
Select commit
Loading
Failed to load commit list.
Merged

evalengine: Implement LOCATE and friends #15195

evalengine: Simplify logic for collation handling
789bbad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 12, 2024 in 1s

76.31% of diff hit (target 47.29%)

View this Pull Request on Codecov

76.31% of diff hit (target 47.29%)

Annotations

Check warning on line 142 in go/cmd/vtadmin/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtadmin/main.go#L142

Added line #L142 was not covered by tests

Check warning on line 150 in go/cmd/vtadmin/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtadmin/main.go#L150

Added line #L150 was not covered by tests

Check warning on line 155 in go/cmd/vtadmin/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtadmin/main.go#L155

Added line #L155 was not covered by tests

Check warning on line 207 in go/cmd/vtbackup/cli/vtbackup.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtbackup/cli/vtbackup.go#L207

Added line #L207 was not covered by tests

Check warning on line 128 in go/cmd/vtcombo/cli/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/main.go#L121-L128

Added lines #L121 - L128 were not covered by tests

Check warning on line 139 in go/cmd/vtcombo/cli/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/main.go#L139

Added line #L139 was not covered by tests

Check warning on line 147 in go/cmd/vtcombo/cli/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/main.go#L147

Added line #L147 was not covered by tests

Check warning on line 181 in go/cmd/vtcombo/cli/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/main.go#L181

Added line #L181 was not covered by tests

Check warning on line 221 in go/cmd/vtcombo/cli/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/main.go#L221

Added line #L221 was not covered by tests

Check warning on line 233 in go/cmd/vtcombo/cli/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/main.go#L233

Added line #L233 was not covered by tests

Check warning on line 259 in go/cmd/vtcombo/cli/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/main.go#L258-L259

Added lines #L258 - L259 were not covered by tests

Check warning on line 309 in go/cmd/vtcombo/cli/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/main.go#L309

Added line #L309 was not covered by tests

Check warning on line 312 in go/cmd/vtcombo/cli/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/main.go#L312

Added line #L312 was not covered by tests

Check warning on line 27 in go/cmd/vtcombo/cli/plugin_grpcvtctldserver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/plugin_grpcvtctldserver.go#L27

Added line #L27 was not covered by tests

Check warning on line 27 in go/cmd/vtcombo/cli/plugin_grpcvtctlserver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/plugin_grpcvtctlserver.go#L27

Added line #L27 was not covered by tests

Check warning on line 66 in go/cmd/vtcombo/cli/vschema_watcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtcombo/cli/vschema_watcher.go#L66

Added line #L66 was not covered by tests

Check warning on line 133 in go/cmd/vtctl/vtctl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtctl/vtctl.go#L133

Added line #L133 was not covered by tests

Check warning on line 166 in go/cmd/vtctl/vtctl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtctl/vtctl.go#L166

Added line #L166 was not covered by tests

Check warning on line 182 in go/cmd/vtctl/vtctl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtctl/vtctl.go#L182

Added line #L182 was not covered by tests

Check warning on line 65 in go/cmd/vtctld/cli/cli.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtctld/cli/cli.go#L65

Added line #L65 was not covered by tests

Check warning on line 74 in go/cmd/vtctld/cli/cli.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtctld/cli/cli.go#L74

Added line #L74 was not covered by tests

Check warning on line 27 in go/cmd/vtctld/cli/plugin_grpcvtctldserver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtctld/cli/plugin_grpcvtctldserver.go#L27

Added line #L27 was not covered by tests

Check warning on line 27 in go/cmd/vtctld/cli/plugin_grpcvtctlserver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtctld/cli/plugin_grpcvtctlserver.go#L27

Added line #L27 was not covered by tests

Check warning on line 74 in go/cmd/vtctld/cli/schema.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtctld/cli/schema.go#L74

Added line #L74 was not covered by tests

Check warning on line 78 in go/cmd/vtctld/cli/schema.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtctld/cli/schema.go#L78

Added line #L78 was not covered by tests