1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-22 11:25:59 +00:00

🎄 Spread holiday cheer — Merry Christmas from Iris

This commit is contained in:
Gerasimos (Makis) Maropoulos
2025-12-25 11:07:12 +02:00
parent d1a623769d
commit 30c1c6b10e
63 changed files with 2499 additions and 2579 deletions

View File

@@ -12,6 +12,7 @@ import (
"strings"
"sync"
"testing"
"time"
"github.com/iris-contrib/httpexpect/v2"
)
@@ -97,6 +98,7 @@ func testSupervisor(t *testing.T, creator func(*http.Server, []func(TaskHost)) *
// WARNING: Data Race here because we try to read the logs
// but it's "safe" here.
time.Sleep(500 * time.Millisecond) // wait a bit
// testing Task (recorded) message:
mu.RLock()