-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestNG test suites are instable with current master branch #531
Comments
The reason for this is the slf4j-log4j12-1.7.6.jar library. |
I can confirm that removing dependency slf4j-log4j12-1.7.6.jar solves the problem described in this issue. Issue was created in ets-kml22 repository: opengeospatial/ets-kml22#30 |
@bpross-52n Could you please provide some more details why this library is breaking TEAM Engine? |
With Teamengine 5.5-SNAPSHOT, there is a ClassNotFoundException: org.apache.log4j.Level. With Teamengine 5.4.1 another library is present: slf4j-jdk14-1.7.21.jar. This contains an implementation of the org.apache.log4j.Level. |
Describe the bug
When a TestNG test suite (e.g. ets-ogcapi-features10) is put into the same tomcat as the deps artifact of ets-kml22 (https://search.maven.org/remotecontent?filepath=org/opengis/cite/ets-kml22/1.14/ets-kml22-1.14-deps.zip), the execution of the TestNG test suite fails with error:
This error did not occur with TEAM Engine v5.4.1.
To Reproduce
Steps to reproduce the behavior:
mvn clean install && docker run --rm -p 8081:8080 --name beta ogccite/teamengine-beta
Expected behavior
It should be analyzed why this error is occurring now and was not occurring previously (v5.4.1).
Afterwards, a fix either in TEAM Engine or ets-kml22 shall be implemented.
The text was updated successfully, but these errors were encountered: