prometheus/retrieval
beorn7 5dc01202d7 Retrieval: Remove some test lines that fail on Travis only
These lines exercise an append in
TestScrapeLoopWrapSampleAppender. Arguably, append shouldn't be tested
there in the first place.

Still it's weird why this fails on Travis:

```
--- FAIL: TestScrapeLoopWrapSampleAppender (0.00s)
    scrape_test.go:259: Expected count of 1, got 0
    scrape_test.go:290: Expected count of 1, got 0
2017/01/07 22:48:26 http: TLS handshake error from 127.0.0.1:50716: read tcp 127.0.0.1:40265->127.0.0.1:50716: read: connection reset by peer
FAIL
FAIL	github.com/prometheus/prometheus/retrieval	3.603s
```

Should anybody ever find out why, please revert this commit accordingly.
2017-01-08 00:01:46 +01:00
..
testdata Add ServerName into TLS Config 2016-05-26 14:24:49 -07:00
helpers_test.go Fix tests for append API changes 2016-02-03 10:17:08 +01:00
scrape.go Retrieval: Do not buffer the samples if no sample limit configured 2017-01-07 18:18:54 +01:00
scrape_test.go Retrieval: Remove some test lines that fail on Travis only 2017-01-08 00:01:46 +01:00
target.go Retrieval: Do not buffer the samples if no sample limit configured 2017-01-07 18:18:54 +01:00
target_test.go config: extract SD and HTTPClient configurations 2016-11-23 18:23:37 +01:00
targetmanager.go retrieval: refactor TargetManager to return flat list of Targets 2016-12-02 13:28:58 +01:00
targetmanager_test.go discovery: move TargetSet into discovery package 2016-11-23 09:14:44 +01:00