parallelize FFI language binding tests in contrib/test.sh#1504
parallelize FFI language binding tests in contrib/test.sh#1504caarloshenriq wants to merge 3 commits intopayjoin:masterfrom
Conversation
Coverage Report for CI Build 25125404880Coverage remained the same at 84.989%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
cbb780f to
8b64a29
Compare
|
So I have it in writing I did have to clean the |
added a script in |
spacebear21
left a comment
There was a problem hiding this comment.
cACK
I'm afk this week so may not get around to testing this but ideally would like someone to validate and post the output of:
- all succeeds
- fails for one specific language
- fails for all languages
Here are the three scenarios you requested. I've trimmed the outputs for readability as they were quite verbose: 1. All succeeds ( 2. Fails for one specific language — javascript ( 3. Fails for all languages ( In all failure scenarios the script correctly returns exit code |
762a5b7 to
54b39c1
Compare
Parallelizes the language binding tests in
payjoin-ffi/contrib/test.shinstead of running them sequentially.
This is a follow-up to a comment by @spacebear21 on #1492.
AI Assistance: Used Claude to help implement the parallelization approach.
Pull Request Checklist
Please confirm the following before requesting review:
AI
in the body of this PR.