Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K6 test error #86

Open
lgtianxiawudi opened this issue Jun 16, 2023 · 2 comments
Open

K6 test error #86

lgtianxiawudi opened this issue Jun 16, 2023 · 2 comments

Comments

@lgtianxiawudi
Copy link

import command:
python3 run.py nebula importer -s test -a 192.168.15.230:9669 -t string -p
test command:
python3 run.py stress run -scenario go.Go1StepEdge --args='-u 10 -d 3s'
result:
image

error log:
GO 1 STEP FROM 32985348836344 OVER KNOWS yield KNOWS.creationDate,105,289,false,0,,SemanticError: Vid should be a FIXED_STRING

@lgtianxiawudi
Copy link
Author

branch:master

@HarrisChu
Copy link
Collaborator

python3 run.py nebula importer -s test -a 192.168.15.230:9669 -t string -p
python3 run.py stress run -scenario go.Go1StepEdge --args='-u 10 -d 3s'

import data with -t string means the vid type is fixed_string, but run without -t.
so it run stress testing with default -t int, and then type is mismatch.

python3 run.py stress run -t string -scenario go.Go1StepEdge --args='-u 10 -d 3s'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants