Hi Mamta,
Thanks for all the info. This definitely gave more insight into this test framework.
I recently submitted a patch for Derby-174 and Derby-175 for which I have just submitted a
patch for for jdbcapi.runall file. After that gets in I will definitely add this one as well
and submit all of it in a fresh patch. I am waiting for that to go in as there could be conflicts
in the jdbcapi.runall file.
~ Shreyas
Mamta Satoor wrote:
On Tue, 29 Mar 2005 22:45:24 +0530, Shreyas Kaushik
<[EMAIL PROTECTED]> wrote:
Hi Mamta,
Thanks for all the info.From this I see that adding it in jdbcapi will run in both embedded andnetwrok server mode. Should I add some properties file specifically for my test? I'm sorry I ask this again, I'm not clear what changes I have to do to my patch ?
~ Shreyas
Hi Shreyas,
You will see that each of the directories under functionTests/tests have their own default properties file. If a newly added test does not have a test specific properties file, then the default properties file gets picked up. For eg, test declareGlobalTempTableJavaJDBC30.java has its own properties file because we do not want the test to be run with some jdks and we speify that declareGlobalTempTableJavaJDBC30_app.properties. Since the test you are adding has no special requirements, you donot need a properties file for it and harness will automatically use the default properties file for your test.
Feel free to ask more questions if you have any. Since I have been working on this test harness for so long, I might not be visualizing some questions that a new developer might have.
thanks,
Mamta
