Skip to content

pages build and deployment #1187

pages build and deployment

pages build and deployment #1187

GitHub Actions / JEST Tests succeeded Dec 17, 2024 in 1s

100 passed, 8 failed and 5 skipped

Tests failed

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

113 tests were completed in 2457s with 100 passed, 8 failed and 5 skipped.

Test suite Passed Failed Skipped Time
algorand.test.ts 5βœ… 2βšͺ 4s
algorand.test.ts 1βœ… 59s
capacity_planner.test.ts 8βœ… 12s
casperlabs.test.ts 1βœ… 84s
compute_capacity.test.ts 6βœ… 707ms
contracts.test.ts 5βœ… 48s
currency.test.ts 18βœ… 6s
discourse.test.ts 1βšͺ 892ms
funkwhale.test.ts 1βœ… 98s
gateways.test.ts 1βœ… 294s
kubernetes.test.ts 2βœ… 1βšͺ 331s
kvstore.test.ts 1βœ… 16s
mattermost.test.ts 1βœ… 90s
nextcloud.test.ts 1βœ… 102s
nodepilot.test.ts 1βšͺ 690ms
peertube.test.ts 1❌ 14s
presearch.test.ts 1βœ… 84s
qsfs.test.ts 2❌ 180s
query_to_string.test.ts 6βœ… 323ms
root_fs.test.ts 2βœ… 196ms
stellar.test.ts 7βœ… 38s
subsquid.test.ts 1βœ… 120s
taiga.test.ts 1βœ… 150s
tfchain.test.ts 8βœ… 174s
umbrel.test.ts 1βœ… 234s
vm.test.ts 3βœ… 1❌ 186s
volume.test.ts 3βœ… 664ms
wordpress.test.ts 1βœ… 90s
zdb.test.ts 1βœ… 35s
zmachine.test.ts 12βœ… 763ms
zmount.test.ts 2βœ… 4❌ 704ms

βœ…Β 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
	Error: Couldn't get free Wireguard ports for node 259

βœ…Β 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
	Error: Failed to deploy qsfs with name p3mih4cpmdiwaii on node 145 due to: failed to create qsfs mount: failed to prepare qsfs: failed to create ygg link: peer already exists "p-ygg0".
 TC1235 - QSFS: Deploy QSFS Underneath a Kubernetes Cluster
  ❌ TC1235 - QSFS: Deploy QSFS Underneath a Kubernetes Cluster
	Error: Failed to deploy qsfs with name yroojruystginzi on node 171 due to: failed to create qsfs mount: failed to prepare qsfs: failed to create ygg link: peer already exists "p-ygg0".

βœ…Β 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
 TC1262 - TFChain: Import Account
  βœ… TC1262 - TFChain: Import Account
 TC1263 - TFChain: Get Account
  βœ… TC1263 - TFChain: Get Account
 TC1264 - TFChain: Check if Account exists
  βœ… TC1264 - TFChain: Check if Account exists
 TC1265 - TFChain: List Accounts
  βœ… TC1265 - TFChain: List Accounts
 TC1266 - TFChain: Get Account assets
  βœ… TC1266 - TFChain: Get Account assets
 TC1267 - TFChain: Get Account assets by address
  βœ… TC1267 - TFChain: Get Account assets by address
 TC1268 - TFChain: Transfer TFTs
  βœ… TC1268 - TFChain: Transfer TFTs

βœ…Β umbrel.test.ts

 TC2694 - Applications: Deploy Umbrel
  βœ… TC2694 - Applications: Deploy Umbrel

❌ vm.test.ts

 TC1228 - VM: Deploy a VM
  βœ… TC1228 - VM: Deploy a VM
 TC2847 - VM: Deploy a VM With Mycelium
  ❌ TC2847 - VM: Deploy a VM With Mycelium
	Error: Couldn't get free Wireguard ports for node 259
 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

peertube.test.ts β–Ί TC2684 - Applications: Deploy Peertube β–Ί TC2684 - Applications: Deploy Peertube

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  Error: Couldn't get free Wireguard ports for node 259
Raw output
Error: Couldn't get free Wireguard ports for node 259
	 Failed to send request to twinId 9458 with command: zos.network.list_wg_ports, payload: 
	 0 function is 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 89 in packages/grid_client/src/high_level/twinDeploymentHandler.ts

See this annotation in the file changed.

@github-actions github-actions / JEST Tests

qsfs.test.ts β–Ί TC1234 - QSFS: Deploy QSFS underneath a VM β–Ί TC1234 - QSFS: Deploy QSFS underneath a VM

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  Error: Failed to deploy qsfs with name p3mih4cpmdiwaii on node 145 due to: failed to create qsfs mount: failed to prepare qsfs: failed to create ygg link: peer already exists "p-ygg0".
Raw output
Error: Failed to deploy qsfs with name p3mih4cpmdiwaii on node 145 due to: failed to create qsfs mount: failed to prepare qsfs: failed to create ygg link: peer already exists "p-ygg0".
    at TwinDeploymentHandler.checkWorkload (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/high_level/twinDeploymentHandler.ts:89:13)
    at TwinDeploymentHandler.checkWorkload [as waitForDeployment] (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/high_level/twinDeploymentHandler.ts:116:22)
    at async Promise.all (index 1)
    at TwinDeploymentHandler.handle (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/high_level/twinDeploymentHandler.ts:614:7)
    at MachinesModule.deploy (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/machines.ts:144:23)
    at MachinesModule.descriptor.value (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/utils.ts:19:12)
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/qsfs.test.ts:225:15)

Check failure on line 89 in packages/grid_client/src/high_level/twinDeploymentHandler.ts

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 deploy qsfs with name yroojruystginzi on node 171 due to: failed to create qsfs mount: failed to prepare qsfs: failed to create ygg link: peer already exists "p-ygg0".
Raw output
Error: Failed to deploy qsfs with name yroojruystginzi on node 171 due to: failed to create qsfs mount: failed to prepare qsfs: failed to create ygg link: peer already exists "p-ygg0".
    at TwinDeploymentHandler.checkWorkload (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/high_level/twinDeploymentHandler.ts:89:13)
    at TwinDeploymentHandler.checkWorkload [as waitForDeployment] (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/high_level/twinDeploymentHandler.ts:116:22)
    at async Promise.all (index 3)
    at TwinDeploymentHandler.handle (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/high_level/twinDeploymentHandler.ts:614:7)
    at K8sModule.deploy (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/k8s.ts:265:23)
    at K8sModule.descriptor.value (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/src/modules/utils.ts:19:12)
    at Object.<anonymous> (/home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/qsfs.test.ts:564:15)

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

vm.test.ts β–Ί TC2847 - VM: Deploy a VM With Mycelium β–Ί TC2847 - VM: Deploy a VM With Mycelium

Failed test found in:
  packages/grid_client/tests/test-reports/report.xml
Error:
  Error: Couldn't get free Wireguard ports for node 259
Raw output
Error: Couldn't get free Wireguard ports for node 259
	 Failed to send request to twinId 9458 with command: zos.network.list_wg_ports, payload: 
	 0 function is 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 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)

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 Size doesn't accept decimal value. β–Ί Zmount module Size doesn't accept decimal value.

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 {
    "isInt": "size must be an integer number",
    "min": "size must not be less than 104857600",
  },
  "property": "size",
  "target": Object {
    "size": 1.5,
  },
  "value": 1.5,
}
    at /home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/zmount.test.ts:33: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)

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 Size negative value. β–Ί Zmount module Size negative value.

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 {
    "min": "size must not be less than 104857600",
  },
  "property": "size",
  "target": Object {
    "size": -1,
  },
  "value": -1,
}
    at /home/runner/work/tfgrid-sdk-ts/tfgrid-sdk-ts/packages/grid_client/tests/modules/zmount.test.ts:49: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)