#main telemetry test failures
1 messages · Page 1 of 1 (latest)
it looks like the dagql/idtui telemetry test failures:
-│ ┆ directory: Directory.withFile(
+│ ┆ source: Directory.withFile(
and
testctx.go:197: assertion failed:
--- expected
+++ actual
@@ -18,4 +18,8 @@
▼ .traceRemoteFunctionCalls: Void X.Xs
├╴✔ versioned: Versioned! X.Xs
+├╴▼ .hello: String! X.Xs
+│ ┃ version 3
+│
+├╴✔ versionedGit: VersionedGit! X.Xs
╰╴▼ .hello: String! X.Xs
┃ version 3
started before my merge in https://github.com/dagger/dagger/pull/11215
and I suspect my PR didn't have this when the tests were running
GitHub
fixes an issue when the module source is a git@... url, where the ref
parsing would produce some incorrect information
Signed-off-by: Marcos Lilljedahl marcosnils@gmail.com
main telemetry test failures
"engineVersion": "v0.18.12", was updated to "engineVersion": "v0.19.2",, which explains the case where directory was renamed to source.
I'll open a PR to update the expected results.