Open Bug 1945984 Opened 2 months ago Updated 2 months ago

Airflow task webcompat_kb fails sometimes

Categories

(Data Platform and Tools :: General, defect)

defect

Tracking

(Not tracked)

People

(Reporter: denschub, Assigned: jgraham)

Details

We have another one...

This run failed with a "Empty bugs list but no faults" from bugdantic.

I originally thought that, at the time of request, there were exactly 1400 bugs in the result set, so the request with limit=100&offset=1300 returned 100 bugs with did not trigger this exit condition, and the following request with limit=100&offset=1400 returned exactly zero results, which throws the exception. And while that is a possible 1% edge-case, I don't think it's that, as we have more than 1400 results at the moment. Also, the next run failed after 200 bugs - so I don't know why that fails...

Flags: needinfo?(james)
Summary: Airflow task webcompat_kb is fails sometimes → Airflow task webcompat_kb fails sometimes

Interesting. The error message is a bit misleading; it means we don't get either a bugs field or a faults field in the response (I've never seen the latter in real life; it appears in one of the examples in the documentation but nowhere else). https://github.com/jgraham/bugdantic/commit/e4897c7a0e3f497a431ff53ec3fa847fa1d146d5 adds some extra logging, maybe if we update to that dependency then it will be easier to debug. But it looks a lot like something intermittent on the bugzilla side.

Flags: needinfo?(james)
You need to log in before you can comment on or make changes to this bug.