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

Tracking checks with nondeterministic results #1374

Open
yangby-cryptape opened this issue Aug 28, 2023 · 2 comments
Open

Tracking checks with nondeterministic results #1374

yangby-cryptape opened this issue Aug 28, 2023 · 2 comments
Assignees
Labels
github_actions Pull requests that update GitHub Actions code

Comments

@yangby-cryptape
Copy link
Collaborator

yangby-cryptape commented Aug 28, 2023

Contact Details

No response

What happened

About This Issue

This issue is used to track checks with nondeterministic results.

This issue is just an index which maintains failures of checks.
It's not for long discussions, questions, or bug reports.

If any specific matter is worth to be discussed, then open a dedicated issue to discuss, track and fix it.

Failures in GitHub Action

CI checks that failed first but passed when reruns.

Resolved

- Web3 Compatible Tests - `ProviderError: Cannot get receipt by hash` - [2023-10-16 No.2748](https://github.com/axonweb3/axon/actions/runs/6530906671/job/17731086681)

@Flouse Flouse added the github_actions Pull requests that update GitHub Actions code label Aug 28, 2023
@Flouse
Copy link
Contributor

Flouse commented Sep 26, 2023

@Flouse
Copy link
Contributor

Flouse commented Sep 28, 2023

Unit Tests

This may be caused by a possible global variable conflict.

Potential solutions

  1. Use cargo nextest to run unit tests
    ci: run unit tests in separate processes #1559
  2. Run cargo test in single thread mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

No branches or pull requests

4 participants
@Flouse @yangby-cryptape @sunchengzhu and others