Skip to content

add api-logs-limit flag #404

add api-logs-limit flag

add api-logs-limit flag #404

Triggered via pull request June 24, 2024 06:55
Status Failure
Total duration 4m 25s
Artifacts 2

on-pull-request.yaml

on: pull_request
E2E Tests  /  Build Docker image
1m 36s
E2E Tests / Build Docker image
Run Unit Tests  /  test_coverage
2m 7s
Run Unit Tests / test_coverage
License Check  /  license-check
32s
License Check / license-check
Lint  /  golangci-lint
1m 12s
Lint / golangci-lint
Go Module Check  /  ensure go mod is tidy
10s
Go Module Check / ensure go mod is tidy
Test Docker Publish  /  Build and Push Docker Image
1m 29s
Test Docker Publish / Build and Push Docker Image
Matrix: Run Unit Tests / unit_tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
POST /logs/transfers › should find a log with all parameters set: test/thorest-api/logs/query-transfers.test.ts#L49
Custom message: Transfer event should be found expect(received).toBeDefined() Received: undefined at Object.toBeDefined (test/thorest-api/logs/query-transfers.test.ts:49:63)
POST /logs/transfers › query by "range" › should be able set the range to null: test/thorest-api/logs/query-transfers.test.ts#L104
Custom message: API response should be a success expect(received).toBeTrue() Expected value to be true: true Received: false at toBeTrue (test/thorest-api/logs/query-transfers.test.ts:104:70) at Object.<anonymous> (test/thorest-api/logs/query-transfers.test.ts:124:13)
POST /logs/transfers › query by "range" › should be able to omit the "from" field: test/thorest-api/logs/query-transfers.test.ts#L104
Custom message: API response should be a success expect(received).toBeTrue() Expected value to be true: true Received: false at toBeTrue (test/thorest-api/logs/query-transfers.test.ts:104:70) at Object.<anonymous> (test/thorest-api/logs/query-transfers.test.ts:131:13)
POST /logs/transfers › query by "range" › should be able to omit the "to" field: test/thorest-api/logs/query-transfers.test.ts#L104
Custom message: API response should be a success expect(received).toBeTrue() Expected value to be true: true Received: false at toBeTrue (test/thorest-api/logs/query-transfers.test.ts:104:70) at Object.<anonymous> (test/thorest-api/logs/query-transfers.test.ts:141:13)
POST /logs/transfers › query by "range" › should be omit the "unit" field: test/thorest-api/logs/query-transfers.test.ts#L104
Custom message: API response should be a success expect(received).toBeTrue() Expected value to be true: true Received: false at toBeTrue (test/thorest-api/logs/query-transfers.test.ts:104:70) at Object.<anonymous> (test/thorest-api/logs/query-transfers.test.ts:151:13)
POST /logs/transfers › query by "range" › should be able query by time: test/thorest-api/logs/query-transfers.test.ts#L104
Custom message: API response should be a success expect(received).toBeTrue() Expected value to be true: true Received: false at toBeTrue (test/thorest-api/logs/query-transfers.test.ts:104:70) at Object.<anonymous> (test/thorest-api/logs/query-transfers.test.ts:161:13)
POST /logs/transfers › query by "range" › should be able query by block: test/thorest-api/logs/query-transfers.test.ts#L104
Custom message: API response should be a success expect(received).toBeTrue() Expected value to be true: true Received: false at toBeTrue (test/thorest-api/logs/query-transfers.test.ts:104:70) at Object.<anonymous> (test/thorest-api/logs/query-transfers.test.ts:172:13)
POST /logs/transfers › query by "options" › should be able to omit the "offset" field: test/thorest-api/logs/query-transfers.test.ts#L104
Custom message: API response should be a success expect(received).toBeTrue() Expected value to be true: true Received: false at toBeTrue (test/thorest-api/logs/query-transfers.test.ts:104:70) at Object.<anonymous> (test/thorest-api/logs/query-transfers.test.ts:192:13)
POST /logs/transfers › query by "options" › should have no maximum "limit": test/thorest-api/logs/query-transfers.test.ts#L231
Custom message: API response should be a success expect(received).toBeTrue() Expected value to be true: true Received: false at Object.toBeTrue (test/thorest-api/logs/query-transfers.test.ts:231:15)
POST /logs/transfers › query by "criteriaSet" › should be able query by "sender": test/thorest-api/logs/query-transfers.test.ts#L104
Custom message: API response should be a success expect(received).toBeTrue() Expected value to be true: true Received: false at toBeTrue (test/thorest-api/logs/query-transfers.test.ts:104:70) at Object.<anonymous> (test/thorest-api/logs/query-transfers.test.ts:317:13)
Go Module Check / ensure go mod is tidy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
License Check / license-check
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
Run Unit Tests / unit_tests (1.22.x, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Unit Tests / unit_tests (1.19.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Unit Tests / unit_tests (1.20.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Unit Tests / unit_tests (1.21.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint / golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Unit Tests / unit_tests (1.22.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Unit Tests / test_coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Unit Tests / unit_tests (1.22.x, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
e2e-test-results-746f9e2d6474402eef89c0f33c9fe0a7aa6462a9
3.9 KB
vechain-thor-image-746f9e2d6474402eef89c0f33c9fe0a7aa6462a9
32 MB