lehmannro / pyhkal2

IRC bot with bling bling
7 stars 2 forks source link

karma module exposes race condition #10

Closed lehmannro closed 14 years ago

lehmannro commented 14 years ago

When the same item is modified in one single message and was not previously created the hard-coded replies utter invalid responses.

Query: racecondition-- racecondition++ racecondition==

Response: racecondition hat einen karmawert von 0

Response: racecondition hat nun einen karmawert von -1

Response: racecondition hat nun einen karmawert von 1

Or:

Query: karmabug++ karmabug--

Response: karmabug hat nun einen karmawert von 0

Failure: twisted.web.error.Error: 409 Conflict

lehmannro commented 14 years ago

Fixed in 767a5a50ff72f4a07782f1c11c325c183ceb58e0.