Skip to content

struggling to invalid result for vercel/schema.json when doing mutation testing #878

@awalterschulze

Description

@awalterschulze

Similar to issue #874
Blaze does not invalidate this schema correctly

There are other schemas where Blaze does well, but this one only Blaze fails to invalidate:

The schema is vercel/schema.json

mutated invalid

{"buildCommand":"","installCommand":"","outputDirectory":"build","routes":[{"F3d13Na6hA9ThzE63y5L5yTjqT4GF202c":"filesystem","handle":"filesystem"},{"dest":"/shimmer/404.html","src":"/shimmer/(.*)","status":404},{"dest":"/next/404.html","src":"/next/(.*)","status":404},{"dest":"/404.html","src":"/(.*)","status":404}]}

The original valid

{"routes": [{"handle": "filesystem"}, {"src": "/shimmer/(.*)", "status": 404, "dest": "/shimmer/404.html"}, {"src": "/next/(.*)", "status": 404, "dest": "/next/404.html"}, {"src": "/(.*)", "status": 404, "dest": "/404.html"}], "outputDirectory": "build", "installCommand": "", "buildCommand": ""}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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