okTurtles / group-income

A decentralized and private (end-to-end encrypted) financial safety net for you and your friends.
https://groupincome.org
GNU Affero General Public License v3.0
331 stars 44 forks source link

Fix Cypress heisenbug in group-chat #2264

Closed Silver-IT closed 2 months ago

Silver-IT commented 3 months ago

Summary of Changes

cypress[bot] commented 3 months ago

Passing run #2852 ↗︎

0 112 10 0 Flakiness 0

Details:

Merge 6b07aec9043a20e43ccfc3012c4dffc5629042bb into 4dddf4d595f725e95415252f8177...
Project: group-income Commit: 6c481ccbd7 ℹ️
Status: Passed Duration: 11:04 💡
Started: Jul 27, 2024 9:44 PM Ended: Jul 27, 2024 9:55 PM

Review all test suite changes for PR #2264 ↗︎

Silver-IT commented 3 months ago

This doesn't fix the heisenbug: https://github.com/okTurtles/group-income/actions/runs/10123374805/job/28000307999

Sorry, I will check it again. However, I can not see the error message. image

Silver-IT commented 3 months ago

While I was running the following command to get the Cypress failed on my local, I could encounter the Cypress failure.

while npx cypress run -c 'baseUrl=http://localhost:8000' --spec "test/cypress/integration/group-chat.spec.js"; do :; done

https://github.com/user-attachments/assets/ed440efa-1519-4a7c-958b-9df5c24f732e

Not sure but I think it seems to be related to the Issue #2171.

taoeffect commented 2 months ago

Closing in favor of #2294 which claims to fix this as well