Skip to content

Commit 8ef80fd

Browse files
committed
debug minio test in ci
1 parent 2e128cd commit 8ef80fd

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

-69.3 KB
Binary file not shown.

tests/test_datasets/test_dataset_functions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,9 @@ def test__download_minio_file_works_with_bucket_subdirectory(self):
378378
@pytest.mark.test_server()
379379
def test__get_dataset_parquet_is_cached(self, patch):
380380
openml.config.set_root_cache_directory(self.static_cache_dir)
381+
# TODO debug
382+
self.logger.info(self.static_cache_dir)
383+
self.logger.info(openml.config.get_minio_download_path("http://data.openml.org/dataset30/dataset_30.pq"))
381384
patch.side_effect = RuntimeError(
382385
"download_parquet_url should not be called when loading from cache",
383386
)

0 commit comments

Comments
 (0)