teamwalnut / graphql-ppx

GraphQL language primitives for ReScript/ReasonML written in ReasonML
https://graphql-ppx.com
MIT License
257 stars 53 forks source link

The tests fail non-deterministically #268

Closed kit-ty-kate closed 2 years ago

kit-ty-kate commented 3 years ago
#=== ERROR while compiling graphql_ppx.1.0.1 ==================================#
# context              2.1.0 | linux/x86_64 | ocaml-base-compiler.4.12.0 | file:///home/opam/opam-repository
# path                 ~/.opam/4.12.0/.opam-switch/build/graphql_ppx.1.0.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p graphql_ppx -j 31
# exit-code            1
# env-file             ~/.opam/log/graphql_ppx-6724-4dbcde.env
# output-file          ~/.opam/log/graphql_ppx-6724-4dbcde.out
### output ###
#          ppx tests_native/interface.re.pp.ml
# Marshaled file is broken. Doing recovery build...
#          ppx tests_native/list_args.re.pp.ml (exit 1)
# (cd _build/default && .ppx/08407edc227d06689f98d70e968842c7/ppx.exe -o tests_native/list_args.re.pp.ml --impl tests_native/list_args.re.ml --dump-ast)
# Marshaled file is broken. Doing recovery build...
# File "tests_native/list_args.re", line 1:
# Error: I/O error: /home/opam/.opam/4.12.0/.opam-switch/build/graphql_ppx.1.0.1/.graphql_ppx_cache/graphql_schema.json.hash: No such file or directory
jfrolich commented 3 years ago

compiling graphql_ppx.1.0.1

The latest version is 1.2.2, can you try it on the latest version?