Feature #35014
Review and update supported database engines and versions
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Database | |||
Target version: | 5.0.0 | |||
Resolution: |
Description
Supported database engines and versions were not been updated for a while and we should do it in Redmine 5.0.0.
History
#1
Updated by Marius BALTEANU 13 days ago
Tests pass on MySQL 8, but issue_nested_set_concurrency_test
still fails:
➜ redmine git:(feature/postgresql-13) ✗ ruby test/unit/issue_nested_set_concurrency_test.rb Run options: --seed 4055 # Running: .F Failure: IssueNestedSetConcurrencyTest#test_concurrency [test/unit/issue_nested_set_concurrency_test.rb:48]: Expected "Mysql2::Error: Deadlock found when trying to get lock; try restarting transaction" to be nil. rails test test/unit/issue_nested_set_concurrency_test.rb:41
Anyway, considering that MySQL 5.7 is used on CI, my proposal regarding to MySQL is to update the documentation and mention that we test Redmine against MySQL 5.7 (#17460) and 8 and drop MySQL 5.5 (#30419) and MySQL 5.6.
What do you think?