Block a user
WIP: fix: reviews may be ahead of timeline
I've pushed my changes along with the test changes from this PR to #142 . Can you please take a look and check that this "race condition" is fixed?
In reality, the problem was that issue…
bots in containers leave many defunct processes
I would be interested to see the patch regardless. I saw this issue running in container too.
WIP: fix: reviews may be ahead of timeline
ok, I think I understand where the problem is. Let me make a unit test and fix and you can merge that into this pr?
WIP: fix: reviews may be ahead of timeline
Basically, you should end up in same situation. A race condition, ie. you add a review trigger that is not seen in timeline, means that the timeline is modified asynchronously after requests…
WIP: fix: reviews may be ahead of timeline
I think this is correct. The timeline could be behind rawReviews, but those rawReviews that are not on the timeline should be ignored.