You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is only needed to introduce the GZoltar profile and prepare-agent to the normal test command execution from: mvn test -B --file pom.xml
to mvn -P gzoltar-sufire gzoltar:prepare-agent test -B --file pom.xml
For some of the tests to start to fail.
GZoltar arguments
Using the Maven Plugin, I introduced the GZoltar profile and prepare-agent to the normal test command execution: mvn -P gzoltar-sufire gzoltar:prepare-agent test -B --file pom.xml
Expected behaviour
Tests are all executed successfully and without errors just like in the normal pipeline without using GZoltar.
Environment (please complete the following information, if relevant):
I am running the pipeline only with macOS because the ubuntu pipeline of the project is not being initiated by the GitHub Runners. I don't think, however, that the OS has any relation.
The text was updated successfully, but these errors were encountered:
Context
When the fastjson project test pipeline is run with the GZoltar profile and
prepare-agent
, some tests start to fail.Steps to Reproduce
Looking into the GitHub Actions runs on the following PR:
hugofpaiva/fastjson#2
It is only needed to introduce the GZoltar profile and
prepare-agent
to the normal test command execution from:mvn test -B --file pom.xml
to
mvn -P gzoltar-sufire gzoltar:prepare-agent test -B --file pom.xml
For some of the tests to start to fail.
GZoltar arguments
Using the Maven Plugin, I introduced the GZoltar profile and
prepare-agent
to the normal test command execution:mvn -P gzoltar-sufire gzoltar:prepare-agent test -B --file pom.xml
Expected behaviour
Tests are all executed successfully and without errors just like in the normal pipeline without using GZoltar.
Environment (please complete the following information, if relevant):
Additional comments
I am running the pipeline only with macOS because the ubuntu pipeline of the project is not being initiated by the GitHub Runners. I don't think, however, that the OS has any relation.
The text was updated successfully, but these errors were encountered: