Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
dbcc2e86
Commit
dbcc2e86
authored
Dec 12, 2018
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adds integration tests to ci build
parent
11cde7ed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
pkg/infra/serverlock/serverlock.go
+0
-2
scripts/circle-test-backend.sh
+1
-1
No files found.
pkg/infra/serverlock/serverlock.go
View file @
dbcc2e86
...
@@ -13,8 +13,6 @@ func init() {
...
@@ -13,8 +13,6 @@ func init() {
registry
.
RegisterService
(
&
ServerLockService
{})
registry
.
RegisterService
(
&
ServerLockService
{})
}
}
// DistributedLockService
// ServerLockService allows servers in HA mode to claim a lock
// ServerLockService allows servers in HA mode to claim a lock
// and execute an function if the server was granted the lock
// and execute an function if the server was granted the lock
type
ServerLockService
struct
{
type
ServerLockService
struct
{
...
...
scripts/circle-test-backend.sh
View file @
dbcc2e86
...
@@ -19,5 +19,5 @@ exit_if_fail time go install ./pkg/cmd/grafana-server
...
@@ -19,5 +19,5 @@ exit_if_fail time go install ./pkg/cmd/grafana-server
echo
"running go test"
echo
"running go test"
set
-e
set
-e
time
for
d
in
$(
go list ./pkg/...
)
;
do
time
for
d
in
$(
go list ./pkg/...
)
;
do
exit_if_fail go
test
-covermode
=
atomic
$d
exit_if_fail go
test
-
tags
=
integration
-
covermode
=
atomic
$d
done
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment