e2e #1475
Annotations
5 errors
e2e/wrapperSdkSourceId.spec.ts > e2e/wrapper-sdk-source-id-and-version > evaluation event:
e2e/wrapperSdkSourceId.spec.ts#L88
Error: Test timed out in 15000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ e2e/wrapperSdkSourceId.spec.ts:88:2
|
e2e/wrapperSdkSourceId.spec.ts > e2e/wrapper-sdk-source-id-and-version > goal event:
e2e/wrapperSdkSourceId.spec.ts#L64
Error: Test timed out in 15000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ e2e/wrapperSdkSourceId.spec.ts:64:2
|
e2e/events.spec.ts > e2e/events > MetricsEvent > Timeout:
src/internal/remote/post.ts#L27
TimeoutException: Timeout Error
❯ src/internal/remote/post.ts:27:14
❯ postInternal src/internal/remote/post.ts:17:17
❯ ApiClientImpl.getEvaluations src/internal/remote/ApiClient.ts:50:18
❯ EvaluationInteractor.fetch src/internal/evaluation/EvaluationInteractor.ts:38:19
❯ BKTClientImpl.fetchEvaluationsInternal src/BKTClient.ts:302:19
❯ e2e/events.spec.ts:54:4
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { timeoutMillis: 5000 }
|
e2e/events.spec.ts > e2e/events > MetricsEvent > Using a random string in the featureTag setting should not affect api request:
src/internal/remote/post.ts#L27
TimeoutException: Timeout Error
❯ src/internal/remote/post.ts:27:14
❯ postInternal src/internal/remote/post.ts:17:17
❯ ApiClientImpl.getEvaluations src/internal/remote/ApiClient.ts:50:18
❯ EvaluationInteractor.fetch src/internal/evaluation/EvaluationInteractor.ts:38:19
❯ BKTClientImpl.fetchEvaluationsInternal src/BKTClient.ts:302:19
❯ e2e/events.spec.ts:54:4
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { timeoutMillis: 5000 }
|
e2e/events.spec.ts > e2e/events > MetricsEvent > Using a random string in the api key setting should throw Forbidden:
e2e/events.spec.ts#L201
AssertionError: expected error to be instance of ForbiddenException
- Expected:
[Function ForbiddenException]
+ Received:
TimeoutException {
"message": "Timeout Error",
"name": "TimeoutException",
"type": "type.googleapis.com/bucketeer.event.client.TimeoutErrorMetricsEvent",
"timeoutMillis": 5000,
}
❯ e2e/events.spec.ts:201:6
|