Re: [PATCH 9/9] parser: don't fail on multiple SeriesReferences

2018-02-24 Thread Daniel Axtens
Andrew Donnellan writes: > On 22/02/18 01:17, Daniel Axtens wrote: >> Parallel parsing would occasonally fail with: >> >> patchwork.models.MultipleObjectsReturned: get() returned more than one >> SeriesReference -- it returned 2! >> >> I think these are happening

Re: [PATCH 9/9] parser: don't fail on multiple SeriesReferences

2018-02-21 Thread Andrew Donnellan
On 22/02/18 01:17, Daniel Axtens wrote: Parallel parsing would occasonally fail with: patchwork.models.MultipleObjectsReturned: get() returned more than one SeriesReference -- it returned 2! I think these are happening if you have different processes parsing e.g. 1/3 and 2/3 simultaneously:

[PATCH 9/9] parser: don't fail on multiple SeriesReferences

2018-02-21 Thread Daniel Axtens
Parallel parsing would occasonally fail with: patchwork.models.MultipleObjectsReturned: get() returned more than one SeriesReference -- it returned 2! I think these are happening if you have different processes parsing e.g. 1/3 and 2/3 simultaneously: both will have a reference to 1/3, in the