Project

General

Profile

Actions

Bug #8819

closed

teuthology-suite not updating ceph-qa-suite checkout(s?) for teuthology@teuthology

Added by Sage Weil almost 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

teuthology@teuthology:~/src/ceph-qa-suite_master$ git branch -v
  • master 2d083a7 Merge pull request #45 from dachary/wip-ec-readwrite-firefly-x

(that commit is from July 2nd)

e.g., last night's run ubuntu@teuthology:/var/lib/teuthworker/archive/teuthology-2014-07-11_23:18:01-multimds-master-testing-basic-plana/355522 does not reflect changes to the suite that hit ceph-qa-suite.git about 12 hours earlier

Actions #1

Updated by Zack Cerza almost 10 years ago

  • Status changed from New to In Progress

The teuthology checkout is days behind as well.

Still looking into this.

Actions #2

Updated by Zack Cerza almost 10 years ago

Right now, according to this:
http://ceph.com/git/?p=teuthology.git;a=commit

HEAD is 657bd369d04f44c74fedfde52264ad49886dbb7d

So, what's going on here?

teuthology@teuthology:~/teuthology$ git fetch -u -p origin master; git branch -v
From git://ceph.com/git/teuthology
 * branch            master     -> FETCH_HEAD
* master f557ac5 Add a debug statement to reset_repo()
teuthology@teuthology:~/teuthology$ cat .git/refs/remotes/origin/master
f557ac5f8c490e6b7ebc873049eb1aaa47f8003b

Actions #3

Updated by Sandon Van Ness almost 10 years ago

Yeah something weird going here with fetch?

teuthology@teuthology:~/teuthology$ git fetch -u -p origin master; git branch -v
From git://ceph.com/git/teuthology
 * branch            master     -> FETCH_HEAD
* master f557ac5 Add a debug statement to reset_repo()

teuthology@teuthology:~/teuthology$ git pull
From git://ceph.com/git/teuthology
   f557ac5..657bd36  master     -> origin/master
Updating f557ac5..657bd36
Fast-forward
 teuthology/suite.py |   22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)
teuthology@teuthology:~/teuthology$ git branch -v
* master 657bd36 Fix the incomplete substitute_placeholders() fix

Actions #4

Updated by Zack Cerza almost 10 years ago

I don't see how I can fix this if I don't have access to a working git fetch

Actions #5

Updated by Sage Weil almost 10 years ago

this doesn't work...

teuthology@teuthology:~/teuthology$ git fetch -u -p origin master; git branch -vFrom git://ceph.com/git/teuthology
 * branch            master     -> FETCH_HEAD
* master 657bd36 Fix the incomplete substitute_placeholders() fix

but this works:

teuthology@teuthology:~/teuthology$ git fetch -p origin
From git://ceph.com/git/teuthology
   657bd36..36441a2  master     -> origin/master

so let's just do git fetch -p and then git reset --hard origin/master ?

Actions

Also available in: Atom PDF