spetz commented on code in PR #2197:
URL: https://github.com/apache/iggy/pull/2197#discussion_r2384247574
##########
core/connectors/sources/postgres_source/src/lib.rs:
##########
@@ -685,3 +720,160 @@ impl Source for PostgresSource {
Ok(())
}
}
+
+#[cfg(test)]
+mod tests {
+ use super::*;
+
+ #[test]
+ fn test_build_polling_query_with_last_offset() {
Review Comment:
Let's stick to more BDD like names e.g.
`given_last_offset_polling_query_should_be_built`
--
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]