]
Steven Hawkins commented on TEIIDSB-159:
----------------------------------------
The first thing to check would be running the tests serially. Beyond that we'll just
have to identify the root cause of each issue.
Test errors
-----------
Key: TEIIDSB-159
URL:
https://issues.redhat.com/browse/TEIIDSB-159
Project: Teiid Spring Boot
Issue Type: Bug
Components: core
Reporter: Steven Hawkins
Priority: Major
Fix For: 1.4.0, 1.3.1
The Teiid spring boot tests are commonly erroring out in travis. It usually is reported
as Failed To Load Application Context - but the underlying problem differs. Here:
https://api.travis-ci.org/v3/job/638096554/log.txt the issue is likely that tests are
executing concurrently that reference the same vdb. The current NioVirtualFile logic for
Teiid expects only one mount for a given zip. If you open another, then the previous is
closed.