-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
None
-
False
-
-
- A recent change, presumably in the BigQuery backend, has broken our jobcount test. We require 100 jobs or fallback to the prior version. The current, and previously working, implementation does not fetch a row from the iterator, it just returns the TotalRows value. This is now returning 0, fetching the first row will populate this value correctly.
- We need to incorporate the MasterNodesUpdated flag into our disruption queries. Preferably be able to detect if the flag is set and with what value and then include it in the queries populating the disruption validation values.