grafana / thema

A CUE-based framework for portable, evolvable schema
Apache License 2.0
229 stars 12 forks source link

Fixes test results #189

Closed spinillos closed 1 year ago

spinillos commented 1 year ago

Tests were failing because they have invalid path in results 🤷🏼‍♀️

spinillos commented 1 year ago

If I fix lineage_test.go, vanilla_txtar.go fails 😂: drone link

spinillos commented 1 year ago

go test -v ./... works in local and CI, but lineage_test.go fails if you execute it independently

sdboyer commented 1 year ago

oh, ugh. i'm guessing that's relative path loading issues, given a different cwd when invoking go test from different subpaths within the repo, vs. invoking from repo root.

i'm not sure what changed to make this suddenly become a problem...seems like a good case for some git bisect

spinillos commented 1 year ago

I'm going to close it for now. I created that only to fix that test and it should be different 😅.