Skip to content
GitHub Actions / JEST Tests succeeded Oct 8, 2024 in 0s

95 passed, 13 failed and 4 skipped

Tests failed

❌ packages/grid_client/tests/test-reports/report.xml

112 tests were completed in 2580s with 95 passed, 13 failed and 4 skipped.

Test suite Passed Failed Skipped Time
algorand.test.ts 5✅ 2⚪ 5s
algorand.test.ts 1✅ 68s
capacity_planner.test.ts 8✅ 16s
casperlabs.test.ts 1✅ 91s
compute_capacity.test.ts 6✅ 679ms
contracts.test.ts 5✅ 49s
currency.test.ts 18✅ 6s
discourse.test.ts 1⚪ 812ms
funkwhale.test.ts 1✅ 112s
gateways.test.ts 1✅ 207s
kubernetes.test.ts 3✅ 550s
kvstore.test.ts 1✅ 16s
mattermost.test.ts 1✅ 102s
nextcloud.test.ts 1✅ 102s
nodepilot.test.ts 1⚪ 753ms
peertube.test.ts 1✅ 95s
presearch.test.ts 1✅ 83s
qsfs.test.ts 1✅ 1❌ 243s
query_to_string.test.ts 6✅ 328ms
root_fs.test.ts 2✅ 203ms
stellar.test.ts 7✅ 39s
subsquid.test.ts 1✅ 156s
taiga.test.ts 1✅ 168s
tfchain.test.ts 8❌ 20s
umbrel.test.ts 1✅ 120s
vm.test.ts 3✅ 188s
volume.test.ts 3✅ 895ms
wordpress.test.ts 1✅ 95s
zdb.test.ts 1✅ 41s
zmachine.test.ts 12✅ 754ms
zmount.test.ts 2✅ 4❌ 697ms

✅ algorand.test.ts

 TC1247 - Algorand: Create Account
  ✅ TC1247 - Algorand: Create Account
 TC1248 - Algorand: Import Account
  ✅ TC1248 - Algorand: Import Account
 TC1249 - Algorand: Get Account
  ✅ TC1249 - Algorand: Get Account
 TC1250 - Algorand: Check if Account exists
  ✅ TC1250 - Algorand: Check if Account exists
 TC1251 - Algorand: List Accounts
  ✅ TC1251 - Algorand: List Accounts
 TC1252 - Algorand: Get Account assets
  ⚪ TC1252 - Algorand: Get Account assets
 TC1253 - Algorand: Get Account assets by address
  ⚪ TC1253 - Algorand: Get Account assets by address

✅ algorand.test.ts

 TC2727 - Applications: Deploy Algorand
  ✅ TC2727 - Applications: Deploy Algorand

✅ capacity_planner.test.ts

 TC1239 - Capacity Planner: Get Farms
  ✅ TC1239 - Capacity Planner: Get Farms
 TC1240 - Capacity Planner: Get All Farms
  ✅ TC1240 - Capacity Planner: Get All Farms
 TC1241 - Capacity Planner: Get Nodes
  ✅ TC1241 - Capacity Planner: Get Nodes
 TC1242 - Capacity Planner: Get All Nodes
  ✅ TC1242 - Capacity Planner: Get All Nodes
 TC1243 - Capacity Planner: Filter Nodes
  ✅ TC1243 - Capacity Planner: Filter Nodes
 TC1244 - Capacity Planner: Get Free Public IPs
  ✅ TC1244 - Capacity Planner: Get Free Public IPs
 TC1245 - Capacity Planner: Get Free Resources of a Specific Node
  ✅ TC1245 - Capacity Planner: Get Free Resources of a Specific Node
 TC1246 - Capacity Planner: Get Farm ID From Farm Name
  ✅ TC1246 - Capacity Planner: Get Farm ID From Farm Name

✅ casperlabs.test.ts

 TC2683 - Applications: Deploy Casperlabs
  ✅ TC2683 - Applications: Deploy Casperlabs

✅ compute_capacity.test.ts

Compute Capacity module Compute Capacity instance is of type ComputeCapacity.
  ✅ Compute Capacity module Compute Capacity instance is of type ComputeCapacity.
Compute Capacity module Min values for cpu & memory.
  ✅ Compute Capacity module Min values for cpu & memory.
Compute Capacity module Max values for cpu & memory.
  ✅ Compute Capacity module Max values for cpu & memory.
Compute Capacity module cpu & memory doesn't accept decimal values.
  ✅ Compute Capacity module cpu & memory doesn't accept decimal values.
Compute Capacity module cpu & memory empty values.
  ✅ Compute Capacity module cpu & memory empty values.
Compute Capacity module An error should be thrown if cpu & memory negative values.
  ✅ Compute Capacity module An error should be thrown if cpu & memory negative values.

✅ contracts.test.ts

 TC1269 - Contracts: Create Node Contract
  ✅ TC1269 - Contracts: Create Node Contract
 TC1270 - Contracts: Create Name Contract
  ✅ TC1270 - Contracts: Create Name Contract
 TC1271 - Contracts: Get Node Contract By Node ID & Contract Hash
  ✅ TC1271 - Contracts: Get Node Contract By Node ID & Contract Hash
 TC1272 - Contracts: Get Name Contract
  ✅ TC1272 - Contracts: Get Name Contract
 TC1273 - Contracts: Update Node Contract
  ✅ TC1273 - Contracts: Update Node Contract

✅ currency.test.ts

Testing TFT module tft module to be instance of TFTUSDConversionService
  ✅ Testing TFT module tft module to be instance of TFTUSDConversionService
Testing TFT module should return value with 2 decimals.
  ✅ Testing TFT module should return value with 2 decimals.
Testing TFT module should convert to the correct value based on tftPrice.
  ✅ Testing TFT module should convert to the correct value based on tftPrice.
Testing TFT module convertTFTtoUSD function to throw if passed a negative value.
  ✅ Testing TFT module convertTFTtoUSD function to throw if passed a negative value.
Testing TFT module convertUSDtoTFT function returns a valid value.
  ✅ Testing TFT module convertUSDtoTFT function returns a valid value.
Testing TFT module convertUSDtoTFT function to throw if passed a negative value.
  ✅ Testing TFT module convertUSDtoTFT function to throw if passed a negative value.
Testing TFT module dailyTFT function returns a valid value.
  ✅ Testing TFT module dailyTFT function returns a valid value.
Testing TFT module dailyTFT function throws if passed anything other than a positive value.
  ✅ Testing TFT module dailyTFT function throws if passed anything other than a positive value.
Testing TFT module monthlyTFT function returns a valid value.
  ✅ Testing TFT module monthlyTFT function returns a valid value.
Testing TFT module monthlyTFT function throws if passed anything other than a positive value.
  ✅ Testing TFT module monthlyTFT function throws if passed anything other than a positive value.
Testing TFT module yearlyTFT function returns a valid value.
  ✅ Testing TFT module yearlyTFT function returns a valid value.
Testing TFT module yearlyTFT function throws if passed anything other than a positive value.
  ✅ Testing TFT module yearlyTFT function throws if passed anything other than a positive value.
Testing TFT module dailyUSD function returns a valid value.
  ✅ Testing TFT module dailyUSD function returns a valid value.
Testing TFT module dailyUSD function throws if passed anything other than a positive value.
  ✅ Testing TFT module dailyUSD function throws if passed anything other than a positive value.
Testing TFT module monthlyUSD function returns a valid value.
  ✅ Testing TFT module monthlyUSD function returns a valid value.
Testing TFT module monthlyUSD function throws if passed anything other than a positive value.
  ✅ Testing TFT module monthlyUSD function throws if passed anything other than a positive value.
Testing TFT module yearlyUSD function returns a valid value.
  ✅ Testing TFT module yearlyUSD function returns a valid value.
Testing TFT module yearlyUSD function throws if passed anything other than a positive value.
  ✅ Testing TFT module yearlyUSD function throws if passed anything other than a positive value.

✅ discourse.test.ts

 TC2690 - Applications: Deploy Discourse
  ⚪ TC2690 - Applications: Deploy Discourse

✅ funkwhale.test.ts

 TC2685 - Applications: Deploy Funkwhale
  ✅ TC2685 - Applications: Deploy Funkwhale

✅ gateways.test.ts

 TC1237 - Gateways: Expose a VM Over Gateway
  ✅ TC1237 - Gateways: Expose a VM Over Gateway

