Skip to content

Conversation

rashtao
Copy link
Collaborator

@rashtao rashtao commented Sep 3, 2019

stream tx support in graph vertex/edge operations at /_api/gharial

@rashtao rashtao requested a review from hkernbach September 3, 2019 11:38
@Test
public void getVertex() {
assumeTrue(isSingleServer());
assumeTrue(isAtLeastVersion(3, 5));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, one thing:
assumeTrue(isAtLeastVersion(3, 5));

^-- does this needs to be instead isAtLeastVersion(3,5,1) ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are still discussing about which db versions to support and to test against... For the moment we only support and test against the latest patch of every minor release. Eg. atm 3.3.23, 3.4.8 and 3.5.0.

@rashtao rashtao merged commit 1519fff into master Oct 9, 2019
@rashtao rashtao deleted the feature/stream_tx_graph branch February 3, 2020 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants