github-actions[bot] opened a new issue, #581:
URL: https://github.com/apache/incubator-wayang/issues/581

   Validate the mock of GiraphExecutor
   
   
https://github.com/apache/incubator-wayang/blob/eedd4f849f8ae9fef97bdc455cff8629aaa60c2a/wayang-platforms/wayang-giraph/src/test/java/org/apache/wayang/giraph/operators/GiraphPagaRankOperatorTest.java#L55
   
   ```java
   
   /**
    * Test For GiraphPageRank
    */
   class GiraphPagaRankOperatorTest {
   
       private static GiraphExecutor giraphExecutor;
   
       @BeforeEach
       void setUp() {
           giraphExecutor = mock(GiraphExecutor.class);
       }
   
       //TODO Validate the mock of GiraphExecutor
       @Disabled
       @Test
       void testExecution() throws IOException {
           // Ensure that the GraphChiPlatform is initialized.
           GiraphPlatform.getInstance();
           final Configuration configuration = new Configuration();
   
   ```
   
   f3407b0a47832ef87c5dfc62ee170829a42456a1


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