✅ kubernetes.test.ts

 TC1231 - Kubernetes: Deploy a Kubernetes Cluster
  ✅ TC1231 - Kubernetes: Deploy a Kubernetes Cluster
 TC1232 - Kubernetes: Add Worker
  ✅ TC1232 - Kubernetes: Add Worker
 TC1233 - Kubernetes: Delete Worker
  ✅ TC1233 - Kubernetes: Delete Worker

✅ kvstore.test.ts

 TC1238 - KVStore: Use TFChain KVStore
  ✅ TC1238 - KVStore: Use TFChain KVStore

✅ mattermost.test.ts

 TC2689 - Applications: Deploy Mattermost
  ✅ TC2689 - Applications: Deploy Mattermost

✅ nextcloud.test.ts

 TC2692 - Applications: Deploy Nextcloud
  ✅ TC2692 - Applications: Deploy Nextcloud

✅ nodepilot.test.ts

 TC2701 - Applications: Deploy Nodepilot
  ⚪ TC2701 - Applications: Deploy Nodepilot

✅ peertube.test.ts

 TC2684 - Applications: Deploy Peertube
  ✅ TC2684 - Applications: Deploy Peertube

✅ presearch.test.ts

 TC2728 - Applications: Deploy Presearch
  ✅ TC2728 - Applications: Deploy Presearch

❌ qsfs.test.ts

 TC1234 - QSFS: Deploy QSFS underneath a VM
  ✅ TC1234 - QSFS: Deploy QSFS underneath a VM
 TC1235 - QSFS: Deploy QSFS Underneath a Kubernetes Cluster
  ❌ TC1235 - QSFS: Deploy QSFS Underneath a Kubernetes Cluster
	Error: Failed to send request to twinId 14 with command: zos.deployment.get, payload: {"contract_id":160197}

✅ query_to_string.test.ts

Convert object to query string should return an empty string when given an empty object
  ✅ Convert object to query string should return an empty string when given an empty object
Convert object to query string should correctly convert an object with string values to a query string
  ✅ Convert object to query string should correctly convert an object with string values to a query string
Convert object to query string should correctly convert an object with number values to a query string
  ✅ Convert object to query string should correctly convert an object with number values to a query string
Convert object to query string should correctly convert an object with mixed types of values to a query string
  ✅ Convert object to query string should correctly convert an object with mixed types of values to a query string
Convert object to query string should filter out undefined values from the object
  ✅ Convert object to query string should filter out undefined values from the object
Convert object to query string should filter out empty string values from the object
  ✅ Convert object to query string should filter out empty string values from the object

✅ root_fs.test.ts

Calculate the rootFS size based on the machine specs should return 2GB when the options are provided
  ✅ Calculate the rootFS size based on the machine specs should return 2GB when the options are provided
Calculate the rootFS size based on the machine specs should return 0.48828125 when CPU cores and RAM are zero
  ✅ Calculate the rootFS size based on the machine specs should return 0.48828125 when CPU cores and RAM are zero

✅ stellar.test.ts

 TC1254 - Stellar: Create Account
  ✅ TC1254 - Stellar: Create Account
 TC1255 - Stellar: Import Account
  ✅ TC1255 - Stellar: Import Account
 TC1256 - Stellar: Get Account
  ✅ TC1256 - Stellar: Get Account
 TC1257 - Stellar: Check if Account exists
  ✅ TC1257 - Stellar: Check if Account exists
 TC1258 - Stellar: List Accounts
  ✅ TC1258 - Stellar: List Accounts
 TC1259 - Stellar: Get Account assets
  ✅ TC1259 - Stellar: Get Account assets
 TC1260 - Stellar: Get Account assets by address
  ✅ TC1260 - Stellar: Get Account assets by address

✅ subsquid.test.ts

 TC2693 - Applications: Deploy Subsquid
  ✅ TC2693 - Applications: Deploy Subsquid

✅ taiga.test.ts

 TC2691 - Applications: Deploy Taiga
  ✅ TC2691 - Applications: Deploy Taiga

