certinel
certinel copied to clipboard
test(ticker): verify with Go 1.25 synctest
Go 1.25 introduces the "testing/synctest" package to test concurrent code. Part of the new synctest behavior is a "time bubble" where time is moved forward whenever all goroutines in the bubble are "durably blocked" to the next point that would unblock a goroutine.