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

Fix the parser to allow multiple strings one after the other #15076

Merged
merged 2 commits into from
Jan 30, 2024

Merge remote-tracking branch 'upstream/main' into fix-multiple-strings

8dd4678
Select commit
Loading
Failed to load commit list.
Merged

Fix the parser to allow multiple strings one after the other #15076

Merge remote-tracking branch 'upstream/main' into fix-multiple-strings
8dd4678
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 30, 2024 in 1s

56.29% of diff hit (target 47.29%)

View this Pull Request on Codecov

56.29% of diff hit (target 47.29%)

Annotations

Check warning on line 240 in go/cmd/vtctldclient/command/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtctldclient/command/root.go#L240

Added line #L240 was not covered by tests

Check warning on line 125 in go/cmd/vtctldclient/command/schema.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/cmd/vtctldclient/command/schema.go#L125

Added line #L125 was not covered by tests

Check warning on line 99 in go/mysql/capabilities/capability.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/mysql/capabilities/capability.go#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 107 in go/mysql/capabilities/capability.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/mysql/capabilities/capability.go#L106-L107

Added lines #L106 - L107 were not covered by tests

Check warning on line 113 in go/mysql/capabilities/capability.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/mysql/capabilities/capability.go#L112-L113

Added lines #L112 - L113 were not covered by tests

Check warning on line 613 in go/mysql/datetime/datetime.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/mysql/datetime/datetime.go#L613

Added line #L613 was not covered by tests

Check warning on line 622 in go/mysql/datetime/datetime.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/mysql/datetime/datetime.go#L622

Added line #L622 was not covered by tests

Check warning on line 90 in go/mysql/datetime/mydate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/mysql/datetime/mydate.go#L87-L90

Added lines #L87 - L90 were not covered by tests

Check warning on line 212 in go/mysql/flavor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/mysql/flavor.go#L212

Added line #L212 was not covered by tests

Check warning on line 507 in go/mysql/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/mysql/query.go#L507

Added line #L507 was not covered by tests

Check warning on line 518 in go/mysql/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/mysql/query.go#L518

Added line #L518 was not covered by tests

Check warning on line 522 in go/mysql/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/mysql/query.go#L522

Added line #L522 was not covered by tests

Check warning on line 525 in go/mysql/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/mysql/query.go#L525

Added line #L525 was not covered by tests

Check warning on line 416 in go/vt/mysqlctl/backupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/backupengine.go#L416

Added line #L416 was not covered by tests

Check warning on line 438 in go/vt/mysqlctl/backupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/backupengine.go#L438

Added line #L438 was not covered by tests

Check warning on line 452 in go/vt/mysqlctl/backupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/backupengine.go#L452

Added line #L452 was not covered by tests

Check warning on line 475 in go/vt/mysqlctl/backupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/backupengine.go#L461-L475

Added lines #L461 - L475 were not covered by tests

Check warning on line 481 in go/vt/mysqlctl/backupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/backupengine.go#L477-L481

Added lines #L477 - L481 were not covered by tests

Check warning on line 483 in go/vt/mysqlctl/backupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/backupengine.go#L483

Added line #L483 was not covered by tests

Check warning on line 253 in go/vt/mysqlctl/builtinbackupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/builtinbackupengine.go#L252-L253

Added lines #L252 - L253 were not covered by tests

Check warning on line 255 in go/vt/mysqlctl/builtinbackupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/builtinbackupengine.go#L255

Added line #L255 was not covered by tests

Check warning on line 267 in go/vt/mysqlctl/builtinbackupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/builtinbackupengine.go#L264-L267

Added lines #L264 - L267 were not covered by tests

Check warning on line 269 in go/vt/mysqlctl/builtinbackupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/builtinbackupengine.go#L269

Added line #L269 was not covered by tests

Check warning on line 273 in go/vt/mysqlctl/builtinbackupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/builtinbackupengine.go#L271-L273

Added lines #L271 - L273 were not covered by tests

Check warning on line 307 in go/vt/mysqlctl/builtinbackupengine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

go/vt/mysqlctl/builtinbackupengine.go#L298-L307

Added lines #L298 - L307 were not covered by tests