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

master build fails when running tests #1292

Closed
sdelamo opened this issue Apr 17, 2020 · 3 comments
Closed

master build fails when running tests #1292

sdelamo opened this issue Apr 17, 2020 · 3 comments

Comments

@sdelamo
Copy link
Collaborator

sdelamo commented Apr 17, 2020

Steps to reproduce:

grails-data-mapping %  git status              
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
grails-data-mapping %  gradlew test

> Task :test FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/sdelamo/Developer/grails/grails-data-mapping/build.gradle' line: 290

* What went wrong:
Execution failed for task ':test'.
> Problem: failed to create task or type junitreport2
  Cause: The name is undefined.
  Action: Check the spelling.
  Action: Check that any custom tasks/types have been declared.
  Action: Check that any <presetdef>/<macrodef> declarations have taken place.


Java version: 

java -version
openjdk version "1.8.0_242"
OpenJDK Runtime Environment Corretto-8.242.07.1 (build 1.8.0_242-b07)
OpenJDK 64-Bit Server VM Corretto-8.242.07.1 (build 25.242-b07, mixed mode)

@puneetbehl
Copy link
Contributor

puneetbehl commented Apr 17, 2020

Are you using the latest code? because it seems to be working fine on the CI server for master branch and I also tried it once again today on my local machine with following JDK:

openjdk version "1.8.0_252"
OpenJDK Runtime Environment Corretto-8.252.09.1 (build 1.8.0_252-b09)
OpenJDK 64-Bit Server VM Corretto-8.252.09.1 (build 25.252-b09, mixed mode)

@sdelamo
Copy link
Collaborator Author

sdelamo commented Apr 17, 2020

yes, latest code.

@sdelamo
Copy link
Collaborator Author

sdelamo commented Apr 17, 2020

Closed by: 1b5260f

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

No branches or pull requests

2 participants