feat: migrate enums to new extractor #5172
Annotations
2 errors
buildengine/build_go_test.go#L116
=== RUN TestGeneratedTypeRegistry
debug: Generating module stubs
trace: exec: cd /tmp/TestGeneratedTypeRegistry2230035928/001/.ftl/go/modules/another && go mod tidy
debug: go: finding module for package github.com/TBD54566975/ftl/go-runtime/ftl/reflection
debug: go: found github.com/TBD54566975/ftl/go-runtime/ftl/reflection in github.com/TBD54566975/ftl v0.285.4
debug: go: downloading github.com/stretchr/testify v1.8.2
info:other: Building module
debug:other: Extracting schema
debug:other: Generating main module
debug:other: Tidying go.mod files
trace:other: exec: cd buildengine/testdata/other && go mod tidy
trace:other: exec: cd buildengine/testdata/other/.ftl/go/main && go mod tidy
debug:other: go: found github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/ftlv1connect in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: go: found github.com/TBD54566975/ftl/common/plugin in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: go: found github.com/TBD54566975/ftl/go-runtime/ftl/reflection in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: go: found github.com/TBD54566975/ftl/go-runtime/server in github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
debug:other: Compiling
trace:other: exec: cd buildengine/testdata/other/.ftl/go/main && go build -o ../../main .
info:other: Module built (4.35s)
buildengine/build_go_test.go:116: Expected values to be equal:
*new(other.MyBytes),
*new(other.MyFloat),
*new(other.MyInt),
- *new(other.MyTime),
*new(other.MyList),
*new(other.MyMap),
+ *new(other.MyOption),
*new(other.MyString),
*new(other.MyStruct),
- *new(other.MyOption),
+ *new(other.MyTime),
*new(other.MyUnit),
),
)
--- FAIL: TestGeneratedTypeRegistry (4.70s)
|
|
This job failed
Loading