dentiny commented on code in PR #7645:
URL: https://github.com/apache/opendal/pull/7645#discussion_r3339046096
##########
bindings/go/tests/behavior_tests/list_test.go:
##########
@@ -21,14 +21,45 @@ package opendal_test
import (
"fmt"
+ "os"
"slices"
+ "strconv"
"strings"
opendal "github.com/apache/opendal/bindings/go"
"github.com/google/uuid"
"github.com/stretchr/testify/require"
)
+var parsedOverrides map[string]bool
+
+func getCapOverrides() map[string]bool {
Review Comment:
I think I've already added the util function to a more centralized place,
could you please use that instead?
https://github.com/apache/opendal/blob/c8ab29a42c20dd2c72df3f053c082df47b124395/bindings/go/tests/behavior_tests/opendal_test.go#L161
--
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]