Running the Cucumber feature command_line_interface/minimum_score.feature:5 can fail on JRuby. See Failed build.
This is the output:
expected that command "rubycritic smelly.rb --no-browser" has exit status of "0", but has "143". (RSpec::Expectations::ExpectationNotMetError)
143 is SIGTERM. (Did the process get killed somehow?)
Speculation: Aruba has an exit_timeout setting, which is fixed at 30 in our features/support/env.rb. THAT could be the thing which sends the TERM signal to the rubycritic process, which is turn results in an exit status 143.
Background
See #222 for discussion.
Running the Cucumber feature
command_line_interface/minimum_score.feature:5can fail on JRuby. See Failed build.This is the output:
143 is SIGTERM. (Did the process get
killed somehow?)Speculation: Aruba has an exit_timeout setting, which is fixed at 30 in our features/support/env.rb. THAT could be the thing which sends the TERM signal to the
rubycriticprocess, which is turn results in an exit status 143.Background
See #222 for discussion.