You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with upgrading to go 1.24.0 go test is failing with this:
# [go.ddosify.com/ddosify/core/scenario]
core/scenario/service_test.go:605:6: TestnewSleeper has malformed name: first letter after 'Test' must not be lowercase
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/getanteon/anteon
cd anteon/ddosify_engine/
mkdir -p build
go build -o build .
go test ./...
Expected behavior
PASS all tests
System (please complete the following information):
OS: Arch Linux
Anteon Version latest git commit
The text was updated successfully, but these errors were encountered:
Describe the bug
Starting with upgrading to go 1.24.0
go test
is failing with this:To Reproduce
Steps to reproduce the behavior:
Expected behavior
PASS all tests
System (please complete the following information):
The text was updated successfully, but these errors were encountered: