rusackas commented on PR #36856:
URL: https://github.com/apache/superset/pull/36856#issuecomment-5041998035

   @htamakos thanks for chasing this! `unit-tests` is still red, and it's the 
five `test_bigquery.py::test_fetch_data_*` cases rather than your Snowflake 
code. `mocker.patch("...bigquery.g")` is coming back an `AsyncMock`, so 
`g.bq_memory_limited` never gets set. Smells like isolation bleed from a leaked 
context somewhere in the new tests. Can you repro locally?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to