Skip to content
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

When introducing GZoltar to a pipeline of tests, some of the tests start to fail #70

Open
hugofpaiva opened this issue Jun 1, 2023 · 0 comments

Comments

@hugofpaiva
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant