Skip to content

fix: module context should be immutable #3498

fix: module context should be immutable

fix: module context should be immutable #3498

Triggered via pull request May 3, 2024 05:28
Status Failure
Total duration 2m 11s
Artifacts

ci.yml

on: pull_request
Matrix: Integration Tests / integration
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Test Go: go-runtime/modulecontext/from_environment_test.go#L46
=== RUN TestFromEnvironment hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /tmp/TestFromEnvironment1371402756/001/.git/ go-runtime/modulecontext/from_environment_test.go:46: Expected values to be equal: }, Databases: []*ftlv1.ModuleContextResponse_DSN{ { - Name: "echo", + Name: "ECHO", Dsn: "***localhost:5432/echo", }, }, --- FAIL: TestFromEnvironment (0.02s)
Test Go
Process completed with exit code 1.