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: resolve e2e test failures #2122

Merged
merged 11 commits into from
Jun 14, 2023
Merged

fix: resolve e2e test failures #2122

merged 11 commits into from
Jun 14, 2023

Conversation

SgtPooki
Copy link
Member

fixes interop test failure in ipfs/kubo#9940

@SgtPooki SgtPooki requested a review from a team as a code owner June 13, 2023 18:42
@SgtPooki SgtPooki changed the title feat: resolve e2e test failures fix: resolve e2e test failures Jun 13, 2023
@SgtPooki SgtPooki temporarily deployed to Deploy June 13, 2023 18:53 — with GitHub Actions Inactive
this ensures kubo interop CI test only runs them once.. we don't want the burden of flakiness on them
@SgtPooki SgtPooki temporarily deployed to Deploy June 13, 2023 19:39 — with GitHub Actions Inactive
@SgtPooki SgtPooki temporarily deployed to Deploy June 13, 2023 22:41 — with GitHub Actions Inactive
@SgtPooki SgtPooki temporarily deployed to Deploy June 14, 2023 05:51 — with GitHub Actions Inactive
@SgtPooki SgtPooki temporarily deployed to Deploy June 14, 2023 06:52 — with GitHub Actions Inactive
@SgtPooki SgtPooki temporarily deployed to Deploy June 14, 2023 07:07 — with GitHub Actions Inactive
@SgtPooki SgtPooki temporarily deployed to Deploy June 14, 2023 07:22 — with GitHub Actions Inactive
@SgtPooki SgtPooki merged commit 106627d into main Jun 14, 2023
@SgtPooki SgtPooki deleted the fix/e2e-tests branch June 14, 2023 07:33
ipfs-gui-bot pushed a commit that referenced this pull request Jun 14, 2023
## [4.0.1](v4.0.0...v4.0.1) (2023-06-14)

 CID `bafybeigs6d53gpgu34553mbi5bbkb26e4ikruoaaar75jpfdywpup2r3my`

 ---

### Bug Fixes

* resolve e2e test failures ([#2122](#2122)) ([106627d](106627d))
@ipfs-gui-bot
Copy link
Collaborator

🎉 This PR is included in version 4.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link
Contributor

@whizzzkid whizzzkid left a comment

Choose a reason for hiding this comment

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

Looks good on the surface, but the hackiness might bite.

@@ -72,12 +75,16 @@ test.describe('IPNS publishing', () => {
let keyName
let ipfs
test.beforeEach(async ({ page }) => {
keyName = 'pet-name-e2e-ipns-test-' + new Date().getTime()
keyName = 'pet-name-e2e-ipns-test-' + new Date().getTime() + Math.random().toString(16).slice(2)
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't time randomness sufficient?

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.

3 participants