full-book-15949
04/02/2025, 5:05 PMcd session; go test -tags sqlite -short .
bland-eye-99092
04/02/2025, 10:33 PMfull-book-15949
04/03/2025, 3:14 PMaran@Mac kratos % git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
aran@Mac kratos % git pull
Already up to date.
aran@Mac kratos % cd session; go test -tags sqlite -short .
time=2025-04-03T08:10:57-07:00 level=warning msg=Migration has requested running outside a transaction. Proceed with caution. audience=application migration_file=migrations/sql/20241029153900000001_identities.autocommit.up.sql migration_name=identities service_name= service_version= version=20241029153900000001
time=2025-04-03T08:10:57-07:00
<snip>
level=warning msg=Migration has requested running outside a transaction. Proceed with caution. audience=application migration_file=migrations/sql/20241108105000000001_index_cleanup.autocommit.up.sql migration_name=index_cleanup service_name= service_version= version=20241108105000000001
--- FAIL: TestHandlerAdminSessionManagement (1.02s)
--- FAIL: TestHandlerAdminSessionManagement/case=should_return_pagination_headers_on_list_response (0.00s)
--- FAIL: TestHandlerAdminSessionManagement/case=should_return_pagination_headers_on_list_response/active="true" (0.00s)
handler_test.go:839:
Error Trace: /Users/aran/Projects/kratos/session/handler_test.go:839
Error: elements differ
extra elements in list A:
([]interface {}) (len=2) {
(uuid.UUID) (len=16) {
00000000 c9 0d ad cf 5d 90 46 43 9b 99 47 9e 71 6c e9 ec |....].FC..G.ql..|
},
(uuid.UUID) (len=16) {
00000000 7a bb bd 87 8a 00 44 24 92 6c b7 93 d0 f6 cf c4 |z.....D$.l......|
}
}
listA:
([]uuid.UUID) (len=2) {
(uuid.UUID) (len=16) {
00000000 c9 0d ad cf 5d 90 46 43 9b 99 47 9e 71 6c e9 ec |....].FC..G.ql..|
},
(uuid.UUID) (len=16) {
00000000 7a bb bd 87 8a 00 44 24 92 6c b7 93 d0 f6 cf c4 |z.....D$.l......|
}
}
listB:
([]uuid.UUID) {
}
Test: TestHandlerAdminSessionManagement/case=should_return_pagination_headers_on_list_response/active="true"
--- FAIL: TestHandlerAdminSessionManagement/case=should_return_pagination_headers_on_list_response/active="false" (0.00s)
handler_test.go:839:
Error Trace: /Users/aran/Projects/kratos/session/handler_test.go:839
Error: elements differ
extra elements in list B:
([]interface {}) (len=2) {
(uuid.UUID) (len=16) {
00000000 7a bb bd 87 8a 00 44 24 92 6c b7 93 d0 f6 cf c4 |z.....D$.l......|
},
(uuid.UUID) (len=16) {
00000000 c9 0d ad cf 5d 90 46 43 9b 99 47 9e 71 6c e9 ec |....].FC..G.ql..|
}
}
listA:
([]uuid.UUID) (len=3) {
(uuid.UUID) (len=16) {
00000000 76 49 7b 75 31 3a 48 8b a0 9b b3 99 86 c2 12 ae |vI{u1:H.........|
},
(uuid.UUID) (len=16) {
00000000 d8 c9 e8 de 69 59 40 73 be fc 68 87 1a da 2a 85 |....iY@s..h...*.|
},
(uuid.UUID) (len=16) {
00000000 61 37 fd f1 d2 be 4e 15 94 66 c4 ac c1 35 a0 99 |a7....N..f...5..|
}
}
listB:
([]uuid.UUID) (len=5) {
(uuid.UUID) (len=16) {
00000000 61 37 fd f1 d2 be 4e 15 94 66 c4 ac c1 35 a0 99 |a7....N..f...5..|
},
(uuid.UUID) (len=16) {
00000000 d8 c9 e8 de 69 59 40 73 be fc 68 87 1a da 2a 85 |....iY@s..h...*.|
},
(uuid.UUID) (len=16) {
00000000 76 49 7b 75 31 3a 48 8b a0 9b b3 99 86 c2 12 ae |vI{u1:H.........|
},
(uuid.UUID) (len=16) {
00000000 7a bb bd 87 8a 00 44 24 92 6c b7 93 d0 f6 cf c4 |z.....D$.l......|
},
(uuid.UUID) (len=16) {
00000000 c9 0d ad cf 5d 90 46 43 9b 99 47 9e 71 6c e9 ec |....].FC..G.ql..|
}
}
Test: TestHandlerAdminSessionManagement/case=should_return_pagination_headers_on_list_response/active="false"
time=2025-04-03T08:11:03-07:00 level=warning msg=Migration has requested running outside a transaction. Proceed with caution. audience=application migration_file=migrations/sql/20241029153900000001_identities.autocommit.up.sql migration_name=identities service_name= service_version= version=20241029153900000001
time=2025-04-03T08:11:03-07:00
<snip>
level=warning msg=Migration has requested running outside a transaction. Proceed with caution. audience=application migration_file=migrations/sql/20241108105000000001_index_cleanup.autocommit.up.sql migration_name=index_cleanup service_name= service_version= version=20241108105000000001
FAIL
FAIL <http://github.com/ory/kratos/session|github.com/ory/kratos/session> 39.500s
FAIL
aran@Mac session % git rev-parse --short HEAD
ef2ad4445
bland-eye-99092
04/03/2025, 3:18 PMfull-book-15949
04/03/2025, 8:17 PMgo version go1.24.1 darwin/arm64
refined-kangaroo-48640
04/17/2025, 9:18 AM$ go test -tags sqlite -short .
ok <http://github.com/ory/kratos/session|github.com/ory/kratos/session> 49.602s
$ git rev-parse HEAD
d5e0f6fd73e317eb2f7ec20b2ddf84b5cb8f59f4
Do you still have this issue?full-book-15949
04/17/2025, 3:30 PMfull-book-15949
04/17/2025, 3:32 PMrefined-kangaroo-48640
04/18/2025, 1:03 PM