Dominik Gedon
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  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  ## Ruby >= 2.7.6   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.
Rebase done.
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...