Skip to content

feat: Script and HasIsland available at multiple runtimes with AsyncLocalStorage #334

feat: Script and HasIsland available at multiple runtimes with AsyncLocalStorage

feat: Script and HasIsland available at multiple runtimes with AsyncLocalStorage #334

Triggered via pull request May 4, 2024 21:23
Status Failure
Total duration 2m 14s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors
test-integration/apps.test.ts > With preserved > Should return 200 response - /: test-integration/apps.test.ts#L271
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:271:24
test-integration/apps.test.ts > With preserved > Should return 404 response - /foo: test-integration/apps.test.ts#L279
AssertionError: expected 500 to be 404 // Object.is equality - Expected + Received - 404 + 500 ❯ test-integration/apps.test.ts:279:24
test-integration/apps.test.ts > With preserved > Should return 200 response - /about/me: test-integration/apps.test.ts#L287
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:287:24
test-integration/apps.test.ts > With preserved > Should return 200 response - /interaction: test-integration/apps.test.ts#L305
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:305:24
test-integration/apps.test.ts > With preserved > Should return 200 response - /interaction/nested: test-integration/apps.test.ts#L314
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:314:24
test-integration/apps.test.ts > With preserved > Should return 200 response - /directory: test-integration/apps.test.ts#L343
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:343:24
test-integration/apps.test.ts > With preserved > Should return 500 response - /throw_error: test-integration/apps.test.ts#L353
AssertionError: expected 'Internal Server Error' to be '<!DOCTYPE html><html><head><title>Int…' // Object.is equality - Expected + Received - <!DOCTYPE html><html><head><title>Internal Server Error</title></head><body><h1>Custom Error Message: Foo</h1></body></html> + Internal Server Error ❯ test-integration/apps.test.ts:353:30
test-integration/apps.test.ts > <Script /> component > default > Should convert the script path correctly: test-integration/apps.test.ts#L512
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:512:26
test-integration/apps.test.ts > <Script /> component > default > Should convert the script path correctly - With `app = new Hono()` style: test-integration/apps.test.ts#L520
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:520:26
test-integration/apps.test.ts > <Script /> component > With async > Should convert the script path correctly: test-integration/apps.test.ts#L540
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:540:26
test-integration/apps.test.ts > With preserved > Should return 200 response - /: test-integration/apps.test.ts#L271
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:271:24
test-integration/apps.test.ts > With preserved > Should return 404 response - /foo: test-integration/apps.test.ts#L279
AssertionError: expected 500 to be 404 // Object.is equality - Expected + Received - 404 + 500 ❯ test-integration/apps.test.ts:279:24
test-integration/apps.test.ts > With preserved > Should return 200 response - /about/me: test-integration/apps.test.ts#L287
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:287:24
test-integration/apps.test.ts > With preserved > Should return 200 response - /interaction: test-integration/apps.test.ts#L305
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:305:24
test-integration/apps.test.ts > With preserved > Should return 200 response - /interaction/nested: test-integration/apps.test.ts#L314
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:314:24
test-integration/apps.test.ts > With preserved > Should return 200 response - /directory: test-integration/apps.test.ts#L343
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:343:24
test-integration/apps.test.ts > With preserved > Should return 500 response - /throw_error: test-integration/apps.test.ts#L353
AssertionError: expected 'Internal Server Error' to be '<!DOCTYPE html><html><head><title>Int…' // Object.is equality - Expected + Received - <!DOCTYPE html><html><head><title>Internal Server Error</title></head><body><h1>Custom Error Message: Foo</h1></body></html> + Internal Server Error ❯ test-integration/apps.test.ts:353:30
test-integration/apps.test.ts > <Script /> component > default > Should convert the script path correctly: test-integration/apps.test.ts#L512
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:512:26
test-integration/apps.test.ts > <Script /> component > default > Should convert the script path correctly - With `app = new Hono()` style: test-integration/apps.test.ts#L520
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:520:26
test-integration/apps.test.ts > <Script /> component > With async > Should convert the script path correctly: test-integration/apps.test.ts#L540
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test-integration/apps.test.ts:540:26