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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
bazel build @graknlabs_grakn_core//:assemble-mac-zip
cd bazel-bin/external/graknlabs_grakn_core/
unzip grakn-core-all-mac.zip
cd grakn-core-all-mac
./grakn server start
bazel test --test_output=streamed //migrator:assemble-mock-test
Output:
...
10:02:41.830 [grpc-default-worker-ELG-1-2] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x2e64619f, L:/127.0.0.1:54882 - R:/127.0.0.1:48555] OUTBOUND DATA: streamId=873 padding=0 endStream=true length=0 bytes=
10:02:41.831 [grpc-default-worker-ELG-1-2] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x2e64619f, L:/127.0.0.1:54882 - R:/127.0.0.1:48555] INBOUND HEADERS: streamId=873 headers=GrpcHttp2ResponseHeaders[grpc-status: 0] streamDependency=0 weight=16 exclusive=false padding=0 endStream=true
java.nio.file.NoSuchFileException: precisionmedicine/dataset/mock/clinvar/gene_condition_source_id.csv
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
...
The text was updated successfully, but these errors were encountered:
Reproducible steps
Output:
The text was updated successfully, but these errors were encountered: