tsconsensus: mark several of these tests as known flaky
Updates https://github.com/tailscale/tailscale/issues/15627 Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
@@ -251,6 +251,7 @@ func warnLogConfig() Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestStart(t *testing.T) {
|
func TestStart(t *testing.T) {
|
||||||
|
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/15627")
|
||||||
testConfig(t)
|
testConfig(t)
|
||||||
control, controlURL := startControl(t)
|
control, controlURL := startControl(t)
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
@@ -371,6 +372,7 @@ func createConsensusCluster(t testing.TB, ctx context.Context, clusterTag string
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestApply(t *testing.T) {
|
func TestApply(t *testing.T) {
|
||||||
|
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/15627")
|
||||||
testConfig(t)
|
testConfig(t)
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
clusterTag := "tag:whatever"
|
clusterTag := "tag:whatever"
|
||||||
@@ -435,6 +437,7 @@ func assertCommandsWorkOnAnyNode(t testing.TB, participants []*participant) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestConfig(t *testing.T) {
|
func TestConfig(t *testing.T) {
|
||||||
|
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/15627")
|
||||||
testConfig(t)
|
testConfig(t)
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
clusterTag := "tag:whatever"
|
clusterTag := "tag:whatever"
|
||||||
@@ -474,6 +477,7 @@ func TestConfig(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestFollowerFailover(t *testing.T) {
|
func TestFollowerFailover(t *testing.T) {
|
||||||
|
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/15627")
|
||||||
testConfig(t)
|
testConfig(t)
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
clusterTag := "tag:whatever"
|
clusterTag := "tag:whatever"
|
||||||
@@ -545,6 +549,7 @@ func TestFollowerFailover(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestRejoin(t *testing.T) {
|
func TestRejoin(t *testing.T) {
|
||||||
|
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/15627")
|
||||||
testConfig(t)
|
testConfig(t)
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
clusterTag := "tag:whatever"
|
clusterTag := "tag:whatever"
|
||||||
|
|||||||
Reference in New Issue
Block a user