Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabled Kukai Embed silent signing; Updated Kukai Embed to 0.8.9; #128

Merged
merged 1 commit into from
Aug 17, 2023

Disabled Kukai Embed silent signing; Updated Kukai Embed to 0.8.9;

c1db05c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Disabled Kukai Embed silent signing; Updated Kukai Embed to 0.8.9; #128

Disabled Kukai Embed silent signing; Updated Kukai Embed to 0.8.9;
c1db05c
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results completed Aug 17, 2023 in 0s

❌️ Test Results - 10/12, failed: 2 - Failed in 125.889s

✅ editmode-results.xml - 1/1 - Passed in 0.098s

❌️ playmode-results.xml - 9/11, failed: 2 - Failed in 125.791s

Details

✅ editmode-results.xml - 1/1 - Passed in 0.098s
  • ✅ Tests.Editor.EditmodeTests - 1/1 - Passed in 0.011s
    • EditmodeTestsSimplePasses - Passed in 0.011s
❌️ playmode-results.xml - 9/11, failed: 2 - Failed in 125.791s
  • ❌️ Tests.Runtime.ApiTests - 9/11, failed: 2 - Failed in 125.753s
    • GetContractMetadataTest - Passed in 1.259s

    • GetLatestBlockLevelTest - Passed in 0.752s

    • ❌️ GetOperationStatusTest - Failed in 45.063s
      Expected: True
      But was: False

        Can't get operation oo4gj5tfvnE1LKsRp6BSm7VB5LAoqzogJXPwGWSYBjmUgNsmk8M status, The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
      
      at Tests.Runtime.ApiTests+<>c.<GetOperationStatusTest>b__9_0 (System.Nullable`1[T] status) [0x00001] in copiedProject/tezos-unity-sdk/Tests/Runtime/ApiTests.cs:136
      at TezosSDK.Tezos.API.TezosAPI+<>c__DisplayClass14_0.<GetOperationStatus>b__0 (System.Exception error) [0x00022] in copiedProject/tezos-unity-sdk/Runtime/Scripts/Tezos/API/TezosAPI.cs:247
      at TezosSDK.Helpers.CoroutineWrapper`1[T].MoveNext () [0x000a2] in copiedProject/tezos-unity-sdk/Runtime/Scripts/Helpers/CoroutineWrapper.cs:83
      at UnityEngine.TestTools.TestEnumerator+<Execute>d__7.MoveNext () [0x0004e] in TempProject/Library/PackageCache/com.unity.test-framework@1.1.31/UnityEngine.TestRunner/NUnitExtensions/Attributes/TestEnumerator.cs:46
      
    • ❌️ GetOriginatedContractsForOwnerTest - Failed in 45.030s
      Expected: True
      But was: False

        at Tests.Runtime.ApiTests+<>c.<GetOriginatedContractsForOwnerTest>b__11_0 (System.Collections.Generic.IEnumerable`1[T] originatedContracts) [0x00001] in copiedProject/tezos-unity-sdk/Tests/Runtime/ApiTests.cs:161
      at TezosSDK.Tezos.API.TezosAPI+<>c__DisplayClass17_0.<GetOriginatedContractsForOwner>b__0 (System.Exception error) [0x00001] in copiedProject/tezos-unity-sdk/Runtime/Scripts/Tezos/API/TezosAPI.cs:298
      at TezosSDK.Helpers.CoroutineWrapper`1[T].MoveNext () [0x000a2] in copiedProject/tezos-unity-sdk/Runtime/Scripts/Helpers/CoroutineWrapper.cs:83
      at UnityEngine.TestTools.TestEnumerator+<Execute>d__7.MoveNext () [0x0004e] in TempProject/Library/PackageCache/com.unity.test-framework@1.1.31/UnityEngine.TestRunner/NUnitExtensions/Attributes/TestEnumerator.cs:46
      
    • GetOwnersForContractTest - Passed in 13.636s

    • GetOwnersForTokenTest - Passed in 10.063s

    • GetTokenMetadataTest - Passed in 0.779s

    • GetTokensForContractTest - Passed in 0.692s

    • GetTokensForOwnerTest - Passed in 6.832s

    • IsHolderOfContractTest - Passed in 0.864s

    • IsHolderOfTokenTest - Passed in 0.783s

Annotations

Check failure on line 136 in copiedProject/tezos-unity-sdk/Tests/Runtime/ApiTests.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results

Tests.Runtime.ApiTests.GetOperationStatusTest

  Expected: True
  But was:  False
Raw output
Can't get operation oo4gj5tfvnE1LKsRp6BSm7VB5LAoqzogJXPwGWSYBjmUgNsmk8M status, The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. Path: $ | LineNumber: 0 | BytePositionInLine: 0.

at Tests.Runtime.ApiTests+<>c.<GetOperationStatusTest>b__9_0 (System.Nullable`1[T] status) [0x00001] in /github/workspace/copiedProject/tezos-unity-sdk/Tests/Runtime/ApiTests.cs:136
at TezosSDK.Tezos.API.TezosAPI+<>c__DisplayClass14_0.<GetOperationStatus>b__0 (System.Exception error) [0x00022] in /github/workspace/copiedProject/tezos-unity-sdk/Runtime/Scripts/Tezos/API/TezosAPI.cs:247
at TezosSDK.Helpers.CoroutineWrapper`1[T].MoveNext () [0x000a2] in /github/workspace/copiedProject/tezos-unity-sdk/Runtime/Scripts/Helpers/CoroutineWrapper.cs:83
at UnityEngine.TestTools.TestEnumerator+<Execute>d__7.MoveNext () [0x0004e] in /github/workspace/TempProject/Library/PackageCache/com.unity.test-framework@1.1.31/UnityEngine.TestRunner/NUnitExtensions/Attributes/TestEnumerator.cs:46

Check failure on line 161 in copiedProject/tezos-unity-sdk/Tests/Runtime/ApiTests.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results

Tests.Runtime.ApiTests.GetOriginatedContractsForOwnerTest

  Expected: True
  But was:  False
Raw output
at Tests.Runtime.ApiTests+<>c.<GetOriginatedContractsForOwnerTest>b__11_0 (System.Collections.Generic.IEnumerable`1[T] originatedContracts) [0x00001] in /github/workspace/copiedProject/tezos-unity-sdk/Tests/Runtime/ApiTests.cs:161
at TezosSDK.Tezos.API.TezosAPI+<>c__DisplayClass17_0.<GetOriginatedContractsForOwner>b__0 (System.Exception error) [0x00001] in /github/workspace/copiedProject/tezos-unity-sdk/Runtime/Scripts/Tezos/API/TezosAPI.cs:298
at TezosSDK.Helpers.CoroutineWrapper`1[T].MoveNext () [0x000a2] in /github/workspace/copiedProject/tezos-unity-sdk/Runtime/Scripts/Helpers/CoroutineWrapper.cs:83
at UnityEngine.TestTools.TestEnumerator+<Execute>d__7.MoveNext () [0x0004e] in /github/workspace/TempProject/Library/PackageCache/com.unity.test-framework@1.1.31/UnityEngine.TestRunner/NUnitExtensions/Attributes/TestEnumerator.cs:46