[Bug 59941] Flow: in default config posts don't appear

2014-01-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

wctai...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from wctai...@gmail.com ---
I tested with my existing Vagrant installation and a pristine box (vagrant
destroy followed by vagrant up) with $wgFlowUseMemcache not set. In both cases,
I was able to add comments and have them persist, so I'm marking this as fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59941] Flow: in default config posts don't appear

2014-01-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 107348 had a related patch set uploaded by Matthias Mullie:
Don't use complex datatypes as CAS tokens

https://gerrit.wikimedia.org/r/107348

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59941] Flow: in default config posts don't appear

2014-01-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59941] Flow: in default config posts don't appear

2014-01-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

   Priority|Low |Unprioritized
 Status|PATCH_TO_REVIEW |NEW
 CC||mmul...@wikimedia.org

--- Comment #3 from Matthias Mullie mmul...@wikimedia.org ---
This was quite a nasty bug, that could only occur in a couple of caches (that
have no native CAS)

Bottom line: for caches with non-native CAS, CAS tokens (to confirm if data in
cache can reliably be merged without concurrency) are based on the value
stored.
When saving, this token is compared with what's currently in cache.

Since it was based on an object, the cache data was actually the same, but was
in 2 objects, which did not ===

More details in commit msg of https://gerrit.wikimedia.org/r/107348

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59941] Flow: in default config posts don't appear

2014-01-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 107348 abandoned by Matthias Mullie:
Don't use complex datatypes as CAS tokens

Reason:
See https://gerrit.wikimedia.org/r/#/c/107380/

https://gerrit.wikimedia.org/r/107348

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59941] Flow: in default config posts don't appear

2014-01-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59941] Flow: in default config posts don't appear

2014-01-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 107380 had a related patch set uploaded by Matthias Mullie:
Don't use complex datatypes as CAS tokens

https://gerrit.wikimedia.org/r/107380

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59941] Flow: in default config posts don't appear

2014-01-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 107380 merged by jenkins-bot:
Don't use complex datatypes as CAS tokens

https://gerrit.wikimedia.org/r/107380

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59941] Flow: in default config posts don't appear

2014-01-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

Oliver Keyes oke...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59941] Flow: in default config posts don't appear

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
The WMF core features team tracks this bug on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/flow/cards/714, but people
from the community are welcome to contribute here and in Gerrit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l