fix(Response): single Content-Range
in http response
#9012
Annotations
12 errors
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
test/js/bun/http/serve.test.ts#L229
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:229:24)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
test/js/node/http/node-http.test.ts#L907
at /home/runner/work/bun/bun/test/js/node/http/node-http.test.ts:907:12
at emit (node:events:122:94)
at fetch (node:http:404:26)
|
test/js/third_party/prisma/prisma/postgres/client/runtime/library.js#L26
/home/runner/work/bun/bun/test/js/third_party/prisma/prisma.test.ts:50:16
47 test(
48 "CRUD basics",
49 async (prisma: PrismaClient, testId: number) => {
50 const user = await prisma.user.create(
error: Error validating datasource `db`: You must provide a nonempty URL. The environment variable `TLS_POSTGRES_DATABASE_URL` resolved to an empty string.
--> schema.prisma:12
|
11 | provider = "postgres"
12 | url = env("TLS_POSTGRES_DATABASE_URL")
|
Validation Error Count: 1
at new _ (/home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:26:1709)
at handleRequestError (/home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:122:7271)
at handleAndLogRequestError (/home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:122:6382)
at /home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:122:6102
at processTicksAndRejections (:61:76)
|
test/js/third_party/prisma/prisma/postgres/client/runtime/library.js#L26
/home/runner/work/bun/bun/test/js/third_party/prisma/prisma.test.ts:92:16
89 test(
90 "CRUD with relations",
91 async (prisma: PrismaClient, testId: number) => {
92 const user = await prisma.user.create(
error: Error validating datasource `db`: You must provide a nonempty URL. The environment variable `TLS_POSTGRES_DATABASE_URL` resolved to an empty string.
--> schema.prisma:12
|
11 | provider = "postgres"
12 | url = env("TLS_POSTGRES_DATABASE_URL")
|
Validation Error Count: 1
at new _ (/home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:26:1709)
at handleRequestError (/home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:122:7271)
at handleAndLogRequestError (/home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:122:6382)
at /home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:122:6102
at processTicksAndRejections (:61:76)
|
test/js/third_party/prisma/prisma/postgres/client/runtime/library.js#L26
/home/runner/work/bun/bun/test/js/third_party/prisma/prisma.test.ts:139:20
136 async (prisma: PrismaClient, testId: number) => {
137 const users = await Promise.all(
138 new Array(10).fill(0).map((_, i) =>
139 prisma.user.create(
error: Error validating datasource `db`: You must provide a nonempty URL. The environment variable `TLS_POSTGRES_DATABASE_URL` resolved to an empty string.
--> schema.prisma:12
|
11 | provider = "postgres"
12 | url = env("TLS_POSTGRES_DATABASE_URL")
|
Validation Error Count: 1
at new _ (/home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:26:1709)
at handleRequestError (/home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:122:7271)
at handleAndLogRequestError (/home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:122:6382)
at /home/runner/work/bun/bun/test/js/third_party/prisma/prisma/postgres/client/runtime/library.js:122:6102
at processTicksAndRejections (:61:76)
|
|
|
|
The logs for this run have expired and are no longer available.
Loading