saayam-for-all / request

GNU General Public License v3.0
0 stars 0 forks source link

Debugging issue with mvn clean package #4

Closed FPeng2288 closed 3 months ago

FPeng2288 commented 5 months ago

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

  1. Clone the repository.
  2. Checkout the branch FPeng2288_add_request_handler.
  3. Run the command mvn clean package.

Expected Result

The build should complete successfully without any test errors.

FPeng2288 commented 5 months ago

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.