Skip to content
Snippets Groups Projects
Commit faa14fc1 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix test

parent 23080889
Branches
Tags 20.12.0
No related merge requests found
......@@ -17,7 +17,15 @@ set PYTHONPATH=%1
python3 getnext.py 127.0.0.1:8400 %source_path% %database_name% %token_test_run% > out
type out
type out | findstr /c:"100" || goto :error
type out | findstr /c:"\"id_\": 1" || goto :error
type out | findstr /c:"\"_id\": 1" || goto :error
python3 getnext.py 127.0.0.1:8400 %source_path% %database_name% %token_test_run% > out
type out
type out | findstr /c:"\"_id\": 2" || goto :error
python3 getnext.py 127.0.0.1:8400 %source_path% %database_name% %token_test_run% > out
type out
type out | findstr /c:"\"_id\": 3" || goto :error
goto :clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment