-
Notifications
You must be signed in to change notification settings - Fork 9
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
test: testing using ReTestItems #56
Conversation
@wsmoses can you make the buildkite pipeline public? |
f53e736
to
bb11461
Compare
@avik-pal pipeline should be public now |
Compilation ought be, but cpu is multi core so we shouldn’t do multiple
concurrent tests
…On Sun, Jul 28, 2024 at 12:51 PM Sergio Sánchez Ramírez < ***@***.***> wrote:
@avik-pal <https://github.com/avik-pal> I have a couple of questions:
- does TestItems allow for some form of hierarchical organization like
@testset?
- the parallelization is thread- or process-based? if it's
thread-based, @wsmoses <https://github.com/wsmoses> do we know if XLA
compilation is thread-safe?
—
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJTUXDJUHDBKXQ4GR42BU3ZOUOSNAVCNFSM6AAAAABLRKPPFGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJUGU3TQNZSGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
ReTestItems'
It is process-based. One nice thing about it is that it lets a test crash julia without crashing the main test process. |
bb11461
to
6d16643
Compare
6d16643
to
0c23681
Compare
See https://github.com/JuliaTesting/ReTestItems.jl
The main benefits are
name = ...