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

CORE - Fix integration tests #498

Open
pgoos opened this issue Mar 29, 2022 · 12 comments
Open

CORE - Fix integration tests #498

pgoos opened this issue Mar 29, 2022 · 12 comments

Comments

@pgoos
Copy link
Collaborator

pgoos commented Mar 29, 2022

yarn test --integration=true is failing.
It covers basic integration test against our testnet and akash.
The test needs to be fixed

Error: FAIL src/clients/bridges/IBCBridge/IBCBridge.integration-test.ts
  ● Test suite failed to run

    Cannot find module 'config/chains/akash/akash-testnet' from 'src/clients/bridges/IBCBridge/testFaucets.ts'

    Require stack:
      src/clients/bridges/IBCBridge/testFaucets.ts
      src/clients/bridges/IBCBridge/IBCBridge.integration-test.ts

      1 | import { DirectSecp256k1HdWallet } from "@cosmjs/proto-signing";
      2 | import { SigningStargateClient, coins } from "@cosmjs/stargate";
    > 3 | import { AKASH_TESTNET } from "config/chains/akash/akash-testnet";
        | ^
      4 | import fetch from "cross-fetch";
      5 |
      6 | // This contains TEST tokens only, please be nice and don't take them all.

      at Resolver.resolveModule (../node_modules/jest-resolve/build/resolver.js:324:11)
      at Object.<anonymous> (src/clients/bridges/IBCBridge/testFaucets.ts:3:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        7.979 s
Ran all test suites.
@pgoos pgoos self-assigned this Mar 29, 2022
@bksifchain bksifchain changed the title Fix integration tests CORE - Fix integration tests Mar 29, 2022
@pandaring2you
Copy link

Needed to allow us to update packages and avoid potential security vulnerabilities

@pandaring2you
Copy link

Blocking development of all integration tests. @canercandan to sync @pgoos @alanrsoares on priorities.

@pandaring2you
Copy link

Current issue: Docker image for github start .yml has not been updated in 6+ months. Need support to restore docker image that has a local chain running. Currently failing on creation of liquidity pools. @pgoos to sync with @jzvikart , if still have issues, pull in Lance.

@pandaring2you
Copy link

will sync with @canercandan to look at commands

@pandaring2you
Copy link

Will sync with @canercandan if he's freed up

@pandaring2you
Copy link

pandaring2you commented May 26, 2022

will continue to investigate, will sync w/Caner if run into roadblocks. will know timing estimate after assessing issue.

@pandaring2you
Copy link

getting errors on localnet for minting smart contracts. to sync wtih @jzvikart on resolving issues

@pandaring2you
Copy link

sync with @canercandan @sheokapr on artificially creating tokens on localnet .

@pgoos
Copy link
Collaborator Author

pgoos commented Jun 14, 2022

@canercandan would you find some time to discuss localnet use cases for erc20 tokens I pointed out on slack so that we can have a fully functional test environment for UI development?

@pandaring2you
Copy link

Caner/Piotr to sync tomorrow

@pandaring2you
Copy link

Was not able to sync with Caner, but will pursue a solution with siftool w/ @jzvikart

@pandaring2you
Copy link

@pgoos to investigate if this is still an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants