Skip to content

Can't run the test #312

Answered by sm-shaw
arashnikoo asked this question in Q&A
Jan 27, 2022 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

So the error:
PROCEDURE tpcc.NEWORD does not exist
means the schema build didn't complete successfully.
The stored procedures are created at the end of the schema build process, so check the output at the end of the build to see if everything completed as expected and query the stored procedures to see if they have been created.

Drop the database and recreate it - if you still see the error copy the output at the end of the build here for further guidance.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by sm-shaw
Comment options

You must be logged in to vote
1 reply
@sm-shaw
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #311 on January 27, 2022 16:47.