Hi all, The Adoption Group is having a go at collaboratively walking through the process of resolving an open bug with the view of writing up the steps for folks new to OpenJDK.
We picked https://bugs.openjdk.java.net/browse/JDK-6253001 - a fairly simple, low priority joinrowset bug reported in the sql area. Our intention is to investigate the bug, reproduce it and *if* a fix is required wait until the jdk 10 forests open to submit it there (as it's only a P4). ----- Of course with older bugs there is a hidden history :-). The original test is listed as living in: com.sun.rowset.tests.smoke.joinrowset.joinrowset3.JoinRowSet3.testJoinRowSet22 However we're unable to find that exact test which means that either: 1.) It's an internal Sun/Oracle test 2.) It's been migrated / replaced by one of the tests in *jdk/javax/sql/testing/test/rowset/joinrowset/JoinRowSetTests.java* Does anyone familiar with the tests around the SQL package know the history here? Cheers, Martijn