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

fix(ci): remove unnecessary checks from ibc-tests #1813

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

quasystaty1
Copy link
Contributor

@quasystaty1 quasystaty1 commented Nov 13, 2024

Summary

removes immediate celestia balance check after performing ibc-transfer from celestia

Background

Current ibc-tests checks celestia wallet balance immediately after permorming an ibc transfer, this is redundant as we check the bablance change on the sequencer side. In addition to currently being broken duo to outdated expected value, the test currently passes randomly, most likely duo to latency.

Changes

  • remove celestia balance checks from ibc transfer from celestia
  • moves ibc-transfer check in run-without-native above fee-asset change, avoiding latency issues.

Testing

  • locally tested bad behavior by adding a 1s sleep prior to the first balance check

Changelogs

No updates required.

@quasystaty1 quasystaty1 requested a review from a team as a code owner November 13, 2024 18:31
@quasystaty1 quasystaty1 requested a review from aajimal November 13, 2024 18:31
@github-actions github-actions bot added the cd label Nov 13, 2024
@quasystaty1 quasystaty1 added this pull request to the merge queue Nov 19, 2024
Merged via the queue into main with commit 3830a3d Nov 19, 2024
49 checks passed
@quasystaty1 quasystaty1 deleted the quasystaty1/ci/flaky-test branch November 19, 2024 11:50
bharath-123 pushed a commit that referenced this pull request Dec 6, 2024
## Summary
removes immediate celestia balance check after performing ibc-transfer
**from** celestia
## Background
Current ibc-tests checks celestia wallet balance immediately after
permorming an ibc transfer, this is redundant as we check the bablance
change on the sequencer side. In addition to currently being broken duo
to outdated expected value, the test currently passes randomly, most
likely duo to latency.
## Changes
- remove celestia balance checks from ibc transfer from celestia
- moves ibc-transfer check in `run-without-native` above fee-asset
change, avoiding latency issues.

## Testing
- locally tested bad behavior by adding a 1s sleep prior to the first
balance check
## Changelogs
No updates required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants