RFR: 8265225: jdk/jfr/tool/TestConfigure.java fails to cleanup the output files after the testing [v2]

Jie Fu jiefu at openjdk.java.net
Wed Apr 14 20:42:53 UTC 2021


> Hi all,
> 
> jdk/jfr/tool/TestConfigure.java fails to remove the following output files after testing.
> 
> I found this bug by runing jdk/jfr/tool/TestConfigure.java and then executing `git status` in the source repo.
> 
> test/jdk/jdk/jfr/tool/1618403178745test-selection.jfc
> test/jdk/jdk/jfr/tool/1618403180406test-text.jfc
> test/jdk/jdk/jfr/tool/1618403181283test-flag.jfc
> test/jdk/jdk/jfr/tool/1618403182099test-condition-1.jfc
> test/jdk/jdk/jfr/tool/1618403182885test-condition-2.jfc
> test/jdk/jdk/jfr/tool/1618403183598test-and-true.jfc
> test/jdk/jdk/jfr/tool/1618403184320test-and-false.jfc
> test/jdk/jdk/jfr/tool/1618403185068test-or-true.jfc
> test/jdk/jdk/jfr/tool/1618403185738test-or-false.jfc
> test/jdk/jdk/jfr/tool/1618403186440new.jfc
> test/jdk/jdk/jfr/tool/1618403187198missed.jfc
> test/jdk/jdk/jfr/tool/1618403187911fresh.jfc
> test/jdk/jdk/jfr/tool/1618403188568new.jfc
> test/jdk/jdk/jfr/tool/1618403189200test-superfluous.jfc
> test/jdk/jdk/jfr/tool/1618403190777test-modify-succeed.jfc
> test/jdk/jdk/jfr/tool/1618403191304test-adding-succeed-1.jfc
> test/jdk/jdk/jfr/tool/1618403191787test-adding-succeed-2.jfc
> test/jdk/jdk/jfr/tool/1618403192284combined.jfc
> test/jdk/jdk/jfr/tool/1618403192834quoted-timespan.jfc
> test/jdk/jdk/jfr/tool/1618403193319compact-timespan.jfc
> test/jdk/jdk/jfr/tool/1618403193816threshold-period-timespan.jfc
> test/jdk/jdk/jfr/tool/1618403194331verbose-1.jfc
> test/jdk/jdk/jfr/tool/1618403194791verbose-2.jfc
> 
> 
> It would be better to fix it.
> 
> Thanks.
> Best regards,
> Jie

Jie Fu has updated the pull request incrementally with one additional commit since the last revision:

  Fix the patch of output file

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/3493/files
  - new: https://git.openjdk.java.net/jdk/pull/3493/files/c65cc685..65ab6c06

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3493&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3493&range=00-01

  Stats: 38 lines in 1 file changed: 6 ins; 31 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3493.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3493/head:pull/3493

PR: https://git.openjdk.java.net/jdk/pull/3493


More information about the hotspot-jfr-dev mailing list