# this file holds tests that cannot be successfully run with DerbyNet framework # with a remote server. Tests in this file will be skipped in addition to those in # DerbyNet.exclude when the property -DhostName is set to something else than the localhost # # excluding test - because... # store/bootLock.java - this test uses local connections to make sure # a database cannot be loaded by 2 different instances. # derbynet/dblook_test_net because it tries to search derby.log, which is on # the server machine # derbynet/getCurrentProperties for it exercises NetworkServerControl statements # that are only supported on localhost # derbynet/NSinSameJVM - tries to start the server # derbynet/maxthreads - tries to use NetworkServerControl statements # derbynet/runtimeinfo - tries to use NetworkServerControl statements # derbynet/sysinfo - tries to use NetworkServerControl statements # derbynet/testProperties - tries to use NetworkServerControl statements # thus not suitable for remote server testing in its current form. - DERBY-928 # derbynet/timeslice - tries to use NetworkServerControl statements # derbynet/DerbyNetAutoStart - tries to start networkserver # derbynet/sysinfo_withproperties - tries to use NetworkServerControl statements and test requires server to # be started with a specific property. see DERBY-928 for reference # lang/wisconsin - optimization is quite different when running remote server. # junitTests/derbyNet/CompatibilityTest.java - tries to start and shutdown the server # store/bootLock.java derbynet/dblook_test_net.java derbynet/getCurrentProperties.java derbynet/NSinSameJVM.java derbynet/maxthreads.java derbynet/runtimeinfo.java derbynet/sysinfo.java derbynet/sysinfo_withproperties.java derbynet/testProperties.java derbynet/timeslice.java derbynet/DerbyNetAutoStart.java lang/wisconsin.java junitTests/derbyNet/CompatibilityTest.java