Skip to content

Commit

Permalink
Cherry-pick 888df92 with conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
vitess-bot[bot] committed Jul 18, 2023
1 parent 6b38810 commit 62e7e35
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions go/test/endtoend/vtorc/primaryfailure/primary_failure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,19 @@ import (
func TestDownPrimary(t *testing.T) {
defer utils.PrintVTOrcLogsOnFailure(t, clusterInfo.ClusterInstance)
defer cluster.PanicHandler(t)
<<<<<<< HEAD

Check failure on line 37 in go/test/endtoend/vtorc/primaryfailure/primary_failure_test.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

expected statement, found '<<'
<<<<<<< HEAD
utils.SetupVttabletsAndVTOrcs(t, clusterInfo, 2, 1, nil, cluster.VTOrcConfiguration{
=======
=======
>>>>>>> 888df9228e (Fix flakiness in VTOrc tests (#13489))

Check failure on line 42 in go/test/endtoend/vtorc/primaryfailure/primary_failure_test.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

illegal character U+0023 '#'
// We specify the --wait-replicas-timeout to a small value because we spawn a cross-cell replica later in the test.
// If that replica is more advanced than the same-cell-replica, then we try to promote the cross-cell replica as an intermediate source.
// If we don't specify a small value of --wait-replicas-timeout, then we would end up waiting for 30 seconds for the dead-primary to respond, failing this test.
utils.SetupVttabletsAndVTOrcs(t, clusterInfo, 2, 1, []string{"--remote_operation_timeout=10s", "--wait-replicas-timeout=5s"}, cluster.VTOrcConfiguration{
<<<<<<< HEAD
>>>>>>> 888df9228e (Fix flakiness in VTOrc tests (#13489))

Check failure on line 48 in go/test/endtoend/vtorc/primaryfailure/primary_failure_test.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

illegal character U+0023 '#'
=======
>>>>>>> 888df9228e (Fix flakiness in VTOrc tests (#13489))

Check failure on line 50 in go/test/endtoend/vtorc/primaryfailure/primary_failure_test.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

illegal character U+0023 '#'
PreventCrossDataCenterPrimaryFailover: true,
}, 1, "semi_sync")
Expand Down
3 changes: 3 additions & 0 deletions go/test/endtoend/vtorc/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -1000,4 +1000,7 @@ func PrintVTOrcLogsOnFailure(t *testing.T, clusterInstance *cluster.LocalProcess
log.Errorf("%s", string(content))
}
}
<<<<<<< HEAD
>>>>>>> 888df9228e (Fix flakiness in VTOrc tests (#13489))
=======
>>>>>>> 888df9228e (Fix flakiness in VTOrc tests (#13489))
3 changes: 3 additions & 0 deletions go/vt/vtorc/inst/instance_dao.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ func initializeInstanceDao() {
=======
forgetAliases = cache.New(time.Duration(config.Config.InstancePollSeconds*3)*time.Second, time.Second)
cacheInitializationCompleted.Store(true)
<<<<<<< HEAD
>>>>>>> 888df9228e (Fix flakiness in VTOrc tests (#13489))

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Local example using consul on ubuntu-latest

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_ghost)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_godriver)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (topo_connection_cache)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Local example using etcd on ubuntu-latest

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Local example using k8s on ubuntu-latest

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream_stoponreshard_false)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_across_db_versions)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_unsharded)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (22)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtbackup_transform)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_basic)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtctlbackup_sharded_clustertest_heavy)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream_failover)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream_with_keyspaces_to_watch)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / test

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revertible) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream_stoponreshard_true)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_consul)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_multicell)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_singleton)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_declarative) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_declarative)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Region Sharding example using etcd on ubuntu-latest

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_singleton) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_v2)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_ghost) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revertible)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_cellalias)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (21)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Unit Test (Race)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql_server_vault)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler_custom_config)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / test

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / test

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery) mysql57

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New VTTablet

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E - Next Release

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual - Next Release

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries) Next Release

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old Vtctl

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema) Next Release

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New Vtctl

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

illegal character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

invalid character U+0023 '#'

Check failure on line 108 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

invalid character U+0023 '#'
=======
>>>>>>> 888df9228e (Fix flakiness in VTOrc tests (#13489))

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Local example using consul on ubuntu-latest

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_ghost)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_godriver)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (topo_connection_cache)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Local example using etcd on ubuntu-latest

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Local example using k8s on ubuntu-latest

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream_stoponreshard_false)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_across_db_versions)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_unsharded)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (22)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtbackup_transform)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_basic)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtctlbackup_sharded_clustertest_heavy)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream_failover)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_tablet_healthcheck_cache)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream_with_keyspaces_to_watch)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / test

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revertible) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vstream_stoponreshard_true)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_consul)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_multicell)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_singleton)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_declarative) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_declarative)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Region Sharding example using etcd on ubuntu-latest

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_singleton) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_tablegc) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_v2)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_migrate_vdiff2_convert_tz)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_ghost) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (schemadiff_vrepl)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revertible)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_suite) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vreplication_cellalias)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (21)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Unit Test (Race)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql_server_vault)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress_suite) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_vrepl_stress) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_throttler_custom_config)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_backup) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / test

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtorc) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_scheduler) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (onlineddl_revert) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / test

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (xb_recovery) mysql57

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New VTTablet

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E - Next Release

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - Manual - Next Release

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries) Next Release

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old Vtctl

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema) Next Release

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Backups - E2E

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent New Vtctl

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

illegal character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

invalid character U+0023 '#'

Check failure on line 110 in go/vt/vtorc/inst/instance_dao.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

invalid character U+0023 '#'
}

Expand Down
3 changes: 3 additions & 0 deletions go/vt/vtorc/inst/instance_dao_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -645,4 +645,7 @@ func waitForCacheInitialization() {
time.Sleep(100 * time.Millisecond)
}
}
<<<<<<< HEAD
>>>>>>> 888df9228e (Fix flakiness in VTOrc tests (#13489))
=======
>>>>>>> 888df9228e (Fix flakiness in VTOrc tests (#13489))

0 comments on commit 62e7e35

Please sign in to comment.