Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

test: fix Cypress test flakes#5086

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

Josh-Cena
Copy link
Member

@Josh-CenaJosh-Cena commentedMay 27, 2022
edited
Loading

PR Checklist

Overview

@nx-cloud
Copy link

nx-cloudbot commentedMay 27, 2022
edited
Loading

☁️ Nx Cloud Report

CI is running/has finished running commands for commite1b3029. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 47 targets

Sent with 💌 fromNxCloud.

@typescript-eslint
Copy link
Contributor

Thanks for the PR,@Josh-Cena!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitorsper day.

@netlify
Copy link

netlifybot commentedMay 27, 2022
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commite1b3029
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/6292a6a719f68f00091d6b53
😎 Deploy Previewhttps://deploy-preview-5086--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to yourNetlify site settings.

@@ -31,7 +31,9 @@ runs:
- uses: actions/cache@v3
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
path: |
${{ steps.yarn-cache-dir-path.outputs.dir }}
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

This is essentially a subpath of~/.cache. I don't know if there would be any adverse effects if we simply cache the entire~/.cache, or if I should constrain it to certain subpaths.

@Josh-Cena
Copy link
MemberAuthor

Josh-Cena commentedMay 27, 2022
edited
Loading

I have toyarn cypress install, although I did persist the cache. I don't know if that's fully necessary, but it at least works this way, and doesn't take much time anyway (since the binarydoes get cached)

- name: Cypress run
uses: cypress-io/github-action@v2
with:
project: ./packages/website
start: yarn start
wait-on: http://localhost:3000
Copy link
MemberAuthor

@Josh-CenaJosh-CenaMay 27, 2022
edited
Loading

Choose a reason for hiding this comment

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

Side fix: this should be able to fix the ESOCKETTIMEDOUT error.

@Josh-Cena
Copy link
MemberAuthor

@JoshuaKGoldberg Do you want to try bumping the Cypress version in this PR? Doesn't seem that flaky now.

@Josh-CenaJosh-Cena changed the titleci: cache Cypress binary in installci: fix Cypress test flakesMay 27, 2022
@Josh-Cena
Copy link
MemberAuthor

Error: connect ECONNREFUSED 127.0.0.1:3000

😨

@bradzacherbradzacher changed the titleci: fix Cypress test flakeschore: fix Cypress test flakesMay 27, 2022
@bradzacher
Copy link
Member

maybe we don't need thewait-on? The action passed without it!

@Josh-Cena
Copy link
MemberAuthor

Right... I'm still worried that ESOCKETTIMEDOUT will come back, particularly if we stop pinning our Cypress version.

bradzacher reacted with laugh emoji

Copy link
Member

@bradzacherbradzacher left a comment

Choose a reason for hiding this comment

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

image

image

@bradzacherbradzacher added the repo maintenancethings to do with maintenance of the repo, and not with code/docs labelMay 27, 2022
@bradzacherbradzacher changed the titlechore: fix Cypress test flakestest: fix Cypress test flakesMay 27, 2022
@JoshuaKGoldberg
Copy link
Member

yolo

@JoshuaKGoldbergJoshuaKGoldbergenabled auto-merge (squash)May 28, 2022 22:48
@JoshuaKGoldbergJoshuaKGoldberg merged commit5feb2db intotypescript-eslint:mainMay 28, 2022
@Josh-CenaJosh-Cena deleted the fix-cypress branchMay 29, 2022 03:21
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsJun 29, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@bradzacherbradzacherbradzacher approved these changes

Assignees
No one assigned
Labels
repo maintenancethings to do with maintenance of the repo, and not with code/docs
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Website tests flake: ESOCKETTIMEDOUT
3 participants
@Josh-Cena@bradzacher@JoshuaKGoldberg

[8]ページ先頭

©2009-2025 Movatter.jp