hashgraph / hedera-sdk-cpp

C++ SDK for Hedera
Apache License 2.0
8 stars 15 forks source link

Fix SDK Pipeline Issues #648

Closed gsstoykov closed 4 months ago

gsstoykov commented 4 months ago

Problem

The following tests FAILED: 1002 - AccountBalanceQueryIntegrationTests.ContractId (Failed) 1036 - ContractBytecodeQueryIntegrationTests.ExecuteContractBytecodeQuery (Failed) 1040 - ContractCallQueryIntegrationTests.ExecuteContractCallQuery (Failed) 1041 - ContractCallQueryIntegrationTests.CannotCallContractFunctionWhenContractFunctionIsNotSet (Failed) Errors while running CTest 1042 - ContractCallQueryIntegrationTests.CannotCallContractFunctionWhenGasIsNotSet (Failed) 1043 - ContractCallQueryIntegrationTests.CannotCallContractFunctionWhenContractIdIsNotSet (Failed) 1044 - ContractCreateFlowIntegrationTests.ExecuteContractCreateFlow (Failed) 1046 - ContractCreateFlowIntegrationTests.ExecuteContractCreateFlowWithPrivateKey (Failed) 1047 - ContractCreateFlowIntegrationTests.ExecuteContractCreateFlowWithPublicKeyAndTransactionSigner (Failed) 1048 - ContractCreateTransactionIntegrationTests.ExecuteContractCreateTransaction (Failed) 1049 - ContractCreateTransactionIntegrationTests.CreateContractWithNoAdminKey (Failed) 1053 - ContractDeleteTransactionIntegrationTests.DeleteContractWithAdminKey (Failed) 1054 - ContractDeleteTransactionIntegrationTests.CannotDeleteContractWithNoAdminKey (Failed) 1056 - ContractExecuteTransactionIntegrationTests.ExecuteContractExecuteTransaction (Failed) 1058 - ContractExecuteTransactionIntegrationTests.CannotExecuteContractWithNoFunctionParameters (Failed) 1059 - ContractExecuteTransactionIntegrationTests.CannotExecuteContractWithNoGas (Failed) 1061 - ContractUpdateTransactionIntegrationTests.ExecuteContractUpdateTransaction (Failed) 1063 - ContractUpdateTransactionIntegrationTests.CannotModifyImmutableContract (Failed) 1064 - ContractInfoQueryIntegrationTests.ExecuteContractInfoQuery (Failed) 1065 - ContractInfoQueryIntegrationTests.CanQueryContractInfoWhenAdminKeyIsNull (Failed)

Solution

Until the problem is addressed from the Local Node teams we can use an older version so we can have proper integration testing in pipeline.

Alternatives

No response