gomnitrix commented on code in PR #3045:
URL: https://github.com/apache/iggy/pull/3045#discussion_r3047496093
##########
core/integration/tests/connectors/iceberg/iceberg_sink.rs:
##########
@@ -207,3 +207,50 @@ async fn iceberg_sink_handles_bulk_messages(
assert_eq!(sinks.len(), 1);
assert!(sinks[0].last_error.is_none());
}
+
+#[iggy_harness(
+ server(connectors_runtime(config_path =
"tests/connectors/iceberg/sink_default_credentials.toml")),
+ seed = seeds::connector_stream
+)]
+async fn iceberg_sink_uses_default_credential_chain(
+ harness: &TestHarness,
+ fixture: IcebergEnvAuthFixture,
+) {
+ let client = harness.root_client().await.unwrap();
Review Comment:
Fixed. I replaced all `unwrap()` calls with `expect()` to provide better
error context.
--
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]