Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asapo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joao Alvim Oliveira Dias De Almeida
asapo
Commits
6d3b878c
Commit
6d3b878c
authored
4 years ago
by
Sergey Yakubov
Browse files
Options
Downloads
Patches
Plain Diff
fix win test
parent
f26f6124
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/automatic/consumer/consumer_api_python/check_windows.bat
+1
-1
1 addition, 1 deletion
.../automatic/consumer/consumer_api_python/check_windows.bat
with
1 addition
and
1 deletion
tests/automatic/consumer/consumer_api_python/check_windows.bat
+
1
−
1
View file @
6d3b878c
...
...
@@ -14,7 +14,7 @@ call start_services.bat
for
/l
%%x
in
(
1
,
1
,
5
)
do
echo
db
.data_default.insert
({
"_id"
:
%%x
,
"size"
:6
,
"name"
:
"
%%x
"
,
"lastchange"
:1
,
"source"
:
"none"
,
"buf_id"
:0
,
"meta"
:
{
"test"
:10
}})
|
%mongo_exe%
%database_name%
||
goto
:error
db
.data_
default
.insert
({
"_id"
:1
,
"size"
:0
,
"name"
:
"1"
,
"lastchange"
:1
,
"source"
:
"none"
,
"buf_id"
:0
,
"meta"
:
{
"test"
:10
}})
|
%mongo_exe%
%database_name%
||
goto
:error
echo
db
.data_
streamfts
.insert
({
"_id"
:1
,
"size"
:0
,
"name"
:
"1"
,
"lastchange"
:1
,
"source"
:
"none"
,
"buf_id"
:0
,
"meta"
:
{
"test"
:10
}})
|
%mongo_exe%
%database_name%
||
goto
:error
for
/l
%%x
in
(
1
,
1
,
5
)
do
echo
db
.data_stream1.insert
({
"_id"
:
%%x
,
"size"
:6
,
"name"
:
"1
%%x
"
,
"lastchange"
:1
,
"source"
:
"none"
,
"buf_id"
:0
,
"meta"
:
{
"test"
:10
}})
|
%mongo_exe%
%database_name%
||
goto
:error
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment