shish/shimmie2

When one image fails, further images in the same upload batch with the same tag also fail

Closed this issue · 1 comments

Server Software

  • Shimmie version: 2.10.2
  • Database: any
  • Web server: any

What steps trigger this bug
1 - configure some extension which rejects posts for some reason or another (eg the rule34 extension rejects posts with a non-http source field)
2 - upload two images with the same never-used-before tags

What did you expect to happen?
First post is rejected, second uploads successfully

What actually happened?
First post is rejected, second post fails with an SQL error because it is attempting to use a tag which the first post created-and-then-rolled-back

I am unable to repro this any more - I imagine it's still a problem but the specific trigger has moved; if anyone finds that it is still an issue feel free to comment or post a new issue with detailed trigger instructions