Skip to content

Tests fail with go 1.24.0 #338

Description

@aminvakil

Describe the bug

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions