Dominik Gedon

Results 115 comments of Dominik Gedon

Core did pass with the new adjustments to the positional arguments: ```bash ruby31-ctl:~/spacewalk/testsuite # rake cucumber:core /usr/bin/ruby.ruby3.1 -S bundle exec cucumber --profile default -f html -o output_20230202115333-core.html -f json -o...

A full test suite run passed with minimal issues: https://ci.suse.de/view/Manager/view/Uyuni-PRs/job/uyuni-prs-ci-tests-qe/45 ![image](https://user-images.githubusercontent.com/12104291/225252559-f06ea5df-c2d1-4dc3-b55e-92f89e5c44a4.png) The failures were also seen in the normal test suite, so not specific to my Ruby changes. But when...

# 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) But there are other valid methods for the Regex and String objects:...

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

The scenario is definitely too fast: ```bash Feature: Restart the PostgreSQL service Scenario: Restart the PostgreSQL database service # features/secondary/srv_restart_postgres.feature:6 This scenario ran at: 2023-10-25 15:45:58 +0200 Given I am...

I created a step for checking the taskomatic log as Oscar suggested. ```cucumber Scenario: Restart the PostgreSQL database service Given I am authorized for the "Admin" section When I restart...

If we leave the timeout in, the scenario succeeds: ```bash dominik-ctl:~/spacewalk/testsuite # cucumber features/secondary/srv_restart_postgres.feature (..) Scenario: Restart the PostgreSQL database service # features/secondary/srv_restart_postgres.feature:6 This scenario ran at: 2023-10-26 15:12:58 +0200...

`/var/log/salt/master `also does not contain anything useful, we only the error messages. ```bash dominik-srv:/ # tail /var/log/salt/master 2023-10-26 14:14:00,525 [salt.loaded.ext.engines.mgr_events:147 ][ERROR ][27280] salt.loaded.ext.engines.mgr_events: SSL connection has been closed unexpectedly 2023-10-26...

We need to disable this test for now, according to mc. It did cause too much issues in 4.3 where it already was merged. I will open a bug report...