-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix users_db_security.js delete/recreate _users DB #1238
Comments
Taking this for a fix, it breaks every third travis run. 😠 |
Thanks @eiri, was going to get to it tomorrow if you didn't. |
I’m having a stab at it at the moment. |
@janl ok, I'll stop my work and switch to something different. Was self-assignment on this case not sufficient to indicate I'm already working on it? |
@eiri sorry, I thought your clock ran out and the end of your day yesterday :/ |
Closes apache#1238 1. log errors from waitForSuccess 2. log errors in testFun() 3. spinloop replaces arbitrary wait timeout
@eiri I felt a bit over-eager because I had approved this PR and I should have caught the issue on review. |
Closing this in favour of #1250. Apologies again for the toe-stepping. |
@janl No worries, it's actually my bias of assuming me been online miracly obvious to everyone and I do seat in a weird timezone. Sorry this came across that grouchy. |
Closes #1238 1. log errors from waitForSuccess 2. log errors in testFun() 3. spinloop replaces arbitrary wait timeout
All good :) |
@janl Your fix failed on Jenkins, reopening :( https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/master/231/pipeline
|
on it |
Two points:
|
In the logs from the failed jenkins' test I found:
And when I insert something like if (scheme == "bcrypt") {
wait(500);
}
else {
wait(5000);
} at line 110 of |
s/pbkdf/bcrypt/ apologies |
This is it, we need to send log_rounds to 1 as well |
Fixed in #1258 |
We got a random failure in Jenkins related to encryption:
https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/master/223/pipeline
Logs at https://couchdb-vm2.apache.org/ci_errorlogs/jenkins-couchdb-223-2018-03-23T23:15:34.663810/couchlog.tar.gz
@eiri says:
The text was updated successfully, but these errors were encountered: