You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some tests in client_test/client_test.go which brings up Dgraph in an embedded mode. A couple of them which delete a predicate are slow (> 6 secs) even though there isn't much data to be deleted.
client_test package takes 27 seconds in total though the CPU time is less than 3 secs.