fix: module context should be immutable #3498
ci.yml
on: pull_request
Integration Tests
/
prepare
Test Go
1m 59s
Test README
1m 17s
SQL
29s
Lint
1m 6s
Proto Breaking Change Check
6s
Console
57s
VSCode Extension
44s
Rebuild All
1m 10s
Matrix: Integration Tests / integration
Waiting for pending jobs
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.
|