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: intermittent test failures #1195

Closed
wants to merge 6 commits into from
Closed

fix: intermittent test failures #1195

wants to merge 6 commits into from

Conversation

faddat
Copy link
Contributor

@faddat faddat commented Feb 26, 2024

1. Summary

This PR fixes intermittent test failures on quicksilver, which are platform dependent.

2.Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

3. Implementation details

4. How to test/use

5. Checklist

  • Does the Readme need to be updated?

6. Limitations (optional)

7. Future Work (optional)

Summary by CodeRabbit

  • Chores
    • Updated Go version to "1.22" across various workflow files for consistency and compatibility.
    • Streamlined build, test, and simulation processes with updated configurations and simplified event triggers.
    • Refactored workflows to streamline the build and test processes, including simplifying event triggers and adjusting setup for Go versions and operating systems.

Copy link

vercel bot commented Feb 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
quicksilver ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2024 8:21pm

Copy link
Contributor

coderabbitai bot commented Feb 26, 2024

Walkthrough

The recent updates across various GitHub workflow files aim to standardize the Go version to "1.22" for consistency and compatibility. These changes optimize event triggers, job configurations, and OS setups, enhancing the CI/CD pipeline efficiency.

Changes

Files Change Summary
.github/workflows/buildtest.yaml Refactored workflow for streamlined build and test process. Simplified event triggers, updated job configurations, and adjusted setup for Go versions and operating systems.
.github/workflows/codeql.yml,
.github/workflows/docker.yaml,
.github/workflows/golangci.yml,
.github/workflows/icq-relayer-build-test.yml,
.github/workflows/interchaintest.yaml,
.github/workflows/simulation.yml
Updated Go version to "1.22", streamlined build, test, and simulation processes. Simplified event triggers, updated job configurations, and adjusted setup for different operating systems.

🐰✨
In the world of code, where updates are bold,
A rabbit hopped in, with a story untold.
"To '1.22', Go versions align,
Consistency and compatibility, together they shine.
Streamlined and swift, the workflows do run,
Under the vast, ever-changing tech sun."
🌟🐾


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between ac8c170 and bfb521a.
Files ignored due to path filters (1)
  • go.mod is excluded by: !**/*.mod
Files selected for processing (7)
  • .github/workflows/buildtest.yaml (1 hunks)
  • .github/workflows/codeql.yml (1 hunks)
  • .github/workflows/docker.yaml (1 hunks)
  • .github/workflows/golangci.yml (1 hunks)
  • .github/workflows/icq-relayer-build-test.yml (2 hunks)
  • .github/workflows/interchaintest.yaml (4 hunks)
  • .github/workflows/simulation.yml (1 hunks)
Files skipped from review due to trivial changes (1)
  • .github/workflows/docker.yaml
Additional comments: 9
.github/workflows/simulation.yml (1)
  • 22-22: The update of the Go version to "1.22" is correctly implemented. Ensure compatibility with the project's dependencies and the overall workflow to avoid potential issues arising from the version update.
.github/workflows/icq-relayer-build-test.yml (2)
  • 8-8: The Go version update to "1.22.x" for the test job is correctly implemented. Ensure compatibility with the icq-relayer component and the project's dependencies.
  • 22-22: The Go version update to "1.22.x" for the build job is correctly implemented. Ensure compatibility with the icq-relayer component and the project's dependencies.
.github/workflows/buildtest.yaml (1)
  • 8-9: The update of the Go version to "1.22.x" and the inclusion of windows-latest in the operating systems matrix are correctly implemented. Ensure compatibility with the project's dependencies and the build and test processes.
.github/workflows/golangci.yml (1)
  • 30-30: The update of the Go version to '1.22' is correctly implemented. Ensure compatibility with the project's dependencies and the golangci-lint tool to avoid potential issues arising from the version update.
.github/workflows/interchaintest.yaml (4)
  • 40-40: The Go version update to "1.22" for the build-and-push-image job is correctly implemented. Ensure compatibility with the interchain test processes and the project's dependencies.
  • 61-61: The Go version update to "1.22" for the test-quicksilver-basic job is correctly implemented. Ensure compatibility with the interchain test processes and the project's dependencies.
  • 78-78: The Go version update to "1.22" for the test-quicksilver-ibc job is correctly implemented. Ensure compatibility with the interchain test processes and the project's dependencies.
  • 95-95: The Go version update to "1.22" for the test-quicksilver-interchainstaking job is correctly implemented. Ensure compatibility with the interchain test processes and the project's dependencies.

@faddat faddat changed the title feat: fix intermittent test failures fix: intermittent test failures Feb 26, 2024
@faddat
Copy link
Contributor Author

faddat commented Feb 26, 2024

there was a space after the .md in the architecture docs. No, not joking.

@faddat
Copy link
Contributor Author

faddat commented Feb 26, 2024

also windows isn't a real os anyhow

@faddat faddat closed this Feb 26, 2024
@faddat faddat reopened this Feb 26, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between bfb521a and 851241e.
Files ignored due to path filters (1)
  • icq-relayer/go.mod is excluded by: !**/*.mod
Files selected for processing (1)
  • .github/workflows/buildtest.yaml (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/buildtest.yaml

@faddat
Copy link
Contributor Author

faddat commented Feb 26, 2024

@coderabbitai - windows isn't a real os, yeah?

Copy link
Contributor

coderabbitai bot commented Feb 26, 2024

Tip

For best results, initiate chat on the files or code changes.

@faddat - While opinions on operating systems can vary widely, it's important to recognize the diversity of environments in which software runs today. Our goal is to ensure broad compatibility and reliability across all platforms, including Windows, to serve as many users as possible effectively. Let's focus on the technical aspects and objectives of the PR to enhance the stability and reliability of the "quicksilver" platform. If there are any specific concerns or suggestions related to the PR, I'm here to help!

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 851241e and ffce00b.
Files selected for processing (1)
  • .github/workflows/buildtest.yaml (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/buildtest.yaml

@joe-bowman
Copy link
Contributor

The failures are not platform dependent. If one fails the others will auto bail rather than carry on.

The most common issue appears to be Dependabot not having access to the code coverage secret. I posted a fix for this earlier.

Will use go1.22 post 1.5.0 release. It is too immature to use in prod without extensive running on testnet

@faddat
Copy link
Contributor Author

faddat commented Mar 1, 2024

K I'll shelve this for now

@faddat faddat marked this pull request as draft March 1, 2024 18:12
@joe-bowman joe-bowman closed this Mar 27, 2024
@joe-bowman joe-bowman deleted the faddat/v122 branch May 8, 2024 13:38
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

Successfully merging this pull request may close these issues.

2 participants