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

chore(test): drop usage of ganache in old E2E tests #12759

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Conversation

jakubgs
Copy link
Member

@jakubgs jakubgs commented Nov 16, 2023

The Ganache tool has been replaced by Hardhat:
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat

Also, yes, I don't use PR templates, call the police.

@jakubgs jakubgs self-assigned this Nov 16, 2023
@anastasiyaig
Copy link
Contributor

image

@status-im-auto
Copy link
Member

status-im-auto commented Nov 16, 2023

Jenkins Builds

Click to see older builds (7)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ ed6c900 #1 2023-11-16 09:00:05 ~6 min tests/nim 📄log
✔️ ed6c900 #1 2023-11-16 09:03:32 ~9 min macos/aarch64 🍎dmg
✔️ ed6c900 #1 2023-11-16 09:04:15 ~10 min macos/x86_64 🍎dmg
✔️ ed6c900 #1 2023-11-16 09:05:58 ~12 min tests/ui 📄log
✔️ ed6c900 #1 2023-11-16 09:10:57 ~17 min linux/x86_64 📦tgz
✔️ ed6c900 #1 2023-11-16 09:21:50 ~27 min windows/x86_64 💿exe
✔️ ed6c900 #1 2023-11-16 09:29:03 ~35 min tests/e2e 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 4658a99 #2 2023-11-16 10:21:19 ~5 min macos/aarch64 🍎dmg
✔️ 4658a99 #2 2023-11-16 10:24:41 ~8 min macos/x86_64 🍎dmg
✔️ 4658a99 #2 2023-11-16 10:25:24 ~9 min tests/nim 📄log
✔️ 4658a99 #2 2023-11-16 10:29:14 ~13 min linux/x86_64 📦tgz
✔️ 4658a99 #2 2023-11-16 10:30:18 ~14 min tests/ui 📄log
✖️ 4658a99 #2 2023-11-16 10:53:23 ~37 min tests/e2e 📄log
✔️ 4658a99 #2 2023-11-16 10:54:53 ~38 min windows/x86_64 💿exe
✔️ f8d78cd #3 2023-11-16 11:27:34 ~5 min macos/aarch64 🍎dmg
✔️ f8d78cd #3 2023-11-16 11:28:33 ~6 min tests/nim 📄log
✔️ f8d78cd #3 2023-11-16 11:29:35 ~7 min macos/x86_64 🍎dmg
✔️ f8d78cd #3 2023-11-16 11:34:05 ~12 min tests/ui 📄log
✔️ f8d78cd #3 2023-11-16 11:36:00 ~14 min linux/x86_64 📦tgz
✔️ f8d78cd #3 2023-11-16 11:43:12 ~21 min windows/x86_64 💿exe
✖️ f8d78cd #3 2023-11-16 11:45:13 ~23 min tests/e2e 📄log

Copy link
Contributor

@stefandunca stefandunca left a comment

Choose a reason for hiding this comment

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

👌🏼

'trufflesuite/ganache:v7.4.1'
).run(
["-p 127.0.0.1:${env.GANACHE_RPC_PORT}:8545",
"-v ${env.WORKSPACE}/test/ui-test/fixtures/ganache-dbs/goerli:/goerli-db"].join(' '),
Copy link
Contributor

@stefandunca stefandunca Nov 16, 2023

Choose a reason for hiding this comment

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

@anastasiyaig, does the testing team plan to migrate the text fixture to the new tool, or should we also remove the ganache DB and data folder next?

Copy link
Contributor

Choose a reason for hiding this comment

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

we want to try other solution, but ganache is dead completely so lets remove everything

The Ganache tool has been replaced by Hardhat:
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat

Signed-off-by: Jakub Sokołowski <jakub@status.im>
@jakubgs jakubgs merged commit f8d78cd into master Nov 16, 2023
7 of 9 checks passed
@jakubgs jakubgs deleted the ci/drop-ganache branch November 16, 2023 12:16
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.

4 participants