Skip to content
Snippets Groups Projects
Commit a6fe19d1 authored by brinn's avatar brinn
Browse files

Fix unit test expectations.

SVN: 24717
parent aaded588
No related branches found
No related tags found
No related merge requests found
......@@ -165,8 +165,9 @@ public class ShareIdManagerTest extends AssertJUnit
+ "Share id manager initialized with 2 data sets.\n"
+ "DEBUG OPERATION.ShareIdManager - Data set ds1 has been locked.\n"
+ "DEBUG OPERATION.ShareIdManager - "
+ "Data set ds1 is locked by the following threads: T1",
logRecorder.getLogContent());
+ "Data set ds1 is locked by the following threads: T1\n"
+ "ERROR OPERATION.ShareIdManager - Timeout: Lock for data set ds1 is held "
+ "by threads 'T1' for 1 seconds.", logRecorder.getLogContent());
ch.assertEmpty();
}
......@@ -253,7 +254,8 @@ public class ShareIdManagerTest extends AssertJUnit
+ "DEBUG OPERATION.ShareIdManager"
+ " - Data set ds1 is locked by the following threads: T1, T2\n"
+ "DEBUG OPERATION.ShareIdManager"
+ " - Data set ds1 is locked by the following threads: T2",
logRecorder.getLogContent());
+ " - Data set ds1 is locked by the following threads: T2\n"
+ "ERROR OPERATION.ShareIdManager - Timeout: Lock for data set ds1 is held by "
+ "threads 'T2' for 1 seconds.", logRecorder.getLogContent());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment