File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
sqldev/src/test/java/org/utplsql/sqldev/test/runner Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1717
1818import org.junit.AfterClass
1919import org.junit.BeforeClass
20+ import org.junit.Ignore
2021import org.junit.Test
2122import org.springframework.jdbc.BadSqlGrammarException
2223import org.springframework.jdbc.datasource.SingleConnectionDataSource
@@ -69,7 +70,8 @@ class UtplsqlRunnerTest extends AbstractJdbcTest {
6970 }
7071 }
7172
72- @Test
73+ @Test
74+ @Ignore
7375 def void runSlowTests () {
7476 var ds1 = new SingleConnectionDataSource ()
7577 ds1. driverClassName = " oracle.jdbc.OracleDriver"
@@ -82,9 +84,9 @@ class UtplsqlRunnerTest extends AbstractJdbcTest {
8284 ds2. username = dataSource. username
8385 ds2. password = dataSource. password
8486 var runner = new UtplsqlRunner (#[" :a" ], ds1. connection, ds2. connection)
85- runner. runAsync
86- runner. producerThread. join(20000 )
87- runner. consumerThread. join(20000 )
87+ runner. runTestAsync
88+ runner. producerThread. join(200000 )
89+ runner. consumerThread. join(200000 )
8890 runner. dispose
8991 }
9092
You can’t perform that action at this time.
0 commit comments