feat: extract type by node + add schema fuzz test #5354
Annotations
2 errors
buildengine/build_go_test.go#L41
=== RUN TestExternalType
debug: Generating module stubs
info:external: Building module
debug:external: Extracting schema
buildengine/build_go_test.go:41: Expected values to be equal:
[]*schema.Error{
{
- Msg: "unsupported type \"time.Month\" for field \"Month\"",
+ Msg: "unsupported external type \"time.Month\"; see FTL docs on using external types: tbd54566975.github.io/ftl/docs/reference/externaltypes/",
Level: schema.ErrorLevel(2),
},
{
- Msg: "unsupported external type \"time.Month\"; see FTL docs on using external types: tbd54566975.github.io/ftl/docs/reference/externaltypes/",
+ Msg: "unsupported type \"time.Month\" for field \"Month\"",
Level: schema.ErrorLevel(2),
},
{
--- FAIL: TestExternalType (0.53s)
|
|
This job failed
Loading