tree: 85f9c98fff300e9e08cf706327eca7e1c0075d31 [path history] [tgz]
  1. fetch_data.rs
  2. fetch_placeholder.rs
  3. main.rs
  4. README.md
  5. utils.rs
integrations/cloudfilter/tests/behavior/README.md

Behavior tests for OpenDALâ„¢ Cloud Filter Integration

Behavior tests are used to make sure every service works correctly.

cloudfilter_opendal is readonly currently, so we assume fixtures/data is the root of the test data.

Run

cd .\integrations\cloudfilter
$env:OPENDAL_TEST='fs'; $env:OPENDAL_FS_ROOT='../../fixtures/data'; $env:OPENDAL_DISABLE_RANDOM_ROOT='true'; cargo test --test behavior