Skip to content

Commit

Permalink
parent f1cf69d
Browse files Browse the repository at this point in the history
author xiaolei.zl <[email protected]> 1715237940 +0000
committer 霄磊 <[email protected]> 1718701299 +0800

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

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

update docker file for debug

update dns config

add debug tools in dockerfile

use nodePort for secondary

use 7brs

add role binding

install kubectl to get svc ip

minor

debuging host connection

edit

add script

minor

edit
  • Loading branch information
zhanglei1949 committed Jun 18, 2024
1 parent f1cf69d commit f3c7afd
Show file tree
Hide file tree
Showing 53 changed files with 3,837 additions and 313 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 f3c7afd

Please sign in to comment.