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: Update chromedriver deps, make install conditional in CI, and fix indexer sync error in cucumber tests #859

Merged
merged 5 commits into from
Feb 27, 2024

Conversation

jasonpaulos
Copy link
Contributor

@jasonpaulos jasonpaulos commented Feb 23, 2024

This PR solves two, independent issues which recently caused our CI build to fail.

Chromedriver

The chromedriver download URL changed recently, which resulted in our circle CI orb and npm dependency to fail to install it.

This PR updates both of those dependencies, as well as adds conditional logic to our circle CI job to only attempt to install chrome & related tools if it's a browser build. This should make the build more resilient, so that at least some jobs can proceed even if something like this happens again.

Indexer Sync Issue

Cucumber integration tests started failing due to a timing issue with indexer catching up to algod.

algorand/algorand-sdk-testing#309 is the test definition fix, and this PR implements the new step which improves synchronization

@jasonpaulos jasonpaulos requested a review from a team as a code owner February 23, 2024 20:28
@jasonpaulos jasonpaulos changed the title Update chromedriver deps and make install conditional in CI Fix: Update chromedriver deps and make install conditional in CI Feb 23, 2024
@jasonpaulos jasonpaulos changed the title Fix: Update chromedriver deps and make install conditional in CI Fix: Update chromedriver deps, make install conditional in CI, and fix indexer sync error in cucumber tests Feb 23, 2024
@jasonpaulos jasonpaulos merged commit a4eccfb into develop Feb 27, 2024
3 checks passed
@jasonpaulos jasonpaulos deleted the update-chromedriver branch February 27, 2024 21:50
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