File: disable_testengine_backup.patch

package info (click to toggle)
influxdb 1.6.7~rc0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,728 kB
  • sloc: sh: 1,176; python: 809; ruby: 118; makefile: 41
file content (15 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Disable unstable test
Bug: 850282
Author: Alexandre Viau <aviau@debian.org>
Last-Update: 2018-05-26

--- a/tsdb/engine/tsm1/engine_test.go
+++ b/tsdb/engine/tsm1/engine_test.go
@@ -211,6 +211,7 @@
 
 // Ensure that the engine will backup any TSM files created since the passed in time
 func TestEngine_Backup(t *testing.T) {
+	t.Skip()
 	sfile := MustOpenSeriesFile()
 	defer sfile.Close()