add api-logs-limit flag #394
on-pull-request.yaml
on: pull_request
E2E Tests
/
Build Docker image
1m 36s
Run Unit Tests
/
test_coverage
2m 4s
License Check
/
license-check
28s
Lint
/
golangci-lint
1m 18s
Go Module Check
/
ensure go mod is tidy
6s
Test Docker Publish
/
Build and Push Docker Image
1m 32s
Matrix: Run Unit Tests / unit_tests
E2E Tests
/
Run Tests
1m 12s
Annotations
11 errors and 10 warnings
Run Unit Tests / test_coverage
Codecov:
Failed to properly create report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
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.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 / 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 / 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-9d9a77b2e2d7adae94449fc80391a3a76ff490d9
Expired
|
3.89 KB |
|
vechain-thor-image-9d9a77b2e2d7adae94449fc80391a3a76ff490d9
Expired
|
32 MB |
|