Fix CI tests to work against latest master

Posted by deepakjois:

There are at least a couple of issues:

  1. Mutation test fails with: io.grpc.StatusRuntimeException: UNKNOWN: Uid: [200] cannot be greater than lease: [0]
  2. This query no longer works: String query = "{ me(func: eq(name, $a)) { name }}"

deepakjois commented :

I have ignored the test using @Ignore for now, so that the CI is green.

deepakjois commented :

Fixed query syntax in bcc736c3e2e043e2d18474763006c63e08bf7452

deepakjois commented :

Fixed mutation test in 4570fb0686495190fbf4fd502e160a7287b094d0