Skip to content

Commit

Permalink
set
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Sep 13, 2023
1 parent 3fb2cb9 commit 675db89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flex/tests/hqps/hqps_cypher_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ if [ ! -d ${GS_TEST_DIR} ]; then
fi

ENGINE_CONFIG_PATH=${GS_TEST_DIR}/flex/ldbc-sf01-long-date/engine_config.yaml
mkdir -p /workspaces/interactive-workspace
mkdir -p /workspaces/interactive-workspace/data/modern
mkdir -p /tmp/interactive-workspace
mkdir -p /tmp/interactive-workspace/data/modern
GRAPH_SCHEMA_YAML=${GS_TEST_DIR}/flex/ldbc-sf01-long-date/audit_graph_schema.yaml
cp ${GRAPH_SCHEMA_YAML} /workspaces/interactive-workspace/data/modern/graph.yaml
cp ${GRAPH_SCHEMA_YAML} /tmp/interactive-workspace/data/modern/graph.yaml
GRAPH_BULK_LOAD_YAML=${GS_TEST_DIR}/flex/ldbc-sf01-long-date/audit_bulk_load.yaml
COMPILER_GRAPH_SCHEMA=${GS_TEST_DIR}/flex/ldbc-sf01-long-date/audit_graph_schema.yaml
GRAPH_CSR_DATA_DIR=${HOME}/csr-data-dir/
Expand Down

0 comments on commit 675db89

Please sign in to comment.