Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parted
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
parted
Commits
e84bf5f7
Commit
e84bf5f7
authored
Mar 28, 2026
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added sleep to t6003 to wait for dmsetup to settle
parent
9fc344ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
parted-3.4-fixed_test.patch
parted-3.4-fixed_test.patch
+21
-2
No files found.
parted-3.4-fixed_test.patch
View file @
e84bf5f7
diff -uNr parted-3.4/tests/t0400-loop-clobber-infloop.sh parted-3.4-fixed_test/tests/t0400-loop-clobber-infloop.sh
diff -uNr parted-3.4/tests/t0400-loop-clobber-infloop.sh parted-3.4-fixed_test/tests/t0400-loop-clobber-infloop.sh
--- parted-3.4/tests/t0400-loop-clobber-infloop.sh 2021-01-2
6 06:19:56.000000000 +103
0
--- parted-3.4/tests/t0400-loop-clobber-infloop.sh 2021-01-2
5 19:49:56.000000000 +000
0
+++ parted-3.4-fixed_test/tests/t0400-loop-clobber-infloop.sh 202
4-02-22 20:09:51.047820239 +103
0
+++ parted-3.4-fixed_test/tests/t0400-loop-clobber-infloop.sh 202
6-03-28 10:06:11.500243048 +000
0
@@ -22,7 +22,7 @@
@@ -22,7 +22,7 @@
N=1M
N=1M
...
@@ -10,3 +10,22 @@ diff -uNr parted-3.4/tests/t0400-loop-clobber-infloop.sh parted-3.4-fixed_test/t
...
@@ -10,3 +10,22 @@ diff -uNr parted-3.4/tests/t0400-loop-clobber-infloop.sh parted-3.4-fixed_test/t
mkswap $dev || fail=1
mkswap $dev || fail=1
diff -uNr parted-3.4/tests/t6003-dm-hide.sh parted-3.4-fixed_test/tests/t6003-dm-hide.sh
--- parted-3.4/tests/t6003-dm-hide.sh 2021-01-25 19:49:56.000000000 +0000
+++ parted-3.4-fixed_test/tests/t6003-dm-hide.sh 2026-03-28 10:05:41.327768181 +0000
@@ -44,6 +44,7 @@
# setup: create a mapping
echo 0 2048 linear $d1 0 | dmsetup create $linear_ || fail=1
+sleep 3
dev=/dev/mapper/$linear_
# No "DMRAID-" UUID prefix, hence the device should not show up.
@@ -59,6 +60,7 @@
# This time, use a fake UUID.
echo 0 2048 linear $d1 0 | dmsetup create $linear_ -u "DMRAID-fake-$$" || fail=1
+sleep 3
# Thus, the device should now show up.
parted -s -l >out 2>&1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment