Copilot commented on code in PR #6937:
URL: https://github.com/apache/ignite-3/pull/6937#discussion_r2513551271
##########
modules/platforms/cpp/tests/odbc-test/odbc_suite.h:
##########
@@ -69,6 +69,7 @@ class odbc_suite : public virtual ::testing::Test, public
odbc_connection {
* @return Basic connection string with specified addresses.
*/
static std::string get_basic_connection_string(const std::string &addrs) {
+ // TODO: IGNITE-27013 Make sure that heartbeats are enabled by default
and is set to 2 seconds.
Review Comment:
Subject-verb agreement error: "heartbeats" is plural, so it should be "are
set" instead of "is set".
```suggestion
// TODO: IGNITE-27013 Make sure that heartbeats are enabled by
default and are set to 2 seconds.
```
--
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]