Skip to content

Commit a89bc26

Browse files
wangyb-AAlex Wangzhongkechen
authored
bugfix: fix thread synchronization and add some complex parallel tests (#284)
* Add parallel complex tests * fix thread synchronization --------- Co-authored-by: Alex Wang <wangyb@amazon.com> Co-authored-by: Frank Chen <frankchn@amazon.com>
1 parent cffdfc6 commit a89bc26

4 files changed

Lines changed: 476 additions & 24 deletions

File tree

sdk-integration-tests/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
<artifactId>junit-jupiter</artifactId>
4242
<scope>test</scope>
4343
</dependency>
44+
<dependency>
45+
<groupId>org.slf4j</groupId>
46+
<artifactId>slf4j-simple</artifactId>
47+
<version>${slf4j.version}</version>
48+
<scope>test</scope>
49+
</dependency>
4450
</dependencies>
4551

4652
<build>

0 commit comments

Comments
 (0)