danhuawang commented on issue #7432:
URL: https://github.com/apache/gravitino/issues/7432#issuecomment-3068677489
I still have the following issues:
@yuqi1129 Please check again when you are free. Many thanks!
```
INFO:test_schema:Drop metalake TestSchema_metalake9070[True]
.
======================================================================
FAIL: test_llama_index (tests.integration.test_gvfs_with_s3.TestGvfsWithS3)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/runner/work/gravitino-enterprise/gravitino-enterprise/gravitino-oss/clients/client-python/tests/integration/test_gvfs_with_hdfs.py",
line 786, in test_llama_index
self.check_mkdir(llama_dir, llama_actual_dir, fs)
File
"/home/runner/work/gravitino-enterprise/gravitino-enterprise/gravitino-oss/clients/client-python/tests/integration/test_gvfs_with_s3.py",
line 187, in check_mkdir
self.assertFalse(self.fs.exists(actual_dir))
AssertionError: True is not false
======================================================================
FAIL: test_ls (tests.integration.test_gvfs_with_s3.TestGvfsWithS3)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/runner/work/gravitino-enterprise/gravitino-enterprise/gravitino-oss/clients/client-python/tests/integration/test_gvfs_with_hdfs.py",
line 285, in test_ls
self.check_mkdir(ls_dir, ls_actual_dir, fs)
File
"/home/runner/work/gravitino-enterprise/gravitino-enterprise/gravitino-oss/clients/client-python/tests/integration/test_gvfs_with_s3.py",
line 187, in check_mkdir
self.assertFalse(self.fs.exists(actual_dir))
AssertionError: True is not false
======================================================================
FAIL: test_makedirs (tests.integration.test_gvfs_with_s3.TestGvfsWithS3)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/runner/work/gravitino-enterprise/gravitino-enterprise/gravitino-oss/clients/client-python/tests/integration/test_gvfs_with_s3.py",
line 311, in test_makedirs
self.fs.exists(mkdir_actual_dir)
AssertionError: OSError not raised
======================================================================
FAIL: test_llama_index
(test_gvfs_with_s3_credential.TestGvfsWithS3Credential)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/runner/work/gravitino-enterprise/gravitino-enterprise/gravitino-oss/clients/client-python/tests/integration/test_gvfs_with_hdfs.py",
line 786, in test_llama_index
self.check_mkdir(llama_dir, llama_actual_dir, fs)
File
"/home/runner/work/gravitino-enterprise/gravitino-enterprise/gravitino-oss/clients/client-python/tests/integration/test_gvfs_with_s3.py",
line 187, in check_mkdir
self.assertFalse(self.fs.exists(actual_dir))
AssertionError: True is not false
======================================================================
FAIL: test_ls (test_gvfs_with_s3_credential.TestGvfsWithS3Credential)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/runner/work/gravitino-enterprise/gravitino-enterprise/gravitino-oss/clients/client-python/tests/integration/test_gvfs_with_hdfs.py",
line 285, in test_ls
self.check_mkdir(ls_dir, ls_actual_dir, fs)
File
"/home/runner/work/gravitino-enterprise/gravitino-enterprise/gravitino-oss/clients/client-python/tests/integration/test_gvfs_with_s3.py",
line 187, in check_mkdir
self.assertFalse(self.fs.exists(actual_dir))
AssertionError: True is not false
----------------------------------------------------------------------
Ran 396 tests in 949.150s
FAILED (failures=5, skipped=180)
```
--
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]