CTTY commented on PR #3165:
URL: https://github.com/apache/iceberg-rust/pull/3165#issuecomment-5809080754

   Sure! I had a stale PR but never got a chance to revive it: 
https://github.com/apache/iceberg-rust/pull/2253/changes#diff-919fd3e88cc7f703da4d3944a56f2c30b0abbe65406f88eb8fe09654110506d4
 
   
   Basically we want to use annotations to have one test suite against multiple 
storage backends: 
   ```
   #[rstest]
   #[case::opendal_resolving(StorageKind::OpenDalResolving)]
   #[tokio::test]
   ```
   
   We have the similar test structure for catalogs. I believe you will have a 
clear idea by taking a look at this: 
https://github.com/apache/iceberg-rust/blob/c9a25b23b7645f3af0e9dfd7e85d8cf646901c55/crates/catalog/loader/tests/namespace_suite.rs


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to