-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update error, duplicate key issue #101
Comments
@audiodude Still a bug? |
@kelson42 I haven't seen this one happen recently. We could close it as not reproducible, and wait for it to happen again to re-open. |
And of course, as I look in the logs I find the following (Murphy's Law):
|
It looks like it has something to do with non-ASCII characters |
This bug is going to be a blocker I believe if we want to consider using the WP1 engine with a few other Wikipedias. Probably the test should be extended to secure the WP1 engine can deal properly with accented characerts. With MySQL usually a few things need to be checket:
|
When updating project 'Football', we got the following stack trace:
This looks like a move insert that had already been processed. We're suppposed to be doing insert_or_update, but there must be a flaw in the logic.
The text was updated successfully, but these errors were encountered: