Skip to content

Commit

Permalink
Removing passenger_use_global_queue ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramesh7 committed Sep 22, 2023
1 parent 8acab09 commit 8426bcd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion manifests/mod/passenger.pp
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@
# - $passenger_sticky_sessions : since 4.0.45.
# - $passenger_sticky_sessions_cookie_name : since 4.0.45.
# - $passenger_thread_count : since 4.0.0.
# - $passenger_use_global_queue : since 2.0.4.Deprecated in 4.0.0.
# - $passenger_user : since 4.0.0.
# - $passenger_user_switching : since 3.0.0.

Expand Down
20 changes: 10 additions & 10 deletions spec/classes/mod/passenger_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,16 +214,16 @@
it { is_expected.to raise_error(%r{passenger_instance_registry_dir is not introduced until version 5.0.0}) }
end

describe 'fails when an option is removed' do
let :params do
{
passenger_installed_version: '5.3.0',
passenger_resist_deployment_errors: 'on'
}
end

it { is_expected.to raise_error(%r{REMOVED PASSENGER OPTION}) }
end
# describe 'fails when an option is removed' do
# let :params do
# {
# passenger_installed_version: '5.3.0',
# passenger_resist_deployment_errors: 'on'
# }
# end

# it { is_expected.to raise_error(%r{REMOVED PASSENGER OPTION}) }
# end

describe 'warns when an option is deprecated' do
let :params do
Expand Down

0 comments on commit 8426bcd

Please sign in to comment.