Skip to content

Conversation

@blktests-ci
Copy link

@blktests-ci blktests-ci bot commented Jan 31, 2026

Pull request for series with
subject: selftests: ublk: test infrastructure improvements
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1049323

@blktests-ci
Copy link
Author

blktests-ci bot commented Jan 31, 2026

Upstream branch: d4b7351
series: https://patchwork.kernel.org/project/linux-block/list/?series=1049323
version: 1

Pull request is NOT updated. Failed to apply https://patchwork.kernel.org/project/linux-block/list/?series=1049323
error message:

Cmd('git') failed due to: exit code(128)
  cmdline: git am --3way
  stdout: 'Applying: selftests: ublk: simplify UBLK_TEST_DIR handling
Using index info to reconstruct a base tree...
M	tools/testing/selftests/ublk/test_common.sh
Falling back to patching base and 3-way merge...
Auto-merging tools/testing/selftests/ublk/test_common.sh
CONFLICT (content): Merge conflict in tools/testing/selftests/ublk/test_common.sh
Patch failed at 0001 selftests: ublk: simplify UBLK_TEST_DIR handling'
  stderr: 'error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"'

conflict:

diff --cc tools/testing/selftests/ublk/test_common.sh
index 7ff6ce79d62c,8d298a7ee7b1..000000000000
--- a/tools/testing/selftests/ublk/test_common.sh
+++ b/tools/testing/selftests/ublk/test_common.sh
@@@ -119,8 -124,10 +119,13 @@@ _prep_test() 
  	local type=$1
  	shift 1
  	modprobe ublk_drv > /dev/null 2>&1
++<<<<<<< HEAD
 +	UBLK_TMP=$(mktemp ublk_test_XXXXX)
++=======
+ 	UBLK_TEST_DIR=$(mktemp -d ${TMPDIR:-.}/ublktest-dir.XXXXXX)
+ 	UBLK_TMP=$(mktemp ${UBLK_TEST_DIR}/ublk_test_XXXXX)
++>>>>>>> selftests: ublk: simplify UBLK_TEST_DIR handling
  	[ "$UBLK_TEST_QUIET" -eq 0 ] && echo "ublk $type: $*"
 -	echo "ublk selftest: $TID starting at $(date '+%F %T')" | tee /dev/kmsg
  }
  
  _remove_test_files()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant