You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "Ryan Skraba (Jira)" <ji...@apache.org> on 2023/09/25 18:49:00 UTC

[jira] [Resolved] (AVRO-3863) Delete temporary test data after tests finish

     [ https://issues.apache.org/jira/browse/AVRO-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Skraba resolved AVRO-3863.
-------------------------------
    Fix Version/s: 1.12.0
         Assignee: Kousuke Saruta
       Resolution: Fixed

> Delete temporary test data after tests finish
> ---------------------------------------------
>
>                 Key: AVRO-3863
>                 URL: https://issues.apache.org/jira/browse/AVRO-3863
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.12.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Tests for Java SDK creates some test data, which are left even after tests finish.
> {code}
> ls -1 /tmp/*.avro
> /tmp/junit1533190586260098046testMappedByteBuffer.avro
> /tmp/junit3099644739767498712testMappedByteBuffer.avro
> /tmp/junit4466003251314064556testMappedByteBuffer.avro
> /tmp/junit4974226498248565286testMappedByteBuffer.avro
> /tmp/junit6473921034404349045testMappedByteBuffer.avro
> /tmp/junit8662732084083941415testMappedByteBuffer.avro
> /tmp/random.avro
> /tmp/testIgnoreSchemaValidationOnRead275054571669736256.avro
> /tmp/testIgnoreSchemaValidationOnRead4615547521362396523.avro
> /tmp/testIgnoreSchemaValidationOnRead4955268403025511495.avro
> /tmp/testIgnoreSchemaValidationOnRead5426593551205571746.avro
> /tmp/testIgnoreSchemaValidationOnRead7554021276748093417.avro
> /tmp/testIgnoreSchemaValidationOnRead8241302423385070851.avro
> /tmp/testInputStreamEOF3549506421974960237.avro
> /tmp/testInputStreamEOF4423343183305481378.avro
> /tmp/testInputStreamEOF7397178073669402143.avro
> /tmp/testInputStreamEOF8065492409408481522.avro
> /tmp/testInputStreamEOF8087280538995909098.avro
> /tmp/testInputStreamEOF8719004614093216771.avro
> /tmp/testInvalidMagicBytes1940432228654910095.avro
> /tmp/testInvalidMagicBytes2703760186774533143.avro
> /tmp/testInvalidMagicBytes5088097518917799234.avro
> /tmp/testInvalidMagicBytes863787801374013591.avro
> /tmp/testInvalidMagicBytes887543761182735490.avro
> /tmp/testInvalidMagicBytes980334707534164945.avro
> /tmp/testInvalidMagicLength1346115615984572207.avro
> /tmp/testInvalidMagicLength1511998921770126285.avro
> /tmp/testInvalidMagicLength1824057536245960603.avro
> /tmp/testInvalidMagicLength2005669502062311523.avro
> /tmp/testInvalidMagicLength7068591900276715585.avro
> /tmp/testInvalidMagicLength8356756206873381473.avro
> /tmp/testThrottledInputStream2962195154373996754.avro
> /tmp/testThrottledInputStream3610702487927451328.avro
> /tmp/testThrottledInputStream4661398720877824185.avro
> /tmp/testThrottledInputStream5592809458916764863.avro
> /tmp/testThrottledInputStream6489638888793454476.avro
> /tmp/testThrottledInputStream8013323018361761899.avro
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)