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

[Windows] Subscribe for transactions with addresses (ABIv1) test failed #13

Closed
ch1seL opened this issue Mar 25, 2021 · 4 comments
Closed

Comments

@ch1seL
Copy link

ch1seL commented Mar 25, 2021

Steps to reproduce:

Result:

PS>$env:USE_NODE_SE="true";$env:TON_NETWORK_ADDRESS="http://localhost:8080";node run
1.11.0
✓ Test versions compatibility (1 / 0)
✓ crypto (2 / 0)
✓ encode_message (3 / 0)
✓ net (4 / 0)
✓ Block signatures (5 / 0)
✓ All Accounts (6 / 0)
✓ Ranges (7 / 0)
✓ Wait For (8 / 0)
𐄂 Subscribe for transactions with addresses (ABIv1) (8 / 1) - [
    {
        "matcherResult": {
            "pass": false
        },
        "message": "\u001b[2mexpect(\u001b[22m\u001b[31mreceived\u001b[39m\u001b[2m).\u001b[22mtoBeGreaterThan\u001b[2m(\u001b[22m\u001b[32mexpected\u001b[39m\u001b[2m)\u001b[22m\n\nExpected: > \u001b[32m0\u001b[39m\nReceived:   \u001b[31m0\u001b[39m"
    }
]
✓ Subscribe for transactions with addresses (ABIv2) (9 / 1)
✓ Subscribe for messages (ABI v1) (10 / 1)
✓ Subscribe for messages (ABI v2) (11 / 1)
✓ Transactions with addresses (12 / 1)
✓ Check shard_hashes greater then 0 (13 / 1)
---
success: 13
failure: 1

PS: I've open PR with a workaround for tests everx-labs/ever-sdk-js#206

@joydark
Copy link
Contributor

joydark commented Mar 25, 2021

Would you please retry test again. After tondev se start needs ~30 sec for node to start its services.

@nrukavkov
Copy link

Would you please retry test again. After tondev se start needs ~30 sec for node to start its services.

Thank you for your answer, but a workaround wouldn’t help, I guess

@nrukavkov
Copy link

nrukavkov commented Mar 25, 2021

We do not use docker image. We use Windows build of tonos-se

@joydark
Copy link
Contributor

joydark commented Mar 25, 2021

Accepted test changes.

@joydark joydark closed this as completed Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants