-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
area/graphqlIssues related to GraphQL support on Dgraph.Issues related to GraphQL support on Dgraph.area/testingTesting related issuesTesting related issueskind/bugSomething is broken.Something is broken.status/acceptedWe accept to investigate/work on it.We accept to investigate/work on it.
Description
The tests e2e/custom_logic are failing 27.3% of the time (3/11)
What version of Dgraph are you using?
latest
Have you tried reproducing the issue with the latest release?
yes
What is the hardware spec (RAM, OS)?
Ubuntu Bionic Beaver
Steps to reproduce the issue (command/config used to run Dgraph).
./test.sh -C 2>&1 | tee /tmp/master.custom_cluster.$(date +%Y%m%d_%H%M).txt
Expected behaviour and actual result.
Expected
Passing Tests
Actual
Roughly 27.3% of the time, getting this error:
--- FAIL: TestCustomNameForwardHeaders (2.02s)
custom_logic_test.go:234:
Error Trace: custom_logic_test.go:234
Error: Expected nil, but got: x.GqlErrorList{(*x.GqlError)(0xc000138af0)}
Test: TestCustomNameForwardHeaders
FAIL
exit status 1
FAIL github.com/dgraph-io/dgraph/graphql/e2e/custom_logic 59.958s
Metadata
Metadata
Assignees
Labels
area/graphqlIssues related to GraphQL support on Dgraph.Issues related to GraphQL support on Dgraph.area/testingTesting related issuesTesting related issueskind/bugSomething is broken.Something is broken.status/acceptedWe accept to investigate/work on it.We accept to investigate/work on it.