jfrag1 commented on code in PR #23853:
URL: https://github.com/apache/superset/pull/23853#discussion_r1186366898
##########
tests/integration_tests/cachekeys/api_tests.py:
##########
@@ -165,3 +176,40 @@ def test_invalidate_existing_caches(invalidate):
.datasource_uid
== "X__table"
)
+
+
+class TestWarmUpCache(SupersetTestCase):
+ @pytest.mark.usefixtures(
+ "load_energy_table_with_slice",
"load_birth_names_dashboard_with_slices"
+ )
+ def test_warm_up_cache(self):
Review Comment:
added tests for API failures and some basic command tests
--
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]