Skip to content

Commit

Permalink
rebuild test hanging due to no targetip
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuitta committed May 6, 2018
1 parent afc39be commit bc4b17d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ before_install:
# packages for tests
- sudo apt-get install --yes -qq parted lsscsi ksh attr acl nfs-kernel-server fio
- sudo apt-get install --yes -qq libgtest-dev cmake
# packages for debugging
- sudo apt-get install gdb
# use gcc-6 by default
- sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-6 /usr/bin/gcc
- sudo unlink /usr/bin/g++ && sudo ln -s /usr/bin/g++-6 /usr/bin/g++
Expand Down
2 changes: 1 addition & 1 deletion tests/cbtest/script/test_uzfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ run_zrepl_rebuild_uzfs_test()
fi

log_must $ZFS create -V $UZFS_TEST_VOLSIZE \
$UZFS_TEST_POOL/$UZFS_REBUILD_VOL -b $2
-o io.openebs:targetip=127.0.0.1:6060 $UZFS_TEST_POOL/$UZFS_REBUILD_VOL -b $2
log_must $ZFS set sync=$3 $UZFS_TEST_POOL/$UZFS_REBUILD_VOL

log_must $UZFS_TEST -T 7
Expand Down

0 comments on commit bc4b17d

Please sign in to comment.