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
59c6bacc
Commit
59c6bacc
authored
7 years ago
by
Sergey Yakubov
Browse files
Options
Downloads
Patches
Plain Diff
Fix test for mac os
parent
d1c11a67
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/producer/dummy-data-producer/check_linux.sh
+1
-1
1 addition, 1 deletion
examples/producer/dummy-data-producer/check_linux.sh
receiver/unittests/test_request.cpp
+1
-1
1 addition, 1 deletion
receiver/unittests/test_request.cpp
with
2 additions
and
2 deletions
examples/producer/dummy-data-producer/check_linux.sh
+
1
−
1
View file @
59c6bacc
...
...
@@ -6,5 +6,5 @@ database_name=test_run
#just test that it starts, no reciever is running
$@
0.0.0.0 1 1 2>&1 |
grep
"
refused
"
$@
0.0.0.0 1 1 2>&1 |
grep
"
Failed to connect
"
This diff is collapsed.
Click to expand it.
receiver/unittests/test_request.cpp
+
1
−
1
View file @
59c6bacc
...
...
@@ -44,7 +44,7 @@ class MockReqestHandler : public hidra2::RequestHandler {
return
Error
{
ProcessRequest_t
(
request
)};
}
StatisticEntity
GetStatisticEntity
()
const
{
StatisticEntity
GetStatisticEntity
()
const
override
{
return
StatisticEntity
::
kDisk
;
}
...
...
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