Hey Bryan,
Looks like you figured out a way to run the non-junit tests. This is the
magic I mumble:
java -Dverbose=true
org.apache.derbyTesting.functionTests.harness.RunTest $SINGLE_TEST
Hope this is useful,
-Rick
On 6/18/17 12:05 PM, Bryan Pendleton wrote:
Hi Rick, I'm sorry for the stupid question, but: can you remind me how to
run these tests? Are they run by 'ant junit-all' or by running
'ant
-Dderby.junit.testclass=org.apache.derbyTesting.functionTests.tests.tools._Suite
junit-single'?
Or do I have to run them some other way?
FWIW, running the tools suite using ant is currently reporting no
errors for me.
thanks,
bryan
On Sat, Jun 17, 2017 at 12:35 PM, Rick Hillegas
<[email protected] <mailto:[email protected]>> wrote:
In an empty workspace sync'd to the head of trunk as of this
morning, the following tests fail for me:
dblook_test_net
dblook_test_net_territory
dblook_test
dblook_test_territory
It looks to me as though the diffs are caused by the addition of a
new SYSCOLUMNS_AUTOINCREMENTINCCYCLE column to SYS.SYSCOLUMNS.
Thanks,
-Rick