Commit Graph

4 Commits

Author SHA1 Message Date
c9b33ca00a Wait for next block after creating an auction and clean up
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 2m52s
Build / build (pull_request) Successful in 3m4s
Lint / Run golangci-lint (pull_request) Successful in 4m57s
Unit Tests / test-unit (pull_request) Successful in 2m4s
E2E Tests / test-e2e (pull_request) Successful in 2m49s
2024-03-11 14:24:48 +05:30
f2345ea089 Disable timeouts in E2E test network
Some checks failed
Build / build (pull_request) Successful in 3m9s
E2E Tests / test-e2e (pull_request) Failing after 3m44s
Lint / Run golangci-lint (pull_request) Successful in 4m15s
Integration Tests / test-integration (pull_request) Successful in 2m51s
Unit Tests / test-unit (pull_request) Successful in 2m39s
2024-03-11 12:15:50 +05:30
ce005bc725 Use variable block timeout in E2E test network
Some checks failed
Build / build (pull_request) Successful in 3m15s
Integration Tests / test-integration (pull_request) Successful in 1m24s
Lint / Run golangci-lint (pull_request) Successful in 5m11s
Unit Tests / test-unit (pull_request) Successful in 2m25s
E2E Tests / test-e2e (pull_request) Failing after 1m43s
2024-03-07 18:52:18 +05:30
8c0540bdb5 Add a test network setup and patch for E2E tests (#18)
Some checks failed
Lint / Run golangci-lint (push) Successful in 2m58s
E2E Tests / test-e2e (push) Failing after 1m31s
Integration Tests / test-integration (push) Successful in 1m17s
Unit Tests / test-unit (push) Successful in 1m15s
- The E2E tests sometimes fail with error `timeout exceeded waiting for block` in CI (always passed locally)
- The error occurs in the test network (provided in cosmos-sdk) creation when [waiting](https://github.com/cosmos/cosmos-sdk/blob/v0.50.3/testutil/network/network.go#L622) for the first block because of block timeout being too short ([hardcoded](https://github.com/cosmos/cosmos-sdk/blob/v0.50.3/testutil/network/network.go#L670) to 5s)
- Copy over this network setup in the repo and patch to skip this check; we are waiting for a block to appear after the network creation anyway

Reviewed-on: deep-stack/laconic2d#18
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-03-07 12:35:59 +00:00