Skip to content

Improve clarity (#22511) #8

Improve clarity (#22511)

Improve clarity (#22511) #8

Triggered via push May 20, 2024 15:48
Status Failure
Total duration 1h 0m 26s
Artifacts

blackbox.yml

on: push
Matrix: db
Fit to window
Zoom out
Zoom in

Annotations

45 errors
mysql
Process completed with exit code 1.
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > Admin User > sqlite3: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > App Access User > sqlite3: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > API Only User > sqlite3: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > No-Role User > sqlite3: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > Admin User > sqlite3: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > App Access User > sqlite3: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > API Only User > sqlite3: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > No-Role User > sqlite3: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > Admin User > sqlite3: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L164
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:164:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > App Access User > sqlite3: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L164
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:164:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > Admin User > postgres: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > App Access User > postgres: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > API Only User > postgres: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > No-Role User > postgres: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > Admin User > postgres: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > App Access User > postgres: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > API Only User > postgres: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > No-Role User > postgres: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > Admin User > postgres: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L164
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:164:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > App Access User > postgres: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L164
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:164:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > Admin User > oracle: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > App Access User > oracle: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > API Only User > oracle: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > No-Role User > oracle: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > Admin User > oracle: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > App Access User > oracle: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > API Only User > oracle: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > No-Role User > oracle: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > Admin User > oracle: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L164
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:164:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > App Access User > oracle: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L164
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:164:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > Admin User > mssql: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > App Access User > mssql: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > API Only User > mssql: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > No-Role User > mssql: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > Admin User > mssql: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > App Access User > mssql: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > API Only User > mssql: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the body > for session mode > No-Role User > mssql: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:63:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > Admin User > mssql: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L164
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:164:36
tests/db/routes/auth/refresh.test.ts > Authentication Refresh Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > App Access User > mssql: tests/blackbox/tests/db/routes/auth/refresh.test.ts#L164
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/db/routes/auth/refresh.test.ts:164:36
maria
The job running on runner GitHub Actions 16 has exceeded the maximum execution time of 60 minutes.
maria
The operation was canceled.
cockroachdb
The job running on runner GitHub Actions 39 has exceeded the maximum execution time of 60 minutes.
cockroachdb
The operation was canceled.