mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-24 03:48:58 +00:00
Compare commits
1 Commits
tparallel-
...
parallel-n
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3fc45ea1ee |
@@ -122,8 +122,9 @@ func TestPingAllByHostname(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestTaildrop(t *testing.T) {
|
func TestTaildrop(t *testing.T) { // nolint
|
||||||
IntegrationSkip(t)
|
IntegrationSkip(t)
|
||||||
|
t.Parallel() // nolint
|
||||||
|
|
||||||
retry := func(times int, sleepInverval time.Duration, doWork func() error) error {
|
retry := func(times int, sleepInverval time.Duration, doWork func() error) error {
|
||||||
var err error
|
var err error
|
||||||
|
@@ -21,8 +21,9 @@ func IntegrationSkip(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestHeadscale(t *testing.T) {
|
func TestHeadscale(t *testing.T) { // nolint
|
||||||
IntegrationSkip(t)
|
IntegrationSkip(t)
|
||||||
|
t.Parallel()
|
||||||
|
|
||||||
var err error
|
var err error
|
||||||
|
|
||||||
@@ -69,8 +70,9 @@ func TestHeadscale(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestCreateTailscale(t *testing.T) {
|
func TestCreateTailscale(t *testing.T) { // nolint
|
||||||
IntegrationSkip(t)
|
IntegrationSkip(t)
|
||||||
|
t.Parallel()
|
||||||
|
|
||||||
namespace := "only-create-containers"
|
namespace := "only-create-containers"
|
||||||
|
|
||||||
@@ -102,8 +104,9 @@ func TestCreateTailscale(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestTailscaleNodesJoiningHeadcale(t *testing.T) {
|
func TestTailscaleNodesJoiningHeadcale(t *testing.T) { // nolint
|
||||||
IntegrationSkip(t)
|
IntegrationSkip(t)
|
||||||
|
t.Parallel()
|
||||||
|
|
||||||
var err error
|
var err error
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user