Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't fail tests when RCTL is not enabled #22

Closed
fabianfreyer opened this issue Jul 24, 2018 · 1 comment
Closed

Don't fail tests when RCTL is not enabled #22

fabianfreyer opened this issue Jul 24, 2018 · 1 comment
Labels
bug Something isn't working ci Continuous Integration
Projects
Milestone

Comments

@fabianfreyer
Copy link
Contributor

fabianfreyer commented Jul 24, 2018

At the moment the CI fails on the RCTL step, as RCTL isn't allowed in jails:
https://buildbot.bsd.builders/#/builders/2/builds/24/steps/4/logs/stdio

We should probably:

  • Check whether we are in a jail (security.jail.jailed) when probing for RCTL Support
  • Fail gracefully when it isn't supported
@fabianfreyer fabianfreyer added bug Something isn't working ci Continuous Integration labels Jul 24, 2018
@fabianfreyer fabianfreyer added this to the 0.0.6 milestone Jul 24, 2018
@fabianfreyer fabianfreyer added this to To do in Features via automation Jul 24, 2018
Features automation moved this from To do to Done Jul 24, 2018
@fabianfreyer
Copy link
Contributor Author

Added detection for jailed RCTL in rctl 0.0.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci Continuous Integration
Projects
Features
  
Done
Development

No branches or pull requests

1 participant