Skip to content

Add breaking change note for Send Email operation (#21804) #6

Add breaking change note for Send Email operation (#21804)

Add breaking change note for Send Email operation (#21804) #6

Triggered via push March 13, 2024 09:51
Status Failure
Total duration 1h 0m 30s
Artifacts

blackbox.yml

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

Annotations

54 errors
cockroachdb
Process completed with exit code 1.
mssql
Process completed with exit code 1.
tests/common/logger/redact.test.ts > Logger Redact Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > Admin User > sqlite3: tests/blackbox/tests/common/logger/redact.test.ts#L110
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/common/logger/redact.test.ts:110:36
tests/common/logger/redact.test.ts > Logger Redact Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > App Access User > sqlite3: tests/blackbox/tests/common/logger/redact.test.ts#L110
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/common/logger/redact.test.ts:110:36
tests/common/logger/redact.test.ts > Logger Redact Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > API Only User > sqlite3: tests/blackbox/tests/common/logger/redact.test.ts#L110
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/common/logger/redact.test.ts:110:36
tests/common/logger/redact.test.ts > Logger Redact Tests > POST /refresh > refreshes with refresh_token in the body > for cookie mode > No-Role User > sqlite3: tests/blackbox/tests/common/logger/redact.test.ts#L110
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/common/logger/redact.test.ts:110:36
tests/common/logger/redact.test.ts > Logger Redact Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > Admin User > sqlite3: tests/blackbox/tests/common/logger/redact.test.ts#L223
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/common/logger/redact.test.ts:223:36
tests/common/logger/redact.test.ts > Logger Redact Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > App Access User > sqlite3: tests/blackbox/tests/common/logger/redact.test.ts#L223
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/common/logger/redact.test.ts:223:36
tests/common/logger/redact.test.ts > Logger Redact Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > API Only User > sqlite3: tests/blackbox/tests/common/logger/redact.test.ts#L223
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/common/logger/redact.test.ts:223:36
tests/common/logger/redact.test.ts > Logger Redact Tests > POST /refresh > refreshes with refresh_token in the cookie > for json mode > No-Role User > sqlite3: tests/blackbox/tests/common/logger/redact.test.ts#L223
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/common/logger/redact.test.ts:223:36
tests/common/logger/redact.test.ts > Logger Redact Tests > POST /refresh > refreshes with refresh_token in the cookie > for cookie mode > Admin User > sqlite3: tests/blackbox/tests/common/logger/redact.test.ts#L254
AssertionError: expected { data: { auth_refresh: { …(3) } } } to match object { data: { auth_refresh: { …(3) } } } - Expected + Received Object { "data": Object { "auth_refresh": Object { "access_token": Any<String>, "expires": Any<String>, - "refresh_token": Any<String>, + "refresh_token": null, }, }, } ❯ tests/common/logger/redact.test.ts:254:33
tests/common/logger/redact.test.ts > Logger Redact Tests > POST /refresh > refreshes with refresh_token in the cookie > for cookie mode > App Access User > sqlite3: tests/blackbox/tests/common/logger/redact.test.ts#L254
AssertionError: expected { data: { auth_refresh: { …(3) } } } to match object { data: { auth_refresh: { …(3) } } } - Expected + Received Object { "data": Object { "auth_refresh": Object { "access_token": Any<String>, "expires": Any<String>, - "refresh_token": Any<String>, + "refresh_token": null, }, }, } ❯ tests/common/logger/redact.test.ts:254:33
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 > 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 > 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 > mysql: 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 > mysql: 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 > mysql: 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 > mysql: 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 > mysql: 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 > mysql: 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 > mysql: 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 > mysql: 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 > mysql: 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 > mysql: 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 38 has exceeded the maximum execution time of 60 minutes.
maria
The operation was canceled.