Project

General

Profile

Actions

Tasks #11153

closed

giant v0.87.2

Added by Loïc Dachary about 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
High
Target version:
-
% Done:

0%

Tags:
Reviewed:
Affected Versions:
Pull request ID:

Description

Workflow

  • Preparing the release
  • Cutting the release
    • Abhishek asks Sage if a point release should be published
    • Abhishek gets approval from all leads
      • Yehuda, rgw: OK
      • Gregory, CephFS: OK
      • Josh, RBD: OK
      • Sam, rados: OK
    • Sage writes and commits the release notes DONE
    • Abhishek informs Yuri that the branch is ready for testing DONE
    • Yuri runs additional integration tests DONE
    • If Yuri discovers new bugs with severity Critical, the relase goes back to being prepared, it was not ready after all
    • Yuri informs Alfredo that the branch is ready for release
    • Alfredo creates the packages and sets the release tag

Release information

  • branch to build from: giant, commit:???
  • version: v0.87.2
  • type of release: point release
  • where to publish the release: debian/rpm-$release
git --no-pager log --format='%H %s' --graph tags/v0.87.1..ceph/giant | perl -p -e 's/"/ /g; if (/\w+\s+Merge pull request #(\d+)/) { s|\w+\s+Merge pull request #(\d+).*|"Pull request $1":https://github.com/ceph/ceph/pull/$1|; } else { s|(\w+)\s+(.*)|"$2":https://github.com/ceph/ceph/commit/$1|; } s/\*/+/; s/^/* /;'

Synchronized pull requests

Inventory

teuthology run commit:538d012a30361d7fb33ee19632103a1ff242dee3 (giant-backports branch april 2015)

Commits added after the commit on which the previous tests were done:

$ git log --no-merges --oneline 02f9cdbf889071ca6fe3811d9b9a92a0b630fa55..ceph/giant-backports
5f4e62f mon: MDSMonitor: wait for osdmon to be writable when requesting proposal
257bd17 mon: MDSMonitor: have management_command() returning int instead of bool
9e9c3c6 osd: Get pgid ancestor from last_map when building past intervals
9f1f355 Objecter: failed assert(tick_event==NULL) at osdc/Objecter.cc
de4b087 ceph-objectstore-tool: Output only unsupported features when incomatible

It does not seem necessary to run the rbd and rgw suites again.

rados

./virtualenv/bin/teuthology-suite --filter-out btrfs,ext4 --priority 1000 --suite rados --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email abhishek.lekshmanan@gmail.com --owner abhishek.lekshmanan@gmail.com --ceph giant-backports
eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/jobs/?status=dead | jq '.[].description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')
./virtualenv/bin/teuthology-suite --filter "$filter" --priority 1000 --suite rados --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email abhishek.lekshmanan@gmail.com --owner abhishek.lekshmanan@gmail.com --ceph giant-backports

fs

./virtualenv/bin/teuthology-suite -k testing --priority 1000 --suite fs --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email abhishek.lekshmanan@gmail.com --owner abhishek.lekshmanan@gmail.com --ceph giant-backports

teuthology run commit:02f9cdbf889071ca6fe3811d9b9a92a0b630fa55 (giant branch march 2015)

rados

run=loic-2015-03-23_01:09:31-rados-giant---basic-multi
eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/jobs/?status=dead | jq '.[].description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')
./virtualenv/bin/teuthology-suite --filter "$filter" --priority 1000 --suite rados --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant
eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/jobs/?status=fail | jq '.[].description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')
./virtualenv/bin/teuthology-suite --filter "$filter" --priority 1000 --suite rados --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant
./virtualenv/bin/teuthology-suite --filter-out btrfs,ext4 --priority 1000 --suite rados --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant

rgw

Waiting on http://tracker.ceph.com/issues/11180

