s2graph icon indicating copy to clipboard operation
s2graph copied to clipboard

script/test.sh is broken.

Open djfwan opened this issue 10 years ago • 2 comments

I tried run script/test.sh. I could find errors at query for vertices.

Here are error queries in test.sh.

insert vertex data

curl -XPOST localhost:9000/graphs/vertices/insert/s2graph/user_id -H 'Content-Type: Application/json' -d '
[
  {"id":1,"props":{"is_active":true}, "timestamp":1417616431},
  {"id":2,"props":{},"timestamp":1417616431}
]
'

select vertices

curl -XPOST localhost:9000/graphs/getVertices -H 'Content-Type: Application/json' -d '
[
    {"serviceName": "s2graph", "columnName": "user_id", "ids": [1, 2, 3]}
]
'

djfwan avatar Oct 01 '15 07:10 djfwan

@djfwan can you elaborate more on errors? can you provide error log or Exception type?

SteamShon avatar Oct 07 '15 01:10 SteamShon

@djfwan It still have trouble, fix plz

daewon avatar Oct 28 '15 01:10 daewon