[augeas-devel] span in Java API?

Alex Cruise alex at cluonflux.com
Wed Aug 10 22:46:02 UTC 2011


On Wed, Aug 10, 2011 at 2:01 PM, David Lutterkort <lutter at redhat.com> wrote:

> On Wed, 2011-08-10 at 13:25 -0700, Alex Cruise wrote:
> > Do you guys typically announce RC's? I don't mind bumping and pushing;
> it'd
> > be nice to get it into updates-testing too.
>
> I usually don't do RC's for the main augeas release, mostly because the
> test suite is so great ;) Whether you want to post an RC, or do a
> release straight up, and risk having to make another release in a few
> days is up to you.
>

What's the process for stuff moving to Fedora updates-testing?  What if we
call it 0.3.0-1, push it there, and see if anyone complains?

btw, testErrorAPI is failing on my machine (augeas-libs-0.9.0-1.fc15.x86_64)
and I don't know enough to know why.  Did get(nonexistent) cease to be a
failure at some point?

It's the first assert in this code that's failing -- lastError is returning
NO_ERROR.

        // Turn off exceptions, and try and query the last failure
        aug.setRaiseExceptions(false);
        aug.get("SOME INVALID GOOFY PATH");
        assertTrue("No Error", aug.lastError() ==
AugeasErrorCode.PATH_ERROR);
        assertEquals("Invalid path expression", aug.lastErrorMessage());
        assertNotNull(aug.lastMinorErrorMessage());
        assertNotNull(aug.lastErrorDetails());


-0xe1a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/augeas-devel/attachments/20110810/e49a1b26/attachment.htm>


More information about the augeas-devel mailing list