Skip to content

Commit

Permalink
sleep a while before session.shutdown() on sessionShutdown test program
Browse files Browse the repository at this point in the history
  • Loading branch information
t-horikawa committed May 30, 2024
1 parent ff6dfdc commit 83fd4df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public static void main(String[] args) {
if (execSql) {
var transaction = sqlClient.createTransaction().get();
var future = transaction.executeQuery("SELECT * FROM TBL02,TBL02,TBL02,TBL02,TBL02,TBL01 WHERE TBL01.pk=-1");
Thread.sleep(2000);
shutdown(session);
try {
transaction.commit().get();
Expand Down

0 comments on commit 83fd4df

Please sign in to comment.