Fix tests with modulesync 7.3.0; allow latest dependency versions#414
Fix tests with modulesync 7.3.0; allow latest dependency versions#414bastelfreak merged 25 commits intomasterfrom unknown repository
Conversation
CI complained about REFERENCE.md being outdated Auto-generated with `bundle exec rake release:prepare`
| end | ||
| end | ||
|
|
||
| require 'support/acceptance/constants.rb' |
There was a problem hiding this comment.
None of the constants where used in both spec and acceptance, so I separated them into to files.
| IFS='-' read -ra values <<< "$java_raw_version" | ||
| java_version=${values[0]} | ||
| # early access format e.g 11-ea or 11.0.18-ea | ||
| IFS='-' read -ra java_raw_version <<< "$java_raw_version" |
There was a problem hiding this comment.
The java-11-openjdk-headless package in centos-stream8 ( used in acceptance tests ) report java version 11.0.18-ea.
These changes are needed for the script to resolv the major version correctly.
This issue and solution has been posted to atlassian support as well.
There was a problem hiding this comment.
| require => Postgresql::Server::Db['jira'], | ||
| java_package => $java_package, | ||
| javahome => $java_home, | ||
| script_check_java_manage => true, |
There was a problem hiding this comment.
Need this to be able to run without error on centos-stream8
|
Could anyone please help me look at the failing acceptance tests here? both CentOS 7 and Ubuntu 20.04 acceptance tests run fine locally. For me both OracleLinux 7 and 8 fail locally with |
|
I have been hacking the acceptance test in this PR to figure out why mysql won't start on ubuntu 20.04 ... Does anyone know how to fix apparmor issues here? |
Pull Request (PR) description
Resolving spec and acceptance issues
This Pull Request (PR) fixes the following issues
Fixes #394