/home/ch03deploy/.rubies/ruby-3.3.8/bin/ruby -x /home/ch03deploy/99rgosse/sandbox/redmine/bin/bundle exec /home/ch03deploy/.rubies/ruby-3.3.8/bin/ruby /home/ch03deploy/99rgosse/sandbox/redmine/bin/rails test
Testing started at 5:44 PM ...
bin/rails aborted!
ActiveRecord::EnvironmentMismatchError: You are attempting to modify a database that was last run in `development` environment. (ActiveRecord::EnvironmentMismatchError)
You are running in `test` environment. If you are sure you want to continue, first set the environment using:
bin/rails db:environment:set RAILS_ENV=test
Tasks: TOP => db:test:load_schema => db:test:purge => db:check_protected_environments
(See full trace by running task with --trace)
Tests related to plugin autoloading should be run separately using "rails test:autoload"
sh: 1: convert: not found
(ImageMagick convert not available)
Bazaar test repository NOT FOUND. Skipping functional tests !!!
CVS test repository NOT FOUND. Skipping functional tests !!!
Filesystem test repository NOT FOUND. Skipping functional tests !!!
Git test repository NOT FOUND. Skipping functional tests !!!
Mercurial test repository NOT FOUND. Skipping functional tests !!!
Subversion test repository NOT FOUND. Skipping functional tests !!!
Git test repository NOT FOUND. Skipping integration tests !!!
(ImageMagick convert not available)
(Test LDAP server not configured)
Bazaar test repository NOT FOUND. Skipping unit tests !!!
Cvs test repository NOT FOUND. Skipping unit tests !!!
Filesystem test repository NOT FOUND. Skipping unit tests !!! See doc/RUNNING_TESTS.
Git test repository NOT FOUND. Skipping unit tests !!!
Mercurial test repository NOT FOUND. Skipping unit tests !!!
Subversion test repository NOT FOUND. Skipping unit tests !!!
Bazaar test repository NOT FOUND. Skipping unit tests !!!
CVS test repository NOT FOUND. Skipping unit tests !!!
Filesystem test repository NOT FOUND. Skipping unit tests !!! See doc/RUNNING_TESTS.
Git test repository NOT FOUND. Skipping unit tests !!!
Git UTF-8 test repository NOT FOUND. Skipping unit tests !!!
Mercurial test repository NOT FOUND. Skipping unit tests !!!
Subversion test repository NOT FOUND. Skipping unit tests !!!
Skipping LDAP tests.
Minitest::Assertion: Expected /
@Bob Doe<\/a> should not be parsed in jsmith@somenet.foo<\/a><\/p>/ to match "@Bob Doe should not be parsed in jsmith@somenet.foo
".
test/helpers/application_helper_test.rb:641:in `block in test_user_links_with_email_as_login_name_should_not_be_parsed_markdown'
test/test_helper.rb:104:in `with_settings'
test/helpers/application_helper_test.rb:635:in `test_user_links_with_email_as_login_name_should_not_be_parsed_markdown'
Minitest::Skip: Skipped, no message given
test/helpers/application_helper_test.rb:255:in `test_attached_images_with_markdown_and_non_ascii_filename'
DEPRECATION WARNING: ApplicationHelper#render_if_exist is deprecated and will be removed in Redmine 7.0. (called from test_render_if_exist_should_be_render_partial at /home/ch03deploy/99rgosse/sandbox/redmine/test/helpers/application_helper_test.rb:2274)
DEPRECATION WARNING: ApplicationHelper#render_if_exist is deprecated and will be removed in Redmine 7.0. (called from test_render_if_exist_should_be_render_nil at /home/ch03deploy/99rgosse/sandbox/redmine/test/helpers/application_helper_test.rb:2285)
Minitest::Skip: Skipped, no message given
test/helpers/journals_helper_test.rb:26:in `test_journal_thumbnail_attachments_should_return_thumbnailable_attachments'
Minitest::Skip: Skipped, no message given
test/helpers/journals_helper_test.rb:57:in `test_journal_thumbnail_attachments_should_be_in_the_same_order_as_the_journal_details'
DEPRECATION WARNING: to_time will always preserve the timezone offset of the receiver in Rails 8.0. To opt in to the new behavior, set `ActiveSupport.to_time_preserves_timezone = true`. (called from time_tag at /home/ch03deploy/99rgosse/sandbox/redmine/app/helpers/application_helper.rb:745)
Minitest::Skip: Skipped, no message given
test/functional/issues_controller_test.rb:451:in `test_index_grouped_by_created_on_if_time_zone_is_nil'
Minitest::Skip: Skipped, no message given
test/functional/issues_controller_test.rb:431:in `test_index_grouped_by_created_on_if_time_zone_is_utc'
Minitest::Skip: Skipped, no message given
test/functional/issues_controller_test.rb:473:in `test_index_grouped_by_created_on_as_pdf'
Minitest::Skip: Skipped, no message given
test/functional/issues_controller_test.rb:2848:in `test_show_with_thumbnails_enabled_should_display_thumbnails'
Minitest::Skip: Skipped, no message given
test/functional/repositories_controller_test.rb:229:in `test_fetch_changesets'
Minitest::Skip: Skipped, no message given
test/functional/repositories_controller_test.rb:188:in `test_show_without_main_repository_should_display_first_repository'
Minitest::Skip: Skipped, no message given
test/functional/repositories_controller_test.rb:211:in `test_show_should_show_diff_button_depending_on_browse_repository_permission'
Minitest::Assertion: "WikiContentVersion.count" didn't change by 0, but by 1.
Expected: 7
Actual: 8
test/functional/wiki_controller_test.rb:691:in `block (2 levels) in test_update_section_should_not_allow_stale_section_update'
test/functional/wiki_controller_test.rb:690:in `block in test_update_section_should_not_allow_stale_section_update'
test/functional/wiki_controller_test.rb:689:in `test_update_section_should_not_allow_stale_section_update'
Minitest::Assertion: Expected response to be a <404: missing>, but was a <200: OK>.
Expected: 404
Actual: 200
test/functional/wiki_controller_test.rb:410:in `test_edit_invalid_section_should_respond_with_404'
Minitest::Skip: SCM command is unavailable
test/functional/repositories_mercurial_controller_test.rb:40:in `setup'
Minitest::Skip: SCM command is unavailable
test/functional/repositories_bazaar_controller_test.rb:40:in `setup'
Minitest::Skip: Skipped, no message given
test/functional/timelog_controller_test.rb:1793:in `test_index_grouped_by_created_on'
Minitest::Skip: Skipped, no message given
test/functional/attachments_controller_test.rb:447:in `test_thumbnail_for_pdf_should_be_png'
Minitest::Assertion: --- expected
+++ actual
@@ -1,3 +1,4 @@
-"Header 1
-Header 2
-Header 3
"
+"# Header 1
+
## Header 2
+
### Header 3
+
"
.
Expected 0 to be >= 1.
test/functional/attachments_controller_test.rb:218:in `test_show_text_file_formatted_markdown'
Minitest::Skip: SCM command is unavailable
test/functional/repositories_cvs_controller_test.rb:43:in `setup'
Minitest::Skip: SCM command is unavailable
test/functional/repositories_subversion_controller_test.rb:37:in `setup'
Minitest::Skip: Skipped, no message given
test/integration/api_test/attachments_test.rb:70:in `block in '
Minitest::Skip: Skipped, no message given
test/integration/api_test/attachments_test.rb:44:in `block in '
Minitest::Assertion: Expected at least 1 element matching "head script:match('src',/\\/assets\\/jstoolbar\\/jstoolbar-\\w+.js/)", found 0.
Expected 0 to be >= 1.
test/integration/layout_test.rb:60:in `test_wiki_formatter_header_tags'
Minitest::Skip: SCM command is unavailable
test/unit/repository_mercurial_test.rb:38:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_mercurial_test.rb:38:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_mercurial_test.rb:38:in `setup'
Minitest::Skip: Skipped, no message given
test/unit/attachment_test.rb:517:in `test_thumbnailable_should_be_true_for_images'
Minitest::Skip: Skipped, no message given
test/unit/issue_nested_set_concurrency_test.rb:26:in `setup'
Minitest::Skip: Skipped, no message given
test/unit/issue_nested_set_concurrency_test.rb:26:in `setup'
Minitest::Skip: Skipped, no message given
test/unit/issue_nested_set_concurrency_test.rb:26:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_subversion_test.rb:33:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_subversion_test.rb:33:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_subversion_test.rb:33:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_subversion_test.rb:33:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_subversion_test.rb:33:in `setup'
Minitest::Skip: Skipped, no message given
test/unit/project_nested_set_concurrency_test.rb:35:in `test_concurrency'
Minitest::Skip: Skipped, no message given
test/unit/search_test.rb:172:in `test_search_should_be_case_and_accent_insensitive_with_mysql'
Minitest::Skip: Skipped, no message given
test/unit/search_test.rb:162:in `test_search_should_be_case_insensitive_with_accented_characters'
Minitest::Skip: Skipped, no message given
test/unit/search_test.rb:182:in `test_search_should_be_case_and_accent_insensitive_with_postgresql_and_noaccent_extension'
Minitest::Skip: SCM command is unavailable
test/unit/repository_cvs_test.rb:39:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_cvs_test.rb:39:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_cvs_test.rb:39:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_cvs_test.rb:39:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_cvs_test.rb:39:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_cvs_test.rb:39:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_bazaar_test.rb:53:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_bazaar_test.rb:53:in `setup'
Minitest::Skip: SCM command is unavailable
test/unit/repository_bazaar_test.rb:53:in `setup'
Process finished with exit code 1