❌ tfchain.test.ts

 TC1261 - TFChain: Create Account
  ❌ TC1261 - TFChain: Create Account
	AxiosError: Request failed with status code 500
 TC1262 - TFChain: Import Account
  ❌ TC1262 - TFChain: Import Account
	AxiosError: Request failed with status code 500
 TC1263 - TFChain: Get Account
  ❌ TC1263 - TFChain: Get Account
	AxiosError: Request failed with status code 500
 TC1264 - TFChain: Check if Account exists
  ❌ TC1264 - TFChain: Check if Account exists
	AxiosError: Request failed with status code 500
 TC1265 - TFChain: List Accounts
  ❌ TC1265 - TFChain: List Accounts
	AxiosError: Request failed with status code 500
 TC1266 - TFChain: Get Account assets
  ❌ TC1266 - TFChain: Get Account assets
	AxiosError: Request failed with status code 500
 TC1267 - TFChain: Get Account assets by address
  ❌ TC1267 - TFChain: Get Account assets by address
	AxiosError: Request failed with status code 500
 TC1268 - TFChain: Transfer TFTs
  ❌ TC1268 - TFChain: Transfer TFTs
	AxiosError: Request failed with status code 500

✅ umbrel.test.ts

 TC2694 - Applications: Deploy Umbrel
  ✅ TC2694 - Applications: Deploy Umbrel

✅ vm.test.ts

 TC1228 - VM: Deploy a VM
  ✅ TC1228 - VM: Deploy a VM
 TC1229 - VM: Deploy a VM With a Disk
  ✅ TC1229 - VM: Deploy a VM With a Disk
 TC1230 - VM: Deploy Multiple VMs on Different Nodes
  ✅ TC1230 - VM: Deploy Multiple VMs on Different Nodes

✅ volume.test.ts

Test volume workload. volume should be type of Volume
  ✅ Test volume workload. volume should be type of Volume
Test volume workload. should fail if passed invalid size
  ✅ Test volume workload. should fail if passed invalid size
Test volume workload. should fail if volume was assigned to an invalid parsed obj
  ✅ Test volume workload. should fail if volume was assigned to an invalid parsed obj

✅ wordpress.test.ts

 TC2700 - Applications: Deploy Wordpress
  ✅ TC2700 - Applications: Deploy Wordpress

✅ zdb.test.ts

 TC1236 - ZDB: Deploy ZDBs
  ✅ TC1236 - ZDB: Deploy ZDBs

✅ zmachine.test.ts

Zmachine Class Tests should create a valid Zmachine instance
  ✅ Zmachine Class Tests should create a valid Zmachine instance
Zmachine Class Tests should correctly serialize and deserialize a Zmachine instance
  ✅ Zmachine Class Tests should correctly serialize and deserialize a Zmachine instance
Zmachine Class Tests should correctly handle env vars
  ✅ Zmachine Class Tests should correctly handle env vars
Zmachine Class Tests should correctly compute the challenge string
  ✅ Zmachine Class Tests should correctly compute the challenge string
Zmachine Class Tests should correctly handle the gpu array
  ✅ Zmachine Class Tests should correctly handle the gpu array
Zmachine Class Tests should fail validation for entering invalid flist
  ✅ Zmachine Class Tests should fail validation for entering invalid flist
Zmachine Class Tests should fail validation for entering invalid entrypoint
  ✅ Zmachine Class Tests should fail validation for entering invalid entrypoint
Zmachine Class Tests should fail validation for entering invalid size
  ✅ Zmachine Class Tests should fail validation for entering invalid size
Zmachine Class Tests should throw error if network public_ip is invalid
  ✅ Zmachine Class Tests should throw error if network public_ip is invalid
Zmachine Class Tests should throw error if network interfaces values are invalid
  ✅ Zmachine Class Tests should throw error if network interfaces values are invalid
Zmachine Class Tests should throw an error if mount name is empty
  ✅ Zmachine Class Tests should throw an error if mount name is empty
Zmachine Class Tests should fail if zmachine is parsed to an invalid object
  ✅ Zmachine Class Tests should fail if zmachine is parsed to an invalid object

❌ zmount.test.ts

Zmount module Zmount instance is of type Zmount.
  ✅ Zmount module Zmount instance is of type Zmount.
Zmount module Min value for size.
  ❌ Zmount module Min value for size.
	Error: expect(received).toThrow()
