Bug ID | 1102075 |
---|---|
Summary | [Build 20180719] openQA test fails in rails |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
URL | https://openqa.opensuse.org/tests/709954/modules/rails/steps/12 |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Ruby |
Assignee | ruby-devel@suse.de |
Reporter | dimstar@opensuse.org |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
## Observation openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-extra_tests_in_textmode@64bit fails in [rails](https://openqa.opensuse.org/tests/709954/modules/rails/steps/12) ## Reproducible Fails since (at least) Build [20180714](https://openqa.opensuse.org/tests/708132) ## Expected result Last good: [20180714](https://openqa.opensuse.org/tests/707517) (or more recent) ## Further details Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&version=Tumbleweed&distri=opensuse&machine=64bit&flavor=DVD&test=extra_tests_in_textmode) The rails stack is (once again) broken: the sqlite3 module seems not to be present after executing the test. the test-code does: > zypper -n in -C "rubygem(rails)" > rails new mycoolapp --skip-bundle --skip-test > cd mycoolapp > (rails server -b 0.0.0.0 &)