Skip to content

Commit

Permalink
add tests pass or have been explicitly marked to Skip
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Oct 21, 2015
1 parent 3fbb91a commit 06fa32e
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 4,951 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Open source framework for processing, monitoring, and alerting on time series da
# Getting Started

This README gives you a high level overview of what Kapacitor is and what its like to use it. As well as some details of how it works.
For a guide to get starting using Kapacitor see [this guide](http://influxdb.com/docs/kapacitor/v0.1/introduction/getting_started.html).
To get starting using Kapacitor see [this guide](http://influxdb.com/docs/kapacitor/v0.1/introduction/getting_started.html).

# Workflows

Expand Down
4 changes: 2 additions & 2 deletions cmd/kapacitord/run/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestConfig_Parse(t *testing.T) {
dir = "/tmp/replay"
[task]
dbpath = "/tmp/task"
dir = "/tmp/task"
`, &c); err != nil {
t.Fatal(err)
}
Expand All @@ -39,7 +39,7 @@ func TestConfig_Parse_EnvOverride(t *testing.T) {
dir = "/tmp/replay"
[task]
dbpath = "/tmp/task"
dir = "/tmp/task"
`, &c); err != nil {
t.Fatal(err)
}
Expand Down
356 changes: 0 additions & 356 deletions cmd/kapacitord/run/server_helpers_test.go

This file was deleted.

Loading

0 comments on commit 06fa32e

Please sign in to comment.