You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/07/22 07:19:22 UTC

[GitHub] [avro] clesaec commented on pull request #1769: AVRO-3579: Migrate tests to JUnit5

clesaec commented on PR #1769:
URL: https://github.com/apache/avro/pull/1769#issuecomment-1192264235

   I tried the maven command on my laptop, it seems to not work fully well :
   - it does not transform RunWith & Parameterized Test
   I still have :
   ```java
   import org.junit.runner.RunWith;
   import org.junit.runners.Parameterized;
   ```
   - Some transformations does not work well
   ```
   -    assertTrue(Arrays.equals(customSyncFile, sameCustomSyncFile));
   +    assertEquals(Arrays, customSyncFile);
   ```
   At least, it could be a good starting point.


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org