Skip to content

Commit

Permalink
introduce proxy_server
Browse files Browse the repository at this point in the history
minor

code refactor

refine proxy server

todo: bind to pvc and deploy on internal

try to test on internal

modify dockerfile

able to launch, todo: fix graph creation and loading

minor fix

add log

fix codegen error

minor

introduce proxy_server

minor

code refactor

refine proxy server

todo: bind to pvc and deploy on internal

try to test on internal

modify dockerfile

able to launch, todo: fix graph creation and loading

minor fix

add log

minor

update memory request

add test script

increase memroy request
  • Loading branch information
zhanglei1949 committed Jun 11, 2024
1 parent a1f5ad2 commit afa3faf
Show file tree
Hide file tree
Showing 49 changed files with 2,980 additions and 308 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/interactive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,20 @@ jobs:
sed -i 's/default_graph: modern_graph/default_graph: ldbc/g' ./engine_config_test.yaml
sed -i 's/temp_workspace/interactive_workspace/g' ./engine_config_test.yaml
- name: Proxy Server test
env:
INTERACTIVE_WORKSPACE: /tmp/interactive_workspace
run: |
cd ${GITHUB_WORKSPACE}/flex/tests/hqps
bash hqps_proxy_server_test.sh ${INTERACTIVE_WORKSPACE} ./engine_config_test.yaml
- name: Proxy Server test
env:
INTERACTIVE_WORKSPACE: /tmp/interactive_workspace
run: |
cd ${GITHUB_WORKSPACE}/flex/tests/hqps
bash hqps_proxy_server_test.sh ${INTERACTIVE_WORKSPACE} ./engine_config_test.yaml
- name: Sample Query test
env:
GS_TEST_DIR: ${{ github.workspace }}/gstest
Expand Down
Loading

0 comments on commit afa3faf

Please sign in to comment.