googlearchive / graphd

The Metaweb graph repository server
Apache License 2.0
450 stars 52 forks source link

attempt to fix travis build #10

Closed teeler closed 6 years ago

teeler commented 6 years ago

From https://travis-ci.org/google/graphd/builds/427500063

[244 / 246] 2 actions running
    Compiling libgraphdb/graphdb-request-free.c; 0s linux-sandbox
    Compiling libgraphdb/graphdb-buffer-free.c; 0s linux-sandbox
 ./libgraphdb/graphdbp.h:32:0
                 from libgraphdb/graphdb-request-free.c:13:
./libgraphdb/graphdb.h:304:37: fatal error: libgraphdb/graphdb-args.h: No such file or directory
 #include "libgraphdb/graphdb-args.h"
teeler commented 6 years ago

Thanks @barakmich ;) I'll just assign these to you next time...this looks better, I might disable those tests explicitly in the next round, but if you check the travis build you can see the tests that are failing, there are only 4:

//test/unit:bigconfFAILED in 0.1s
  /home/travis/.cache/bazel/_bazel_travis/ff784ea5b127fb8dd275c06bb5b9363f/execroot/__main__/bazel-out/k8-fastbuild/testlogs/test/unit/bigconf/test.log
//test/unit:cost1FAILED in 0.1s
  /home/travis/.cache/bazel/_bazel_travis/ff784ea5b127fb8dd275c06bb5b9363f/execroot/__main__/bazel-out/k8-fastbuild/testlogs/test/unit/cost1/test.log
//test/unit:dateline-5FAILED in 5.1s
  /home/travis/.cache/bazel/_bazel_travis/ff784ea5b127fb8dd275c06bb5b9363f/execroot/__main__/bazel-out/k8-fastbuild/testlogs/test/unit/dateline-5/test.log
//test/unit:doubletroubleFAILED in 0.1s
  /home/travis/.cache/bazel/_bazel_travis/ff784ea5b127fb8dd275c06bb5b9363f/execroot/__main__/bazel-out/k8-fastbuild/testlogs/test/unit/doubletrouble/test.log
//test/unit:gpushFAILED in 1.1s
  /home/travis/.cache/bazel/_bazel_travis/ff784ea5b127fb8dd275c06bb5b9363f/execroot/__main__/bazel-out/k8-fastbuild/testlogs/test/unit/gpush/test.log
//test/unit:spewrequestFAILED in 2.1s
  /home/travis/.cache/bazel/_bazel_travis/ff784ea5b127fb8dd275c06bb5b9363f/execroot/__main__/bazel-out/k8-fastbuild/testlogs/test/unit/spewrequest/test.log
//test/unit:testFAILED in 0.1s
  /home/travis/.cache/bazel/_bazel_travis/ff784ea5b127fb8dd275c06bb5b9363f/execroot/__main__/bazel-out/k8-fastbuild/testlogs/test/unit/test/test.log

`

barakmich commented 6 years ago

Yeah, go ahead and assign me some things. Reviews are easy :)