You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "sarutak (via GitHub)" <gi...@apache.org> on 2023/09/20 18:49:43 UTC

[GitHub] [avro] sarutak commented on a diff in pull request #2506: AVRO-3863: [Java] Delete temporary test data after tests finish

sarutak commented on code in PR #2506:
URL: https://github.com/apache/avro/pull/2506#discussion_r1332048256


##########
lang/java/avro/src/test/java/org/apache/avro/io/TestEncoders.java:
##########
@@ -262,6 +262,7 @@ void arrayBackedByteBuffer() throws IOException {
   @Test
   void mappedByteBuffer() throws IOException {
     Path file = Paths.get(DIR.getPath() + "testMappedByteBuffer.avro");
+    file.toFile().deleteOnExit();

Review Comment:
   Ah, O.K. I'll try it.



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