Open BugenZhao opened 2 years ago
Cool! I think this is a nice-to-have feature.
But the problem 1/2 (clean-up) can be alternatively solved (or bypassed) by -j1
😄.
For the .part
problem, this solution can partly solve it, but I think it's still not the best way. IMO include subtest1.part
should be (able to be) parallized (but maybe another syntax e.g., subtest subtest1.part
). If so, the session-level side effects can also be isolated.
But the problem 1/2 (clean-up) can be alternatively solved (or bypassed) by
-j1
😄.
You're really clever! 😄
But the problem 1/2 (clean-up) can be alternatively solved (or bypassed) by
-j1
😄.
But we may also want to test the drop
statement. 🥵
But the problem 1/2 (clean-up) can be alternatively solved (or bypassed) by
-j1
😄.But we may also want to test the
drop
statement. 🥵
drop
is tested in a single slt
? Or what case do you mean.
But the problem 1/2 (clean-up) can be alternatively solved (or bypassed) by
-j1
😄.But we may also want to test the
drop
statement. 🥵
drop
is tested in a singleslt
? Or what case do you mean.
We want to test the correctness of the drop statements, but we may not want to resolve the dependencies manually to write the lines in order. 🤣
Yes, so I said your proposal is a nice-to-have feature 🤤
We may support the
defer
statement to do some clean-ups. There're several cases:drop
statements correctly. Withdefer
, that'll be natural.defer
to clean-up on failures.control mode
or session variable configurations bring side effects for otherpart
s in this session.