Tina Müller (tinita)

Results 411 comments of Tina Müller (tinita)

@d3flex I added a little fix in line 27 regarding the expected error response

I am now installing the plugin in CircleCI from CPAN, and we can now see a bit better which tests are still failing because of various problems. See https://progress.opensuse.org/issues/188595#note-15

I created #20

> Calling a method with no parameter is the same here as with an undef argument. That's not the same. When I run the test, I get: ``` ::: basetest::runtest:...

I think we should use ``` sub run ($self, $args = undef) { ``` in our unit test test modules. and then we can always pass the run_args argument. edit:...

Fior the record: The problem with global vars is [action at a distance](https://en.wikipedia.org/wiki/Action_at_a_distance_(computer_programming)) and that you later can't change the implementation easily (e.g. move the variables elsewhere), unless you change...

Seemingly unrelated errors in 34-git.t that I can't reproduce locally, although I have the same git version 2.51.0 https://build.opensuse.org/package/live_build_log/devel:openQA:GitHub:os-autoinst:os-autoinst:PR-2743/os-autoinst/openSUSE_Tumbleweed/x86_64 ``` [ 96s] 3: # Subtest: failing clone [ 96s] 3:...

> Seemingly unrelated errors [...] Oh nice, you branched from 053f2f21265940fa875114a03248c5e764f7c3b8 (february 2025) but the fix for git was made in march 2025: 84740beb79bfdc7b31c376e6fcdd4a6a5b036c69 rebase :D

https://github.com/os-autoinst/os-autoinst/actions/runs/17611367599/job/50033871288?pr=2743#step:3:475 ``` # Undefined subroutine &backend::qemu::run called at /opt/script/../backend/qemu.pm line 872. ```