DB
Size: a a a
DB
GG
DB
Building
mvn package to build.
DB
GG
GG
Step 15/30 : RUN service postgresql start && GOOS=linux GOARCH=amd64 go test -v ./...
---> Running in 2f3e1a1448c9
Starting PostgreSQL 11 database server: main.
time="2019-11-29T20:51:44Z" level=info msg="About applying user migration 0"
time="2019-11-29T20:51:44Z" level=info msg=" Migrating 00_permissions"
time="2019-11-29T20:51:45Z" level=info msg=" Migrating 01_users"
time="2019-11-29T20:51:45Z" level=info msg=" Migrating 02_groups"
=== RUN TestCreateDeleteUserExpectedOk
--- FAIL: TestCreateDeleteUserExpectedOk (0.02s)
user_test.go:52: Error on select: sql: Scan error on column index 4, name "attributes": unsupported Scan, storing driver.Value type []uint8 into type *map[string]interface {}
=== RUN TestCreateDeleteUserExpectedFail
--- PASS: TestCreateDeleteUserExpectedFail (0.00s)
GG
GG
GG
Starting PostgreSQL 11 database server: main.
GG
GG
GG
GG