Dne 15. 12. 23 v 17:03 Vít Ondruch napsal(a):
Dne 15. 12. 23 v 11:10 Vít Ondruch napsal(a):
Dne 26. 11. 23 v 15:13 Mamoru TASAKA napsal(a):
- rubygem-railties
https://copr.fedorainfracloud.org/coprs/mtasaka/rubygem-newruby-test-3-2/bui...
Testsuite is failing, but due to some different reason:
Failure: FullStackConsoleTest#test_sandbox [test/application/console_test.rb:133]: "> " expected, but got: Loading development environment in sandbox (Rails 7.0.8) Any modifications you make will be rolled back on exit â–½. Expected # encoding: ASCII-8BIT # valid: true "Loading development environment in sandbox (Rails 7.0.8)\r\nAny modifications you make will be rolled back on exit\r\n\e[1G\xE2\x96\xBD\e[6n" to include "> ". rails test test/application/console_test.rb:139 F Failure: FullStackConsoleTest#test_environment_option_and_irb_option [test/application/console_test.rb:133]: "> " expected, but got: Loading test environment (Rails 7.0.8) Switch to inspect mode. â–½. Expected # encoding: ASCII-8BIT # valid: true "Loading test environment (Rails 7.0.8)\r\nSwitch to inspect mode.\r\n\e[1G\xE2\x96\xBD\e[6n" to include "> ".
Isn't this related to the Aruba + Reline issue?
https://bugs.ruby-lang.org/issues/20052
https://github.com/ruby/reline/issues/616
Vít
I have tried to reproduce this with the latest version of Ruby, I have execute the console_test.rb more then 100x and I have not hit the issue. Was it fixed somehow? Not sure.
Vít