Report a Dgraph Bug
What version of Dgraph are you using?
v20.03.0 and v20.07.0
Have you tried reproducing the issue with the latest release?
yes
What is the hardware spec (RAM, OS)?
Mac OS 10.13.6 16 GByte RAM
Docker desktop 2.3.0.4 with engine 19.03.12
Steps to reproduce the issue (command/config used to run Dgraph).
run testcase “testConfRef” from OS project
Expected behaviour and actual result.
Test should run with result:
Creating Eventmanager(dgraph) for confref
storing 250 events to dgraph
done after 6.1 secs
Which works repeatably with version v20.03.0
In v20.07.0 the result may be e.g.:
<_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "strconv.ParseInt: parsing "btw": invalid syntax"
debug_error_string = "{"created":"@1597214956.558346000","description":"Error received from peer ipv6:[::1]:9080","file":"src/core/lib/surface/call.cc","file_line":1055,"grpc_message":"strconv.ParseInt: parsing "btw": invalid syntax","grpc_status":2}"
>
for a node that would be parsed o.k. in version v20.03.0 as:
{
"data": {
"events": [
{
"identifier": "btw2021",
"uid": "0x6",
"city": "Dresden",
"year": 2021,
"acronym": "BTW",
"url": "http://portal.confref.org/list/btw2021"
},
and which actually might parse ok on a second attempt in v20.07.0 but then the server might get unavailable. Please understand that i wouldn’t look into the details of the regression this is just to let you know that IMHO something fishy is going on here. I even modified my start script to clean the whole ~dgraph directory before running the tests.