diff -Nru influxdb-1.1.1+dfsg1/debian/changelog influxdb-1.1.1+dfsg1/debian/changelog --- influxdb-1.1.1+dfsg1/debian/changelog 2016-12-22 05:50:08.000000000 +0000 +++ influxdb-1.1.1+dfsg1/debian/changelog 2017-02-28 23:20:09.000000000 +0000 @@ -1,3 +1,16 @@ +influxdb (1.1.1+dfsg1-4) unstable; urgency=medium + + * Disable TestEngine_Backup. (Closes: #850282) + * Re-enable i386 tests. + + -- Alexandre Viau Tue, 28 Feb 2017 18:20:09 -0500 + +influxdb (1.1.1+dfsg1-3) unstable; urgency=medium + + * Disable tests on i386 (Closes: #850282) + + -- Alexandre Viau Tue, 28 Feb 2017 15:24:05 -0500 + influxdb (1.1.1+dfsg1-2) unstable; urgency=medium * Lintian overrides. diff -Nru influxdb-1.1.1+dfsg1/debian/patches/disable_testengine_backup.patch influxdb-1.1.1+dfsg1/debian/patches/disable_testengine_backup.patch --- influxdb-1.1.1+dfsg1/debian/patches/disable_testengine_backup.patch 1970-01-01 00:00:00.000000000 +0000 +++ influxdb-1.1.1+dfsg1/debian/patches/disable_testengine_backup.patch 2017-02-28 23:20:09.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Disable unstable test +Bug: 850282 +Author: Alexandre Viau + +--- a/tsdb/engine/tsm1/engine_test.go ++++ b/tsdb/engine/tsm1/engine_test.go +@@ -132,6 +132,7 @@ + + // Ensure that the engine will backup any TSM files created since the passed in time + func TestEngine_Backup(t *testing.T) { ++ t.Skip() + // Generate temporary file. + f, _ := ioutil.TempFile("", "tsm") + f.Close() diff -Nru influxdb-1.1.1+dfsg1/debian/patches/series influxdb-1.1.1+dfsg1/debian/patches/series --- influxdb-1.1.1+dfsg1/debian/patches/series 2016-12-22 05:50:08.000000000 +0000 +++ influxdb-1.1.1+dfsg1/debian/patches/series 2017-02-28 23:20:09.000000000 +0000 @@ -1,2 +1,3 @@ +disable_testengine_backup.patch disable-reporting.patch jwt-v2.patch