There was an error while loading. Please reload this page.
1 parent 64ffba7 commit 9b4d168Copy full SHA for 9b4d168
1 file changed
spec/classes/solr_spec.rb
@@ -104,7 +104,7 @@
104
).with_content(%r{SOLR_ENV="/var/solr/solr.in.sh"})
105
}
106
107
- it { is_expected.to contain_systemd__service_limits('solr.service') }
+ it { is_expected.to contain_systemd__manage_dropin('solr.service-90-limits.conf') }
108
it { is_expected.to contain_limits__limits('solr/nofile') }
109
it { is_expected.to contain_limits__limits('solr/nproc') }
110
@@ -121,7 +121,7 @@
121
122
it { is_expected.to compile.with_all_deps }
123
124
- it { is_expected.not_to contain_systemd__service_limits('solr.service') }
+ it { is_expected.not_to contain_systemd__manage_dropin('solr.service-90-limits.conf') }
125
it { is_expected.not_to contain_limits__limits('solr/nofile') }
126
it { is_expected.not_to contain_limits__limits('solr/nproc') }
127
end
0 commit comments