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

Can not use Jmeter action with java11 #11

Closed
SeleniumTestAB opened this issue Dec 6, 2020 · 4 comments · Fixed by #12
Closed

Can not use Jmeter action with java11 #11

SeleniumTestAB opened this issue Dec 6, 2020 · 4 comments · Fixed by #12

Comments

@SeleniumTestAB
Copy link

During development of small test project with github actions it was observed, that on the step with Jmeter action, the workflow fails.

adding picture

obraz

@rbhadti94
Copy link
Owner

Hi @SeleniumTestAB ,

Thanks for raising this. Can you provide more details as to how you're running this?

  1. What command is being run?
  2. What version of the action are you using? This was recently upgraded to v0.3.0 - so may be worth trying v0.2.0 and seeing if it works?

@SeleniumTestAB
Copy link
Author

Hi @rbhadti94

So here is my workflow file
https://github.com/SeleniumTestAB/bitpanda-tasks-solution/actions/runs/404355771/workflow

here is command that i use
- name: Run Load Task with JMeter uses: rbhadti94/apache-jmeter-action@v0.3.0 with: testFilePath: ${{ env.JMETER_TEST_PLAN_PATH }} outputReportsFolder: jmeter-reports/ continue-on-error: true

that's for 1 question. For second one, I tested version 0.2.0 and 0.3.0 and both gave me the same error

@rbhadti94
Copy link
Owner

Thanks, let me take a look at this. I can see you're loading java-11 at the beginning of the workflow but this shouldn't have an impact.

rbhadti94 added a commit that referenced this issue Dec 6, 2020
@rbhadti94 rbhadti94 linked a pull request Dec 6, 2020 that will close this issue
@rbhadti94
Copy link
Owner

Hi @SeleniumTestAB - Please try with v0.3.1 - I've merged in a PR for this issue

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

Successfully merging a pull request may close this issue.

2 participants