Re: assistance with running test locally

2022-01-30 Thread Niv Keidan
cleaning did the trick, thank you On Friday, January 28, 2022 at 8:20:15 PM UTC Jesse Glick wrote: > On Fri, Jan 28, 2022 at 2:16 PM Niv Keidan wrote: > >> command: mvn -Dtest=hudson.model.NodeTest test > > > The exact same command works for me. Are you using JDK 8? Did you try `mvn > -Pquick-b

Re: assistance with running test locally

2022-01-28 Thread 'Jesse Glick' via Jenkins Developers
On Fri, Jan 28, 2022 at 2:16 PM Niv Keidan wrote: > command: mvn -Dtest=hudson.model.NodeTest test The exact same command works for me. Are you using JDK 8? Did you try `mvn -Pquick-build clean install` to start? Did you check behavior in `master`? -- You received this message because you are

Re: assistance with running test locally

2022-01-28 Thread Niv Keidan
command: mvn -Dtest=hudson.model.NodeTest test all tests fail with same stack trace using local branch for this PR https://github.com/jenkinsci/jenkins/pull/6193 Just trying to get some tests running before writing a new one On Friday, January 28, 2022 at 7:15:10 PM UTC timja...@gmail.com wrote

Re: assistance with running test locally

2022-01-28 Thread Tim Jacomb
Could you add more context? Which test? Which repo? How are you trying to run it? On Fri, 28 Jan 2022 at 19:09, Niv Keidan wrote: > Hey guys, > Working on a PR I am trying to run a single test locally and hitting this > stack trace: > > org.jvnet.hudson.reactor.ReactorException: > java.lang.Il

assistance with running test locally

2022-01-28 Thread Niv Keidan
Hey guys, Working on a PR I am trying to run a single test locally and hitting this stack trace: org.jvnet.hudson.reactor.ReactorException: java.lang.IllegalArgumentException: Unable to inject class hudson.model.UserIdMapper at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:291) at jen