This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-a36bc617-9bd0-42ab-b90d-0adc4cf8a099 XWIKI-24542 Open

Allow running different docker-based tests in parallel

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-04c1b907-df1e-449a-b941-8b173d6ca046 Vincent Massol created this issue on 02/Jul/26 11:55
 
Summary: Allow running different docker-based tests in parallel
Issue Type: cid:jira-generated-image-avatar-a36bc617-9bd0-42ab-b90d-0adc4cf8a099 Improvement
Affects Versions: 17.10.0
Assignee: Unassigned
Components: Test Framework
Created: 02/Jul/26 11:55
Priority: cid:jira-generated-image-static-major-104580c7-17ef-42cc-b729-d4ac6449ce70 Major
Reporter: Vincent Massol
Description:

This means running the servlet engine on different ports, and probably also different ports for the DB.

A typical use case is when having several LLM sessions and they all need to run docker-based tests to validate a change. Right now they have to wait for the other session to finish or the test execution will fail.