complete logic for all routes #752
Annotations
10 errors and 4 warnings
GET /registration/ › should retrieve registration:
jest.setup.ts#L53
thrown: "Exceeded timeout of 15000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at Object.<anonymous> (../jest.setup.ts:53:11)
|
GET /registration/ › should provide a not found error when registration does not exist:
jest.setup.ts#L53
thrown: "Exceeded timeout of 15000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at Object.<anonymous> (../jest.setup.ts:53:11)
|
GET /registration/userid/:USERID › should retrieve registration:
jest.setup.ts#L46
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:46:23)
at Object.<anonymous> (../jest.setup.ts:64:18)
|
GET /registration/userid/:USERID › should provide a forbidden error to non-staff user:
jest.setup.ts#L46
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:46:23)
at Object.<anonymous> (../jest.setup.ts:64:18)
|
GET /registration/userid/:USERID › should provide a not found error when registration does not exist:
jest.setup.ts#L46
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:46:23)
at Object.<anonymous> (../jest.setup.ts:64:18)
|
POST /registration/ › should create registration:
jest.setup.ts#L46
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:46:23)
at Object.<anonymous> (../jest.setup.ts:64:18)
|
POST /registration/ › should update registration:
jest.setup.ts#L46
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:46:23)
at Object.<anonymous> (../jest.setup.ts:64:18)
|
POST /registration/ › should provide bad request error when registration is invalid:
jest.setup.ts#L46
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:46:23)
at Object.<anonymous> (../jest.setup.ts:64:18)
|
POST /registration/ › should provide already submitted error when user has already submitted registration:
jest.setup.ts#L46
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:46:23)
at Object.<anonymous> (../jest.setup.ts:64:18)
|
POST /registration/submit/ › should submit registration:
jest.setup.ts#L46
Failed to create mongod server 25 times: Error: Download failed for url "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2404-6.0.9.tgz", Details:
Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'
List of available versions can be found here: https://www.mongodb.com/download-center/community/releases/archive
at makeMongod (../jest.setup.ts:46:23)
at Object.<anonymous> (../jest.setup.ts:64:18)
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|