mirror of
https://github.com/apache/superset.git
synced 2026-05-24 01:05:21 +00:00
The new bq_memory_limited warning path in get_df_payload iterates all cache mocks in existing tests. Those pre-existing tests don't set bq_memory_limited on their MagicMock/MockCache instances, causing TypeErrors on f-string format or AttributeErrors. Set the field to False/0 in the three impacted tests so they exercise the no-warning code path.