This is an automated email from the ASF dual-hosted git repository. kenhuuu pushed a commit to branch v4-io-test in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 0993d77e36e28c5516e1cdb913afa0e32e6a97ef Author: Ken Hu <[email protected]> AuthorDate: Mon Aug 19 17:19:33 2024 -0700 Add model to Python docker compose --- gremlin-python/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gremlin-python/docker-compose.yml b/gremlin-python/docker-compose.yml index 5f9ef5dd4c..ea7a1be5aa 100644 --- a/gremlin-python/docker-compose.yml +++ b/gremlin-python/docker-compose.yml @@ -52,6 +52,7 @@ services: volumes: - ${BUILD_DIR:-./src/main/python}:/python_app - ../gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features:/python_app/gremlin-test/features + - ../gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/graphbinary:/python_app/gremlin-test/graphbinary - ../docker/gremlin-test-server:/python_app/gremlin-test-server - ../gremlin-tools/gremlin-socket-server/conf:/python_app/gremlin-socket-server/conf/ @@ -67,6 +68,7 @@ services: - VERSION=${VERSION} - GREMLIN_SOCKET_SERVER_URL=ws://gremlin-socket-server-python:{}/gremlin - GREMLIN_SOCKET_SERVER_CONFIG_PATH=/python_app/gremlin-socket-server/conf/test-ws-gremlin.yaml + - IO_TEST_DIRECTORY=/python_app/gremlin-test/graphbinary/ working_dir: /python_app command: > bash -c "apt-get update && apt-get -y install libkrb5-dev krb5-user
