There is an issue with the current version of the code when running mvn clean package. Although the command does not terminate due to the <testFailureIgnore>true</testFailureIgnore> configuration, there are still test failures that need to be debugged and resolved.
Steps to Reproduce
Clone the repository.
Checkout the branch FPeng2288_add_request_handler.
Run the command mvn clean package.
Expected Result
The build should complete successfully without any test errors.
The problem of TEST reporting errors can be avoided by abandoning the use of .env files and using statically configured environment parameters for the time being.
Description
There is an issue with the current version of the code when running
mvn clean package
. Although the command does not terminate due to the<testFailureIgnore>true</testFailureIgnore>
configuration, there are still test failures that need to be debugged and resolved.Steps to Reproduce
FPeng2288_add_request_handler
.mvn clean package
.Expected Result
The build should complete successfully without any test errors.