Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go/vt/vttablet/tabletserver/connpool/dbconn.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
querypb "vitess.io/vitess/go/vt/proto/query"
)

// BinlogFormat is used for for specifying the binlog format.
// BinlogFormat is used for specifying the binlog format.
type BinlogFormat int

// The following constants specify the possible binlog format values.
Expand Down
2 changes: 1 addition & 1 deletion test/base_sharding.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def check_throttler_service_configuration(self, throttler_server, names):
auto_log=True, trap_output=True)
for name in names:
# The max should be set and have a non-zero value.
# We test only the the first field 'target_replication_lag_sec'.
# We test only the first field 'target_replication_lag_sec'.
self.assertIn('| %s | target_replication_lag_sec:12345 ' % (name), stdout)
# protobuf omits fields with a zero value in the text output.
self.assertNotIn('ignore_n_slowest_replicas', stdout)
Expand Down