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

improve CI time: parallelize block chain test #1341

Closed
jangko opened this issue Nov 30, 2022 · 1 comment
Closed

improve CI time: parallelize block chain test #1341

jangko opened this issue Nov 30, 2022 · 1 comment

Comments

@jangko
Copy link
Contributor

jangko commented Nov 30, 2022

currently, block chain test consume 34m+, or about 50% of CI time. if we can parallelize block chain test, probably can save us a lot of time.

currently, we still have no tools to do this, unlike general state test.

see also #1340
need #1338

@jangko jangko added the tests label Nov 30, 2022
@jangko jangko added the hard label Aug 18, 2023
@jangko
Copy link
Contributor Author

jangko commented Oct 19, 2023

The slowness in Windows CI have been identified and fixed fixed. No longer need for paralelization.

  • Switch C compiler from GCC to llvm-mingw.
  • Use libbacktrace instead of baked in nim stack strace.
  • Use explicit 127.0.01 instead of 'localhost' for all tests involving network services.

@jangko jangko closed this as completed Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant