Manas-Dikshit opened a new pull request, #610:
URL: https://github.com/apache/incubator-wayang/pull/610

   This PR improves the GiraphPagaRankOperatorTest by addressing the existing 
TODO comment regarding validation of the GiraphExecutor mock.
   
   Changes:
   Restored the @Test annotation to enable execution of the test.
   Added Mockito verifications to ensure that GiraphExecutor is invoked 
correctly during the execution of GiraphPageRankOperator.
   Included a simple assertion to confirm creation of the output channel 
instance.
   
   Motivation:
   Previously, the test created a GiraphExecutor mock but never validated its 
usage, leaving the test incomplete and disabled. This PR completes the test by 
verifying expected interactions, thereby improving test coverage and 
correctness of the Giraph backend.
   
   Testing:
   Verified that the updated test runs successfully via mvn test.
   Confirmed that GiraphExecutor interactions are now validated.


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