Skip to content

Commit 732a2e8

Browse files
author
Dmitry Lebedko
committed
Javadocs.
1 parent f3775f5 commit 732a2e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app8/SpringDocApp8MultipleUrlsSeveralParallelRequestsTest.java

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath;
3535
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
3636

37+
/**
38+
* The test to make sure no race condition issues are present when several parallel requests
39+
* are sent to get Swagger config.
40+
*
41+
* @author Dmitry Lebedko ([email protected])
42+
*/
3743
@TestPropertySource(properties = {
3844
"springdoc.swagger-ui.urls[0].name=first-user-list",
3945
"springdoc.swagger-ui.urls[0].url=/api-docs.yaml",

0 commit comments

Comments
 (0)