threefoldtech / terraform-provider-grid

Apache License 2.0
8 stars 5 forks source link

all automated tests fails on git hub actions #839

Closed khaledyoussef24 closed 2 months ago

khaledyoussef24 commented 8 months ago

Description

all nightly tests on git hub actions fails. on all of the 4 networks image

the tests are getting stuck so it end up timing out with out doing all the tests errors that are occurred

TestGateWayPrivate/gateway_name_private 2024-01-11T00:57:18Z logger.go:66: │ Error: could not deploy network vmtesting: failed to create contract on node 11: failed to create contract: error extracting events from block(0x2658811ee8ff2809bb9c9257f68454d6d6afa4590d8a0541baec41b3ffc82f6d): failed to decode event: unable to decode field 4 event #19 with EventID [27 9], field TFTBridgeModule_BurnTransactionExpired: Encoded array length is higher than allowed by the protocol (32-bit unsigned integer)
TestGateWayPrivate/gateway_name_private 2024-01-11T00:57:18Z logger.go:66: │ 
TestGateWayPrivate/gateway_name_private 2024-01-11T00:57:18Z logger.go:66: │   with grid_network.net1,
TestGateWayPrivate/gateway_name_private 2024-01-11T00:57:18Z logger.go:66: │   on main.tf line 42, in resource "grid_network" "net1":
TestGateWayPrivate/gateway_name_private 2024-01-11T00:57:18Z logger.go:66: │   42: resource "grid_network" "net1" {
TestGateWayPrivate/gateway_name_private 2024-01-11T00:57:18Z logger.go:66: │ 
TestGateWayPrivate/gateway_name_private 2024-01-11T00:57:18Z logger.go:66: ╵
TestGateWayPrivate/gateway_name_private 2024-01-11T00:57:18Z retry.go:99: Returning due to fatal error: FatalError{Underlying: error while running command: exit status 1; ╷
│ Error: could not deploy network vmtesting: failed to create contract on node 11: failed to create contract: error extracting events from block(0x2658811ee8ff2809bb9c9257f68454d6d6afa4590d8a0541baec41b3ffc82f6d): failed to decode event: unable to decode field 4 event #19 with EventID [27 9], field TFTBridgeModule_BurnTransactionExpired: Encoded array length is higher than allowed by the protocol (32-bit unsigned integer)
│ 
│   with grid_network.net1,
│   on main.tf line 42, in resource "grid_network" "net1":
│   42: resource "grid_network" "net1" {
│ 
╵}
    gateway_private_test.go:42: 
            Error Trace:    /home/runner/work/terraform-provider-grid/terraform-provider-grid/integrationtests/gateway_private_test.go:42
            Error:          Received unexpected error:
                            FatalError{Underlying: error while running command: exit status 1; ╷
                            │ Error: could not deploy network vmtesting: failed to create contract on node 11: failed to create contract: error extracting events from block(0x2658811ee8ff2809bb9c9257f68454d6d6afa4590d8a0541baec41b3ffc82f6d): failed to decode event: unable to decode field 4 event #19 with EventID [27 9], field TFTBridgeModule_BurnTransactionExpired: Encoded array length is higher than allowed by the protocol (32-bit unsigned integer)
                            │ 
                            │   with grid_network.net1,
                            │   on main.tf line 42, in resource "grid_network" "net1":
                            │   42: resource "grid_network" "net1" {
                            │ 
                            ╵}
khaledyoussef24 commented 5 months ago

tests now fails without triggering.

Screenshot 2024-04-08 at 11 07 47 AM Screenshot 2024-04-08 at 11 09 17 AM

it seems that the issue lacking the version

rawdaGastan commented 2 months ago

Continued here: https://github.com/threefoldtech/terraform-provider-grid/issues/947