summaryrefslogtreecommitdiffstats
path: root/debian/patches/skip_devices_test.patch
blob: 8e40d7e569188d9934b6d6c0cab7d9b2d0a7be39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
From: Samuel Henrique <samueloph@debian.org>
Date: Fri, 12 Apr 2024 00:11:07 +0100
Subject: Skip "devices" test as it fails on kfreebsd and hurd

Error log:
 sent 160 bytes  received 117 bytes  554.00 bytes/sec
 total size is 0  speedup is 0.00
 check how the directory listings compare with diff:

 + + /<<PKGBUILDDIR>>/rsynctee -aii /<<PKGBUILDDIR>>/testtmp/devices/rsync.out --link-dest=/<<PKGBUILDDIR>>/testtmp/devices/to
  /<<PKGBUILDDIR>>/testtmp/devices/from/ /<<PKGBUILDDIR>>/testtmp/devices/chk/
 rsync: failed to hard-link /<<PKGBUILDDIR>>/testtmp/devices/to/fifo with fifo: Invalid cross-device link (1073741842)
 cd          ./
 hD          block
 hD          block2
 hD          block3
 hD          block3.5
 hD          char
 hD          char2
 hD          char3
 cSc........ fifo
 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]
 + cat
 + diff -u /<<PKGBUILDDIR>>/testtmp/devices/rsync.chk /<<PKGBUILDDIR>>/testtmp/devices/rsync.out
 /--- /<<PKGBUILDDIR>>/testtmp/devices/rsync.chk	2019-10-15 01:26:43.000000000 +0000
 /+++ /<<PKGBUILDDIR>>/testtmp/devices/rsync.out	2019-10-15 01:26:43.000000000 +0000
 @@ -6,4 +6,4 @@
  hD          char
  hD          char2
  hD          char3
 -hS          fifo
 +cSc........ fifo
 + test_fail test 5 failed
 + echo test 5 failed
 test 5 failed
 + exit 1
 /bin/fakeauth: Error 1 for child 7541
 /bin/settrans: Error 1 for child 7540
 ----- devices log ends
 FAIL    devices
---
 testsuite/devices.test | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/testsuite/devices.test b/testsuite/devices.test
index ad5f936..9deec07 100644
--- a/testsuite/devices.test
+++ b/testsuite/devices.test
@@ -9,6 +9,9 @@
 
 . "$suitedir/rsync.fns"
 
+# Debian patch to skip this test as it fails on kfreebsd and hurd
+test_skipped "Patched by Debian to skip as it fails on kfreebsd and hurd"
+
 # Build some hardlinks
 
 case $0 in