./virtualenv/bin/teuthology-suite --priority 1000 --suite rgw --filter-out btrfs,ext4 --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant
  • green http://pulpito.ceph.com/abhi-2015-03-29_17:16:17-rgw-giant---basic-multi/
    Re run of the failed test suite to confirm we are not affected by environmental noise. The tests have passed this time, though, if we analyze the logs between the failed run and this run, there is not much difference that indicates any network failure; primary differences that could be observed between the 2 runs are:
    in the failed run, as the test starts we can observe a:
    2015-03-27T15:31:24.082 INFO:tasks.rgw.client.0.mira012.stdout:2015-03-27 15:31:24.082177 7f1bc0ff9700 -1 failed to list objects pool_iterate returned r=-2
    

    which might probably indicate the cause of failure. This is not seen in the successful run, however in the successful run; at the beginning, apt update fails on one of the sources (though this shouldn't technically affect the test run)
     
    2015-03-29T04:48:53.694 INFO:teuthology.orchestra.run.plana82.stderr:W: Failed to fetch http://apt-mirror.front.sepia.ceph.com/archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/Index  No sections in Release file /var/lib/apt/lists/partial/apt-mirror.front.sepia.ceph.com_archive.ubuntu.com_ubuntu_dists_precise-backports_restricted_i18n_Index
    2015-03-29T04:48:53.694 INFO:teuthology.orchestra.run.plana82.stderr:
    2015-03-29T04:48:53.694 INFO:teuthology.orchestra.run.plana82.stderr:E: Some index files failed to download. They have been ignored, or old ones used instead.
    

rbd

./virtualenv/bin/teuthology-suite --priority 1000 --suite rbd --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant

fs

./virtualenv/bin/teuthology-suite -k testing --priority 1000 --suite fs --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant

teuthology run commit:b6bebbbc99540b76221aeccb3693784b414f607b (giant integration branch, march 2015)

The is one potential regression (does not happen all the time but appears to be new) : osdc/Objecter.cc: 405: FAILED assert

rados

run=loic-2015-03-19_19:01:57-rados-giant-backports---basic-multi
eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/jobs/?status=fail | jq '.[].description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')
./virtualenv/bin/teuthology-suite --filter="$filter" --priority 1000 --suite rados --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant-backports
./virtualenv/bin/teuthology-suite --filter-out btrfs,ext4 --priority 1000 --suite rados --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant-backports

rgw

run=loic-2015-03-22_19:18:01-rgw-giant-backports---basic-multi
eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/jobs/?status=fail | jq '.[].description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')
./virtualenv/bin/teuthology-suite --filter="$filter" --priority 1000 --suite rgw --filter-out btrfs,ext4 --suite-branch wip-rgw-regional-summary --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant-backports

The previous run failed because of ensure summary is looked for the user we need which was also backported to the giant branch

run=loic-2015-03-20_00:17:55-rgw-giant-backports---basic-multi
eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/jobs/?status=fail | jq '.[].description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')
./virtualenv/bin/teuthology-suite --filter="$filter" --priority 1000 --suite rgw --filter-out btrfs,ext4 --suite-branch wip-rgw-regional-summary --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant-backports

Before v0.87.1 was released 6b08a729540c61f3c8b15c5a3ce9382634bf800c was tested at http://tracker.ceph.com/issues/10501#rgw and came back ok. There was a few commits merged in between:

git log --no-merges --oneline tags/v0.87.1 ^6b08a729540c61f3c8b15c5a3ce9382634bf800c^ 
283c2e7 0.87.1
734e9af osd: tolerate sessionless con in fast dispatch path
ccb0914 qa: use correct binary path on rpm-based systems
df8285c fsync-tester: print info about PATH and locations of lsof lookup
91515e7 osdc: Constrain max number of in-flight read requests

Later commit:ccb0914f76da23acdd7374233cd1939ab80ef3c8 was tested at http://pulpito.ceph.com/teuthology-2015-02-12_17:41:04-rgw-giant-distro-basic-multi/ and was green. Two commits were merged after that and before v0.87.1 was released:

$ git log --oneline tags/v0.87.1 ^ccb0914f76da23acdd7374233cd1939ab80ef3c8^
283c2e7 0.87.1
4178e32 Merge pull request #3731 from liewegas/wip-10834-giant
734e9af osd: tolerate sessionless con in fast dispatch path
ccb0914 qa: use correct binary path on rpm-based systems
filter='rgw/singleton/{all/radosgw-admin-multi-region.yaml frontend/civetweb.yaml rgw_pool_type/replicated.yaml}'
./virtualenv/bin/teuthology-suite --filter="$filter" --priority 1000 --suite rgw --filter-out btrfs,ext4 --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph v0.87.1

The problem seems to be related to rgwadmin tasks assumes non-regional output that was fixed two days ago. But why did it manifest itself all of a sudden and changes things for a branch that was otherwise unmodified ?

filter='rgw/singleton/{all/radosgw-admin-multi-region.yaml frontend/civetweb.yaml rgw_pool_type/replicated.yaml}'
./virtualenv/bin/teuthology-suite --filter="$filter" --priority 1000 --suite rgw --filter-out btrfs,ext4 --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant
run=loic-2015-03-20_00:17:55-rgw-giant-backports---basic-multi
eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/jobs/?status=fail | jq '.[].description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')
./virtualenv/bin/teuthology-suite --filter="$filter" --priority 1000 --suite rgw --filter-out btrfs,ext4 --suite-branch wip-rgw-acl-giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant-backports
run=loic-2015-03-20_00:17:55-rgw-giant-backports---basic-multi
eval filter=$(curl --silent http://paddles.front.sepia.ceph.com/runs/$run/jobs/?status=fail | jq '.[].description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//')
./virtualenv/bin/teuthology-suite --filter="$filter" --priority 1000 --suite rgw --filter-out btrfs,ext4 --suite-branch wip-rgw-acl-giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant-backports
./virtualenv/bin/teuthology-suite --priority 1000 --suite rgw --filter-out btrfs,ext4 --suite-branch wip-rgw-acl-giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant-backports

rbd

filter='rbd/librbd/{cache/none.yaml cachepool/small.yaml clusters/fixed-3.yaml fs/btrfs.yaml msgr-failures/few.yaml workloads/qemu_xfstests.yaml}'
./virtualenv/bin/teuthology-suite --filter="$filter" --priority 1000 --suite rbd --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org  --ceph giant-backports
./virtualenv/bin/teuthology-suite --priority 1000 --suite rbd --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant-backports

fs

./virtualenv/bin/teuthology-suite -k testing --priority 1000 --suite fs --suite-branch giant --machine-type plana,burnupi,mira --distro ubuntu --email loic@dachary.org --owner loic@dachary.org --ceph giant-backports

QE validation

The following suites are to be scheduled:

NOTE: second run line typically a re-run of failed jobs, so it appears to be partial.

Actions #1

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #2

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #3

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #4

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #5

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #6

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #7

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #8

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #9

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #10

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #11

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #12

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #13

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #14

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #15

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #16

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #17

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #18

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
  • Assignee changed from Loïc Dachary to Abhishek Lekshmanan
Actions #19

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #20

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #21

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #22

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #23

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #24

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #25

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #26

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #27

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #28

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #29

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #30

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #31

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #32

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #33

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #34

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #35

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #36

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #37

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #38

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #39

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #40

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #41

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #42

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #43

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #44

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #45

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #46

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #47

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #48

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #49

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #50

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #51

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #52

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #53

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #54

Updated by Loïc Dachary about 9 years ago

  • Target version set to 454
Actions #55

Updated by Loïc Dachary about 9 years ago

  • Translation missing: en.field_release set to 6
Actions #56

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #57

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #58

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #59

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #60

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #61

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #62

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #63

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #64

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #65

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #66

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #67

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #68

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #69

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #70

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #71

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #72

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #73

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #74

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #75

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #76

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #77

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #78

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #79

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #80

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #81

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #82

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #83

Updated by Abhishek Lekshmanan about 9 years ago

  • Description updated (diff)
Actions #84

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #85

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #86

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #87

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #88

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #89

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #90

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #91

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #92

Updated by Loïc Dachary about 9 years ago

  • Description updated (diff)
Actions #93

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #94

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #95

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #96

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #97

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #98

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #99

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #100

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #101

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #102

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #103

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #104

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #105

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #106

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #107

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #108

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #109

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #110

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #111

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #112

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #113

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #114

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #115

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #116

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
  • Affected Versions added
Actions #117

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #118

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #119

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #120

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #121

Updated by Yuri Weinstein about 9 years ago

  • Description updated (diff)
Actions #122

Updated by Abhishek Lekshmanan almost 9 years ago

  • Description updated (diff)
Actions #123

Updated by Loïc Dachary almost 9 years ago

You can change the Status to "Resolved", right ?

Actions #124

Updated by Loïc Dachary almost 9 years ago

  • Status changed from In Progress to Resolved
Actions #125

Updated by Loïc Dachary almost 9 years ago

  • Target version deleted (454)
Actions

Also available in: Atom PDF