Xuanwo commented on issue #2199:
URL: 
https://github.com/apache/incubator-opendal/issues/2199#issuecomment-1532466932

   > Also, I found that many tests require `read_with_range` capabilities, but 
the Supabase seems do not support the http RANGE header.
   > 
   > Is it reasonable to add
   > 
   > ```rust
   >     if !op.info().capability().read_with_range {
   >         return Ok(());
   >     }
   > ```
   > 
   > to tests that call into the `op.range_reader()`?
   
   Yes, we should ignore tests for services that doesn't support range. Please 
make sure all services have this capability been set correctly.


-- 
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]

Reply via email to