Copilot commented on code in PR #7832:
URL: https://github.com/apache/ignite-3/pull/7832#discussion_r2973659726


##########
modules/platforms/cpp/tests/client-test/compute_test.cpp:
##########
@@ -201,7 +201,7 @@ TEST_F(compute_test, job_error_propagates_to_client) {
                 // TODO https://issues.apache.org/jira/browse/IGNITE-19603
                 // EXPECT_THAT(e.what_str(),
                 //     testing::HasSubstr(
-                //         
"org.apache.ignite.internal.runner.app.client.ItThinClientComputeTest$CustomException"));
+                //         
"org.apache.ignite.internal.client.ItThinClientComputeTest$CustomException"));
                 // EXPECT_THAT(e.what_str(), testing::HasSubstr("IGN-TBL-3"));

Review Comment:
   The commented-out expected exception class name appears outdated: compute 
job errors now come from 
`org.apache.ignite.internal.runner.app.Jobs$CustomException`, not 
`org.apache.ignite.internal.client.ItThinClientComputeTest$CustomException`. 
Updating this comment will prevent confusion when the TODO is revisited.



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

Reply via email to