Enable GF Embedded test suite - part 1 (adds missing Derby JDBC driver to GF Embedded All) #24576
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enables GF Embedded tests in the standard build., excluding
maven-plugin
andweb
modules for now. These will follow in subsequent PRs.On top of that:
target
directory, so that files created during the tests are separated from versioned filesproject.directory
system property that specifies the Maven project root directory in tests because the work directory is no longer the project root directoryrun-with-uber-jar-web
Maven profile to run the tests with GF Embedded WebAll tests pass with the default
run-with-uber-jar
profile, which uses GF Embedded All.Not all tests pass with other profiles (Embedded Web and Static Shell). Fixing this is out of scope of this PR. Most of the failing tests fail because of real bugs in those runtimes.