It works the same way as it did in 3.0.1-incubating (just tested on both) -
assuming you are using the "modern" graph as your test data.  In both cases
I get:

gremlin> :remote connect tinkerpop.server conf/remote.yaml
==>Connected - localhost/127.0.0.1:8182
gremlin> :> g.E()
==>e[7][1-knows->2]
==>e[8][1-knows->4]
==>e[9][1-created->3]
==>e[10][4-created->5]
==>e[11][4-created->3]
==>e[12][6-created->3]
gremlin> :> g.E(7)
==>e[7][1-knows->2]
gremlin> :> g.E(7L)
gremlin>

I assume you're using TinkerGraph here?  Perhaps it's the edgeIdManager
setting in the TinkerGraph config?

http://tinkerpop.incubator.apache.org/docs/3.0.2-incubating/#_configuration

Note that I don't know what your "creator" edge is at id 13 as it's not in
our toy data - something you added I presume.

Stephen


On Mon, Oct 19, 2015 at 12:00 PM, Dylan Millikin <[email protected]>
wrote:

> I'm getting some weird behaviors in the console. I think this might be a
> regression:
>
>          \,,,/
>          (o o)
> -----oOOo-(3)-oOOo-----
> plugin activated: tinkerpop.server
> plugin activated: tinkerpop.utilities
> plugin activated: tinkerpop.tinkergraph
> gremlin> :remote connect tinkerpop.server conf/remote.yaml
> ==>Connected - localhost/127.0.0.1:8182
> gremlin> :> g.E()
> ==>e[7][1-knows->2]
> ==>e[8][1-knows->4]
> ==>e[9][1-created->3]
> ==>e[10][4-created->5]
> ==>e[11][4-created->3]
> ==>e[12][6-created->3]
> ==>e[13][6-creator->5]
> gremlin> :> g.E(13)
> gremlin> :> g.E(13L)
> ==>e[13][6-creator->5]
>
> For some reason E() isn't taking the work on the index types? I think my
> tests used to pass on this before so did something happen? It works
> correctly on V(). Sorry for some reason I didn't pick up on this earlier.
>
>
> On Mon, Oct 19, 2015 at 5:26 PM, Stephen Mallette <[email protected]>
> wrote:
>
> > Hello,
> >
> > The release artifacts can be found at this location:
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.0.2-incubating/
> >
> > The source distribution is provided by:
> > apache-tinkerpop-3.0.2-incubating-source-release.zip
> >
> > Two binary distributions are provided for user convenience:
> > apache-gremlin-console-3.0.2-incubating-distribution.zip
> > apache-gremlin-server-3.0.2-incubating-distribution.zip
> >
> > The online docs can be found here:
> > http://tinkerpop.incubator.apache.org/docs/3.0.2-incubating/index.html
> > (user docs)
> >
> >
> >
> http://tinkerpop.incubator.apache.org/docs/3.0.2-incubating/upgrade.html#_tinkerpop_3_0_2
> > (upgrade docs)
> > http://tinkerpop.incubator.apache.org/javadocs/3.0.2-incubating/core/
> > (core
> > javadoc)
> > http://tinkerpop.incubator.apache.org/javadocs/3.0.2-incubating/full/
> > (full
> > javadoc)
> >
> > The tag in Apache Git can be found here:
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;a=tag;h=8e9af13d6beb184a137067caa0445157351435ab
> >
> > The release notes are available here:
> > *
> >
> https://github.com/apache/incubator-tinkerpop/blob/3.0.2-incubating/CHANGELOG.asciidoc#tinkerpop-302-release-date-october-19-2015
> > <
> >
> https://github.com/apache/incubator-tinkerpop/blob/3.0.2-incubating/CHANGELOG.asciidoc#tinkerpop-302-release-date-october-19-2015
> > >*
> >
> > The [VOTE] will be open for the next 72 hours --- closing Thursday
> (October
> > 22, 2015) at 12:00 PM EST.
> >
> > My vote is +1.
> >
> > Thank you very much,
> >
> > Stephen
> >
>

Reply via email to