Jan Richter
Jan Richter
Hi @HalloweenCoder, thanks for reporting this, I was able to reproduce it on master.
Hi @clebergnu thanks for your rewire. I tried to explain my approach during creation of the PR and also problems which I can see. I am not satisfied with this...
Hi @clebergnu I did a rebase to apply your changes from #5485, which fixes the CI problems. Can you please review this when you will have a time. Thanks.
Hi @RanjithaKamath, thank you for decision to use Avocado and welcome to the Avocado community. Can you please provide more information about your problem, especially System information, Avocado version and...
> Hi @richtja, this looks good, thanks! > > Besides the typo, I think the CLI syntax/interface is not prepared for the future extensibility you described. The current functionality is...
> @richtja I recently had to rebase the PR multiple times with newly introduced abstract methods of the spawner class, would you mind pinging me once you introduce PR-s that...
Hi @pevogam we did a big refactoring of our static checks in #5422, those changes are responsible for your failures. I agree with you that from this message it is...
> 2. Once a test completes so far we only get the `debug.log` and `stderr` in the test result directory and no additional data of any kind. > > >...
> @richtja The solution was pretty simple so far: > > ```diff > @@ -105,10 +105,11 @@ class LXCSpawner(Spawner, SpawnerMixin): > container, ["pgrep", "-r", "R,S", "avocado-runner"] > ) > return...
After the discussion, we come up with different approach for this problem. Now we are using two types of gathering sysinfo. The pre/post Job sysinfo and pre/post Test sysinfo. Both...