-
Notifications
You must be signed in to change notification settings - Fork 13
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
15.8.0-rc5 #115
Comments
I successfully deployed this RC on the test grid machines at LAL. |
Everything looks fine on an SL7 VM at RAL. |
@guillaume-philippon can you try to break things again? you were very succesful last time 😃 |
In fact, I was the person who broke the things, Guillaume is the person who fixed it, with you! |
And to be explcit: my first comment was to say that I didn't succeed to break it again! |
Trying to deploy more nodes, I found a schema issue with
I don't really understand where this is coming from. I see no related change in either |
Seems simple enough to me, |
For me too... But doing a |
We fixed the logic in |
See quattor/template-library-core@a24dcd4, which was part of quattor/template-library-core#76 |
I had this in mind but was not able to spot it during my quick search... So clearly with a fixed |
Hmm, that seems too loose, I'll see if I can find any documentation on what it is allowed to be. |
No helpful documentation yet, but some source code I found has: static char domain[1025]; It clearly also cannot contain spaces, because that would break the parsing of Experiments seem to indicate that anything short of white-space is accepted, so at least... nisdomain ? string(1..1024) with match(SELF, '^\S+$') |
Then again I have also just found: count = sscanf (cp, "domain %64s server %80s", tmpdomain, tmpserver); Testing So let's make that: nisdomain ? string(1..64) with match(SELF, '^\S+$') |
Next RC on the way... |
I'm getting stuck (on at least SL6) on a failure of a single test on
|
Actually I can reproduce it with |
@jrha build all repos runs fine for me on el5,6,7 (yesterday). i need more output to debug this. either run the i actually need the output above the errors, but feel free to send me the whole output |
Full log here: https://gist.github.com/jrha/1b93d7d7d7f72b833ae4 |
It is odd, because this has been running fine on (supposedly) identical VMs. |
the gist was executed as root? all my tests run as quattor user via https://github.com/quattor/release/blob/master/src/scripts/context_init_build_all_repos.sh |
@jrha if |
i would suggest testing without the file present |
RC6 built happily with this workaround! |
Top level issue tracker for any blocking issues discovered with 15.8.0-rc5.
Replaces #109.
The text was updated successfully, but these errors were encountered: