Dominik Gedon

Results 87 comments of Dominik Gedon

@raulillo82 This can also be merged at some point to align the branches with 4.3, too. It is not exactly a test suite fix, though. I did rebase the branch...

Rebase done. Once the tests are finished, I will merge the PR.

Closing until the 5.0 release. After that, we can do those refactors.

Please rebase. I recently also did some of your changes, @maximenoel8, due to errors in the 5.0 Beta 1 BV.

A full test suite run with Ruby 2.7 and the default gems were successful and showed only 2 failures in secondary which are considered flaky tests. [ruby27_consoletext.txt](https://github.com/uyuni-project/uyuni/files/10576834/ruby27_consoletext.txt) ![image](https://user-images.githubusercontent.com/12104291/216548722-0075f4a8-1e68-44cd-864e-c173d9317c13.png) ![image](https://user-images.githubusercontent.com/12104291/216548895-47c28be6-35fa-4e2b-acb3-ebde7dc3956f.png) However...

This will get reopened/worked on after the 5.0 FCS.

# deprecated Object#=~ - https://bugs.ruby-lang.org/issues/15231 - https://ruby-doc.org/core-3.1.1/Object.html#method-i-3D~ ## Ruby < 2.7.6 ![image](https://user-images.githubusercontent.com/12104291/228191003-ce2aeba4-f69b-46e5-aebe-15966e2acc34.png) ## Ruby >= 2.7.6 ![image](https://user-images.githubusercontent.com/12104291/228189834-76a005e7-8690-441a-bf61-78df296fa42a.png) ![image](https://user-images.githubusercontent.com/12104291/228191699-3829245b-ec9d-4716-a32e-03100d40c4bd.png) The `match?` method provides a more explicit and readable way to perform...

```bash dominik-ctl:~ # ps aux | grep chrome root 20760 0.6 0.9 33648216 18384 pts/1 Sl 16:43 0:05 /usr/bin/chromedriver --port=9515 root 20768 0.7 9.7 34278968 196732 pts/1 S

## Minitest error Fixed with another minitest import in `env.rb`. ```bash dominik-ctl:~/spacewalk/testsuite # rake cucumber:sanity_check /usr/bin/ruby.ruby3.3 -S bundle exec cucumber --profile default -f html -o results/output_20240812095247-sanity_check.html -f json -o results/output_20240812095247-sanity_check.json...

Closed in favor of https://github.com/uyuni-project/uyuni/pull/9181