pauloricardomg commented on code in PR #4558:
URL: https://github.com/apache/cassandra/pull/4558#discussion_r2737314962


##########
.build/run-tests.sh:
##########
@@ -188,21 +188,23 @@ _build_all_dtest_jars() {
     if [ -d ${TMP_DIR}/cassandra-dtest-jars/.git ] && [ 
"https://github.com/apache/cassandra.git"; == "$(git -C 
${TMP_DIR}/cassandra-dtest-jars remote get-url origin)" ] ; then
       echo "Reusing ${TMP_DIR}/cassandra-dtest-jars for past branch dtest jars"
       if [ "x" == "x${OFFLINE}" ] ; then
-        until git -C ${TMP_DIR}/cassandra-dtest-jars fetch --quiet origin ; do 
echo "git -C ${TMP_DIR}/cassandra-dtest-jars fetch failed… trying again… " ; 
done
+        until git -C ${TMP_DIR}/cassandra-dtest-jars fetch --quiet --tags 
origin ; do echo "git -C ${TMP_DIR}/cassandra-dtest-jars fetch failed… trying 
again… " ; done

Review Comment:
   the `--tags` is needed because `cassandra-5.0.6` is a tag and not a branch.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to