-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Stat root should return a dir object (#143)
* fix: Stat root should return a dir object Signed-off-by: Xuanwo <github@xuanwo.io> * Add behavior comment for stat Signed-off-by: Xuanwo <github@xuanwo.io> * Stat / should also works Signed-off-by: Xuanwo <github@xuanwo.io> * Fix check Signed-off-by: Xuanwo <github@xuanwo.io> * Enable debug log Signed-off-by: Xuanwo <github@xuanwo.io> * Make sure path has been normalized Signed-off-by: Xuanwo <github@xuanwo.io>
- Loading branch information
Showing
8 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,5 +47,5 @@ jobs: | |
args: --no-fail-fast | ||
env: | ||
RUST_TEST_THREADS: '2' | ||
RUST_LOG: ERROR | ||
RUST_LOG: DEBUG | ||
RUST_BACKTRACE: full |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,6 @@ jobs: | |
run: cargo test fs | ||
env: | ||
RUST_BACKTRACE: full | ||
RUST_LOG: debug | ||
OPENDAL_FS_TEST: on | ||
OPENDAL_FS_ROOT: /tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,5 @@ jobs: | |
run: cargo test memory | ||
env: | ||
RUST_BACKTRACE: full | ||
RUST_LOG: debug | ||
OPENDAL_MEMORY_TEST: on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters