-
Notifications
You must be signed in to change notification settings - Fork 14
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
Test path.t failure #161
Comments
tests pass with blank EL6 VM and build_all_repos. can you mail me the whole output of
|
Please don't assign milestones to issues unless they are release blocking issues (no evidence for this one yet) or they have an associated PR. |
@jrha I apologize it I did something wrong... Nevertheless, I always tend to assign a milestone to issue as I am afraid that an issue without a milestone will never be looked at. I could have put 16.6 but in this case decided 16.4 because I always find a problem in a test suspect and it may be the sign of something that will popup in the release process later... I may have been wrong.... |
@jouvin the attached log has all tests passing. can you try to reproduce a failing one? |
@jouvin no worries, we decided to keep a global backlog of unassigned issues and monitor it to prevent issues being lost rather than losing them while they are assigned to future releases. Neither system is perfect. |
euhm, i never run without clean 😄 |
I'm now seeing this on a clean SL6.7 VM while trying to |
@jrha can you pm me the gzipped output? |
Sure, I'm just re-running to confirm. |
i ran build_all_repos on el65, el71 and el59 and all went ok |
FWIW I also initially saw the failure to install |
@stdweird I've emailed the |
are you running the tests as root? if so, can you run the tests via https://github.com/quattor/release/blob/master/src/scripts/context_init_build_all_repos.sh the tests fail on a premission restricted piece of code, but if root is allowed to ignore directory permissions, the tests can trigger the expected failure. |
I am, always have. I'm lazy and it's highlighted some non-mocked code in the past. |
ok, i'll try to run th etests as root, and see if it is an root related issue or not. |
Ok it passes fine as a unprivileged user, now dying on |
Hit that problem again... Log file CAF_path_test.log.gz attached. |
@jouvin thanks for the log. what filesystem is this? and you are running as non-root, right? |
Yes I am running non root... but I run tests to assess that I broke nothing, not to get RPMs! Thus my problem if I cannot run the tests reliably on my local SL6 machine... |
ok, and what filesystem are you using? and can you share a |
@stdweird it seems to be my usual "mistake" of using |
or create an alias to run |
I personnally think that running clean should not be a requirement... |
agreed |
On my SL6 development machine,
path.t
fails:Do I have something missing? Not sure why the test succeeded on GitHub...
The text was updated successfully, but these errors were encountered: