Marcel Weinberg

Results 26 comments of Marcel Weinberg

I am currently working on it. Should be ready for christmas. :)

Still working on it but I have more challenges than expected with the tests in the GHA. So stay tuned. :)

So I made some good progress on this topic I think. I applied a bunch of changes mainly to the environment handling and to check if the scripts are executed...

@cognifloyd I agree and it would be fine for me, too. We could handle the remaining tests in a dedicated PR. But I'll take a look at @armab s link...

I found a solution for the ssh issue and these actions work now. Now I'll see if I find any hint why the two HTTP actions fail.

The execution of the self-checks works as expected now. I'll add the CHANGELOG-text soon and will also have a look at the failing integration test.

Hi @armab, I updated the PR to present the elapsed time as requested.

Oh jesus, sorry! This explains a lot... will fix this shortly. Update: already done. Something went wrong when I merged the upstream/master into my branch.

I fixed the multiple spaces before the = operator as reported by lint. That's something I'll keep in mind as I use this to format my code in other projects...

I added a test but it looks like I got something wrong. My expectation was that the reported duration will be calculated from `end_timestamp - start_timestamp` but the duration is...