Actions
Testing #2583
closedxmera Omnia - Collection #2582: Test errors
Mysql2::Error: Data too long
Start date:
11/13/2024
Due date:
11/13/2024
% Done:
0%
Estimated time:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
Testing with a plain RM 5.1.3, Ruby 3.2.5 and MySQL 8.0.40-1debian12 leads to:
1) Error:
WikiContentTest#test_large_text_should_not_be_truncated_to_64k:
ActiveRecord::ValueTooLong: Mysql2::Error: Data too long for column 'text' at row 1
test/unit/wiki_content_test.rb:124:in `test_large_text_should_not_be_truncated_to_64k'
2) Error:
ChangesetTest#test_comments_should_accept_more_than_64k:
ActiveRecord::ValueTooLong: Mysql2::Error: Data too long for column 'comments' at row 1
test/unit/changeset_test.rb:665:in `test_comments_should_accept_more_than_64k'
Actions