Closed darkn3rd closed 4 years ago
This looks related to #5066 and #5435.
load_test.sh has a bunch of tests. @balajijinnah fixed one of them. we will close this for now but if we see failure again we would revisit the ticket and see if its the same test or a diff one.
What version of Dgraph are you using?
master
Have you tried reproducing the issue with the latest release?
yes
What is the hardware spec (RAM, OS)?
Steps to reproduce the issue (command/config used to run Dgraph).
The test harness fails when running:
./contrib/scripts/load-test.sh
go test -run Test21MillionDataSetSize$ -v -manual=true
Expected behaviour and actual result.
I expected the test to always pass deterministically. However, they will have different types of results.
cannot retrieve UIDs from list with key
Transaction is too old
cannot retrieve UIDs from list with key
Some will be during upsert test with transaction too old or cannot retreive UIDs. These are reported as failures. The more common result is after the upsert tests, during integrity check, there are several
rpc error code
with message aboutcannot retreive UIDs from list iwth key
. This was is marked as pass.Result 1
This are marked as pass, but several rpc errors. This happens 50% of the time (sample of 8 tests)
Result 2
This returns that the test fails. This type or result happens 37.5% of the time (sample of 8)
Result 4
This returns that the test fails. This type or result happens 12.5% of the time (sample of 8)