nrepl build failure

49 views
Skip to first unread message

Alex Miller

unread,
Feb 28, 2014, 3:48:35 AM2/28/14
to clojur...@googlegroups.com, Colin Jones
This error seems to be happening:

FAIL in (stdout-stderr) (sanity_test.clj:87)
expected: (re-seq #"Exception: No such var: user/foo" (-> (quote (prn user/foo)) internal-eval first))
  actual: (not (re-seq #"Exception: No such var: user/foo" "#<user$foo user$foo@331e8d5c>\n"))


since this last commit:


Can Colin or someone else take a look?

Colin Jones

unread,
Feb 28, 2014, 6:54:39 AM2/28/14
to Alex Miller, clojur...@googlegroups.com
I'll take a look today.
--
Colin Jones
@trptcolin

Colin Jones

unread,
Feb 28, 2014, 7:16:21 AM2/28/14
to Alex Miller, clojur...@googlegroups.com
Thanks for the heads-up, Alex. As is probably obvious, it was test
pollution due to me needlessly def'ing a var.

I was surprised that `mvn test`, or even `mvn clean test` didn't cause
the failure locally for me (while `lein test` with a project.clj I
have for local development did). But it looks like the mvn test run
order varies between my local machine and the build machine (sorting
clojure.tools.nrepl-test vs clojure.tools.nrepl.sanity-test). Womp
womp.

The commit I just pushed passes both my local lein and maven tests,
but I don't have appear to have (or at least remember) Hudson
credentials to kick off a build manually.
--
Colin Jones
@trptcolin

Chas Emerick

unread,
Feb 28, 2014, 7:56:43 AM2/28/14
to clojur...@googlegroups.com
The build has been kicked.

AFAIC, Colin should have privs on build.clojure.org since he has commit
on nREPL…

- Chas

Alex Miller

unread,
Feb 28, 2014, 8:47:11 AM2/28/14
to Colin Jones, clojur...@googlegroups.com
Thanks! Looks like it passed.
Reply all
Reply to author
Forward
0 new messages