]
Gustavo Lira e Silva updated ISPN-12103:
----------------------------------------
Git Pull Request:
Improve ContainerDatabase to add custom wait strategy
-----------------------------------------------------
Key: ISPN-12103
URL:
https://issues.redhat.com/browse/ISPN-12103
Project: Infinispan
Issue Type: Enhancement
Components: Test Suite
Affects Versions: 11.0.1.Final
Reporter: Gustavo Lira e Silva
Assignee: Gustavo Lira e Silva
Priority: Major
Some databases needs extra container privilege and also needs a custom {{waitstrategy}}
instead of just use the default {{Wait.forListeningPort()}}, for example DB2 needs an
extra time after the ListeningPorts be available to create the datasource and finish the
setup.
The idea is to implement a {{LogMessageWaitStrategy}} with a regex expression to identify
when the container is ready indeed.