You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CopilotAI
changed the title
[WIP] OpenSSL doesn't compile correctly in the OpenSSL test suite
Fix OpenSSL compilation on RHEL derivatives by adding RPATH support
Sep 11, 2025
damacus
changed the title
Fix OpenSSL compilation on RHEL derivatives by adding RPATH support
fix: OpenSSL compilation on RHEL derivatives by adding RPATH support
Sep 15, 2025
Top 10 slowest examples (1.07 seconds, 63.98% of total time)
Example
Description
Time in seconds
spec/unit/recipes/cache_spec.rb:45
haproxy_cache create a cache, frontend and backend and verify config is created properly is expected to render file "/etc/haproxy/haproxy.cfg"
0.14556
spec/unit/recipes/global_spec.rb:26
haproxy_config_global create haproxy config global is expected to render file "/etc/haproxy/haproxy.cfg"
0.13529
spec/unit/recipes/install_spec.rb:12
haproxy_install install haproxy using the package method is expected to install package "haproxy"
0.1268
spec/unit/recipes/fastcgi_spec.rb:63
haproxy_fastcgi create a fastcgi resource, frontend and backend and verify config is created properly is expected to render file "/etc/haproxy/haproxy.cfg"
0.12453
spec/unit/recipes/listen_spec.rb:106
haproxy_listen extra options http-request rule should be placed before use_backend rule is expected not to render file "/etc/haproxy/haproxy.cfg" with content /use_backend admin0 if path_beg /admin0.*http-request add-header Test Value/m
0.09991
spec/unit/recipes/listen_spec.rb:39
haproxy_listen create template with a listen resource is expected to render file "/etc/haproxy/haproxy.cfg"
0.09554
spec/unit/recipes/defaults_spec.rb:26
haproxy_config_defaults create a cache, frontend and backend and verify config is created properly is expected to render file "/etc/haproxy/haproxy.cfg"
0.08877
spec/unit/recipes/mailer_spec.rb:48
haproxy_mailer create a mailer, frontend and backend and verify config is created properly is expected to render file "/etc/haproxy/haproxy.cfg"
0.08723
spec/unit/recipes/listen_spec.rb:61
haproxy_listen option parameter with array of options is expected to render file "/etc/haproxy/haproxy.cfg"
0.08572
spec/unit/recipes/peer_spec.rb:45
haproxy_peer create a peers section, frontend and backend and verify config is created properly is expected to render file "/etc/haproxy/haproxy.cfg"
Fixed! The RSpec test was stubbing the command to return a truthy value, which caused the bash resource's not_if guard to prevent execution. Changed the stub to return false so the resource runs and can be tested properly. All tests now pass. (commit: 80e5a)
damacus
changed the title
fix: OpenSSL compilation on RHEL derivatives by adding RPATH support
fix(install): OpenSSL compilation on RHEL derivatives by adding RPATH support
Oct 20, 2025
damacus
changed the title
fix(install): OpenSSL compilation on RHEL derivatives by adding RPATH support
fix(Install): OpenSSL compilation on RHEL derivatives by adding RPATH support
Oct 20, 2025
Top 10 slowest examples (1.08 seconds, 65.34% of total time)
Example
Description
Time in seconds
spec/unit/recipes/cache_spec.rb:45
haproxy_cache create a cache, frontend and backend and verify config is created properly is expected to render file "/etc/haproxy/haproxy.cfg"
0.14558
spec/unit/recipes/global_spec.rb:26
haproxy_config_global create haproxy config global is expected to render file "/etc/haproxy/haproxy.cfg"
0.13581
spec/unit/recipes/install_spec.rb:12
haproxy_install install haproxy using the package method is expected to install package "haproxy"
0.1334
spec/unit/recipes/fastcgi_spec.rb:63
haproxy_fastcgi create a fastcgi resource, frontend and backend and verify config is created properly is expected to render file "/etc/haproxy/haproxy.cfg"
0.11855
spec/unit/recipes/listen_spec.rb:105
haproxy_listen extra options http-request rule should be placed before use_backend rule is expected to render file "/etc/haproxy/haproxy.cfg"
0.09913
spec/unit/recipes/peer_spec.rb:45
haproxy_peer create a peers section, frontend and backend and verify config is created properly is expected to render file "/etc/haproxy/haproxy.cfg"
0.09662
spec/unit/recipes/listen_spec.rb:39
haproxy_listen create template with a listen resource is expected to render file "/etc/haproxy/haproxy.cfg"
0.09612
spec/unit/recipes/defaults_spec.rb:26
haproxy_config_defaults create a cache, frontend and backend and verify config is created properly is expected to render file "/etc/haproxy/haproxy.cfg"
0.09086
spec/unit/recipes/frontend_backend_spec.rb:33
haproxy_frontend create frontend and backend with http-request rule placed before use_backend is expected to render file "/etc/haproxy/haproxy.cfg"
0.084
spec/unit/recipes/listen_spec.rb:106
haproxy_listen extra options http-request rule should be placed before use_backend rule is expected not to render file "/etc/haproxy/haproxy.cfg" with content /use_backend admin0 if path_beg /admin0.*http-request add-header Test Value/m
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.