Skip to content

Commit

Permalink
Fix e2e error (#64)
Browse files Browse the repository at this point in the history
* Revert "Update [vald sha: d1e546f]"

This reverts commit a276499.

* 💚 Fix e2e error

Signed-off-by: vankichi <[email protected]>

* 🔧 Update deps

Signed-off-by: vankichi <[email protected]>

* 💚 Fix CI

Signed-off-by: vankichi <[email protected]>

---------

Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi authored Feb 15, 2024
1 parent 8303584 commit 640abd6
Show file tree
Hide file tree
Showing 42 changed files with 129 additions and 307 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
--set manager.index.enabled=false \
--generate-name vald/vald
sleep 3
kubectl wait --for=condition=ready pod -l app=vald-agent-ngt --timeout=3m
kubectl wait --for=condition=ready pod -l app=vald-agent --timeout=3m
kubectl get pods
env:
VALUES: https://raw.githubusercontent.com/vdaas/vald/main/.github/helm/values/values-lb.yaml
Expand All @@ -51,7 +51,7 @@ jobs:
curl -L https://raw.githubusercontent.com/rinx/word2vecjson/master/data/wordvecs1000.json -o tests/wordvecs1000.json
- name: run tests
run: |
kubectl port-forward statefulset/vald-agent-ngt 8081:8081 &
kubectl port-forward statefulset/vald-agent 8081:8081 &
pid=$!
npm run test
Expand All @@ -63,7 +63,7 @@ jobs:
npm pack
- name: verify example codes (ts)
run: |
kubectl port-forward statefulset/vald-agent-ngt 8081:8081 &
kubectl port-forward statefulset/vald-agent 8081:8081 &
pid=$!
version=`make vald/client/node/version/print`
Expand All @@ -79,7 +79,7 @@ jobs:
version=`make vald/client/node/version/print`
cd example && npm install ../vald-client-node-${version}.tgz -s -f
kubectl port-forward statefulset/vald-agent-ngt 8081:8081 &
kubectl port-forward statefulset/vald-agent 8081:8081 &
pid=$!
DIM=300 node example.js
Expand Down
2 changes: 1 addition & 1 deletion VALD_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a276499c227d74da1d233742825a7b1e59222ced
1e1cd862427cb5cab4e7b627e55cc34f7f1741b7
57 changes: 33 additions & 24 deletions example-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Vald authors (https://vald.vdaas.org)",
"license": "Apache-2.0",
"dependencies": {
"@grpc/grpc-js": "^1.9.13",
"vald-client-node": "^1.7.9"
"@grpc/grpc-js": "^1.10.0",
"vald-client-node": "^1.7.10"
}
}
57 changes: 33 additions & 24 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Vald authors (https://vald.vdaas.org)",
"license": "Apache-2.0",
"dependencies": {
"@grpc/grpc-js": "^1.9.13",
"vald-client-node": "^1.7.9"
"@grpc/grpc-js": "^1.10.0",
"vald-client-node": "^1.7.10"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/vdaas/vald-client-node",
"dependencies": {
"@grpc/grpc-js": "^1.9.13",
"@grpc/grpc-js": "^1.10.0",
"@protobuf-ts/runtime": "^2.9.3",
"@protobuf-ts/runtime-rpc": "^2.9.3"
},
Expand Down
2 changes: 1 addition & 1 deletion src/vald/v1/agent/core/agent_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @ts-nocheck
//
//
// Copyright (C) 2019-2024 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 vdaas.org vald team <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/vald/v1/agent/core/agent_pb.grpc-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @ts-nocheck
//
//
// Copyright (C) 2019-2024 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 vdaas.org vald team <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// You may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/vald/v1/agent/core/agent_pb.grpc-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @ts-nocheck
//
//
// Copyright (C) 2019-2024 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 vdaas.org vald team <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// You may not use this file except in compliance with the License.
Expand All @@ -30,7 +30,7 @@ exports.AgentClient = void 0;
// @ts-nocheck
//
//
// Copyright (C) 2019-2024 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 vdaas.org vald team <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// You may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/vald/v1/agent/core/agent_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @ts-nocheck
//
//
// Copyright (C) 2019-2024 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 vdaas.org vald team <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// You may not use this file except in compliance with the License.
Expand All @@ -30,7 +30,7 @@ exports.Agent = void 0;
// @ts-nocheck
//
//
// Copyright (C) 2019-2024 vdaas.org vald team <[email protected]>
// Copyright (C) 2019-2023 vdaas.org vald team <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// You may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 640abd6

Please sign in to comment.