Zmount module Max value for size.
  ❌ Zmount module Max value for size.
	Error: thrown: ValidationError {
Zmount module Size doesn't accept decimal value.
  ❌ Zmount module Size doesn't accept decimal value.
	Error: thrown: ValidationError {
Zmount module Size empty value.
  ✅ Zmount module Size empty value.
Zmount module Size negative value.
  ❌ Zmount module Size negative value.
	Error: thrown: ValidationError {

Annotations

Check failure on line 0 in packages/grid_client/tests/test-reports/report.xml

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

qsfs.test.ts ► TC1235 - QSFS: Deploy QSFS Underneath a Kubernetes Cluster ► TC1235 - QSFS: Deploy QSFS Underneath a Kubernetes Cluster

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  Error: Failed to send request to twinId 14 with command: zos.deployment.get, payload: {"contract_id":160197}
Raw output
Error: Failed to send request to twinId 14 with command: zos.deployment.get, payload: {"contract_id":160197}
	 RMBError: 0 deployment not found
    at /home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/rmb_direct_client/dist/node/client.js:356:32

Check failure on line 464 in packages/grid_client/src/modules/tfchain.ts

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

tfchain.test.ts ► TC1261 - TFChain: Create Account ► TC1261 - TFChain: Create Account

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  AxiosError: Request failed with status code 500
Raw output
AxiosError: Request failed with status code 500
    at settle (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/settle.js:19:12)
    at IncomingMessage.handleStreamEnd (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/adapters/http.js:599:11)
    at IncomingMessage.emit (node:events:529:35)
    at endReadableNT (node:internal/streams/readable:1400:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
    at Axios.request (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/Axios.js:45:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at TFChain.activateAccountAndCreateTwin (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:464:5)
    at TFChain.create (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:423:28)
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/tfchain.test.ts:41:15)

Check failure on line 464 in packages/grid_client/src/modules/tfchain.ts

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

tfchain.test.ts ► TC1262 - TFChain: Import Account ► TC1262 - TFChain: Import Account

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  AxiosError: Request failed with status code 500
Raw output
AxiosError: Request failed with status code 500
    at settle (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/settle.js:19:12)
    at IncomingMessage.handleStreamEnd (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/adapters/http.js:599:11)
    at IncomingMessage.emit (node:events:529:35)
    at endReadableNT (node:internal/streams/readable:1400:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
    at Axios.request (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/Axios.js:45:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at TFChain.activateAccountAndCreateTwin (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:464:5)
    at TFChain.create (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:423:28)
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/tfchain.test.ts:76:15)

Check failure on line 464 in packages/grid_client/src/modules/tfchain.ts

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

tfchain.test.ts ► TC1263 - TFChain: Get Account ► TC1263 - TFChain: Get Account

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  AxiosError: Request failed with status code 500
Raw output
AxiosError: Request failed with status code 500
    at settle (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/settle.js:19:12)
    at IncomingMessage.handleStreamEnd (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/adapters/http.js:599:11)
    at IncomingMessage.emit (node:events:529:35)
    at endReadableNT (node:internal/streams/readable:1400:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
    at Axios.request (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/Axios.js:45:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at TFChain.activateAccountAndCreateTwin (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:464:5)
    at TFChain.create (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:423:28)
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/tfchain.test.ts:116:15)

Check failure on line 464 in packages/grid_client/src/modules/tfchain.ts

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

tfchain.test.ts ► TC1264 - TFChain: Check if Account exists ► TC1264 - TFChain: Check if Account exists

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  AxiosError: Request failed with status code 500
Raw output
AxiosError: Request failed with status code 500
    at settle (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/settle.js:19:12)
    at IncomingMessage.handleStreamEnd (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/adapters/http.js:599:11)
    at IncomingMessage.emit (node:events:529:35)
    at endReadableNT (node:internal/streams/readable:1400:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
    at Axios.request (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/Axios.js:45:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at TFChain.activateAccountAndCreateTwin (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:464:5)
    at TFChain.create (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:423:28)
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/tfchain.test.ts:151:15)

Check failure on line 464 in packages/grid_client/src/modules/tfchain.ts

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

tfchain.test.ts ► TC1265 - TFChain: List Accounts ► TC1265 - TFChain: List Accounts

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  AxiosError: Request failed with status code 500
Raw output
AxiosError: Request failed with status code 500
    at settle (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/settle.js:19:12)
    at IncomingMessage.handleStreamEnd (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/adapters/http.js:599:11)
    at IncomingMessage.emit (node:events:529:35)
    at endReadableNT (node:internal/streams/readable:1400:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
    at Axios.request (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/Axios.js:45:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at TFChain.activateAccountAndCreateTwin (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:464:5)
    at TFChain.create (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:423:28)
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/tfchain.test.ts:186:15)

Check failure on line 464 in packages/grid_client/src/modules/tfchain.ts

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

tfchain.test.ts ► TC1266 - TFChain: Get Account assets ► TC1266 - TFChain: Get Account assets

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  AxiosError: Request failed with status code 500
Raw output
AxiosError: Request failed with status code 500
    at settle (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/settle.js:19:12)
    at IncomingMessage.handleStreamEnd (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/adapters/http.js:599:11)
    at IncomingMessage.emit (node:events:529:35)
    at endReadableNT (node:internal/streams/readable:1400:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
    at Axios.request (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/Axios.js:45:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at TFChain.activateAccountAndCreateTwin (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:464:5)
    at TFChain.create (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:423:28)
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/tfchain.test.ts:222:15)

Check failure on line 464 in packages/grid_client/src/modules/tfchain.ts

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

tfchain.test.ts ► TC1267 - TFChain: Get Account assets by address ► TC1267 - TFChain: Get Account assets by address

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  AxiosError: Request failed with status code 500
Raw output
AxiosError: Request failed with status code 500
    at settle (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/settle.js:19:12)
    at IncomingMessage.handleStreamEnd (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/adapters/http.js:599:11)
    at IncomingMessage.emit (node:events:529:35)
    at endReadableNT (node:internal/streams/readable:1400:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
    at Axios.request (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/Axios.js:45:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at TFChain.activateAccountAndCreateTwin (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:464:5)
    at TFChain.create (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:423:28)
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/tfchain.test.ts:261:15)

Check failure on line 464 in packages/grid_client/src/modules/tfchain.ts

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

tfchain.test.ts ► TC1268 - TFChain: Transfer TFTs ► TC1268 - TFChain: Transfer TFTs

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  AxiosError: Request failed with status code 500
Raw output
AxiosError: Request failed with status code 500
    at settle (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/settle.js:19:12)
    at IncomingMessage.handleStreamEnd (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/adapters/http.js:599:11)
    at IncomingMessage.emit (node:events:529:35)
    at endReadableNT (node:internal/streams/readable:1400:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
    at Axios.request (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/node_modules/axios/lib/core/Axios.js:45:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at TFChain.activateAccountAndCreateTwin (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:464:5)
    at TFChain.create (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/tfchain.ts:423:28)
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/tfchain.test.ts:304:15)

Check failure on line 20 in packages/grid_client/tests/modules/zmount.test.ts

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

zmount.test.ts ► Zmount module Min value for size. ► Zmount module Min value for size.

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  Error: expect(received).toThrow()
Raw output
Error: expect(received).toThrow()

Received function did not throw
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/zmount.test.ts:20:20)
    at Promise.then.completed (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/utils.js:293:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/utils.js:226:10)
    at _callCircusTest (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/run.js:297:40)
    at _runTest (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/run.js:233:3)
    at _runTestsForDescribeBlock (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/run.js:135:9)
    at _runTestsForDescribeBlock (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/run.js:130:9)
    at run (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/run.js:68:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 8 in packages/grid_client/tests/modules/zmount.test.ts

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

zmount.test.ts ► Zmount module Max value for size. ► Zmount module Max value for size.

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  Error: thrown: ValidationError {
Raw output
Error: thrown: ValidationError {
  "children": Array [],
  "constraints": Object {
    "max": "size must not be greater than 10995116277760",
  },
  "property": "size",
  "target": Object {
    "size": 110381289062500,
  },
  "value": 110381289062500,
}
    at /home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/zmount.test.ts:23:3
    at _dispatchDescribe (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/index.js:55:5)
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/zmount.test.ts:8:1)
    at Runtime._execModule (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/jest-runtime/build/index.js:1429:24)
    at Runtime._loadModule (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/jest-runtime/build/index.js:1013:12)
    at Runtime.requireModule (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/jest-runtime/build/index.js:873:12)
    at jestAdapter (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/@jest/core/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
    at runTestInternal (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/node_modules/jest-runner/build/runTest.js:444:34)