Re: Condense diff warning: UnicodeWarning: Unicode unequal comparison.....

2015-01-08 Thread Ravikumar R
Thank you David,

I have another warning during upgrade from 1.6.9 to 2.0.11
How do I consider this warning?

*Error:*

WARNING:py.warnings:/usr/lib/python2.7/site-packages/Django-1.6.8-py2.7.egg/django/db/backends/mysql/base.py:124:
 
Warning: TIME/TIMESTAMP/DATETIME columns of old format have been upgraded 
to the new format.  return self.cursor.execute(query, args)

Thanks, Ravi


On Sunday, December 28, 2014 1:43:57 AM UTC+5:30, David Trowbridge wrote:


 On Thu, Dec 25, 2014 at 10:27 PM, Ravikumar R raa...@gmail.com 
 javascript: wrote:

 1) When can the fix be expected in RB-2.0.x?


 It will probably be a couple months.
  

 2) Do you suggest the migration can still proceed with this warning? 

 3) What is the impact if we go ahead with production upgrade?


 This warning is harmless. You should be able to proceed without any issues.

 -David



-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Condense diff warning: UnicodeWarning: Unicode unequal comparison.....

2015-01-08 Thread David Trowbridge
This warning is also harmless.

-David
On Thu, Jan 8, 2015 at 12:10 AM Ravikumar R raav...@gmail.com wrote:

 Thank you David,

 I have another warning during upgrade from 1.6.9 to 2.0.11
 How do I consider this warning?

 *Error:*

 WARNING:py.warnings:/usr/lib/python2.7/site-packages/Django-1.6.8-py2.7.egg/django/db/backends/mysql/base.py:124:
 Warning: TIME/TIMESTAMP/DATETIME columns of old format have been upgraded
 to the new format.  return self.cursor.execute(query, args)

 Thanks, Ravi


 On Sunday, December 28, 2014 1:43:57 AM UTC+5:30, David Trowbridge wrote:


 On Thu, Dec 25, 2014 at 10:27 PM, Ravikumar R raa...@gmail.com wrote:

 1) When can the fix be expected in RB-2.0.x?


 It will probably be a couple months.


 2) Do you suggest the migration can still proceed with this warning?

 3) What is the impact if we go ahead with production upgrade?


 This warning is harmless. You should be able to proceed without any
 issues.

 -David

  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Condense diff warning: UnicodeWarning: Unicode unequal comparison.....

2014-12-27 Thread David Trowbridge
On Thu, Dec 25, 2014 at 10:27 PM, Ravikumar R raav...@gmail.com wrote:

 1) When can the fix be expected in RB-2.0.x?


It will probably be a couple months.


2) Do you suggest the migration can still proceed with this warning?

3) What is the impact if we go ahead with production upgrade?


This warning is harmless. You should be able to proceed without any issues.

-David

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Condense diff warning: UnicodeWarning: Unicode unequal comparison.....

2014-12-25 Thread Ravikumar R
Hello David,

1) When can the fix be expected in RB-2.0.x?
2) Do you suggest the migration can still proceed with this warning?
3) What is the impact if we go ahead with production upgrade?

Seasons Greetings.

Thanks, Ravi

On Thursday, December 18, 2014 3:20:21 PM UTC+5:30, Ravikumar R wrote:

 Thank you David on quick response.

 The bug report has been generated: 
 https://code.google.com/p/reviewboard/issues/detail?id=3698

 Please let me know if more information is needed!

 Thanks, Ravi

 On Thursday, December 18, 2014 5:46:46 AM UTC+5:30, David Trowbridge wrote:

 Ravi,

 Would you mind filing a bug about this?

 Thanks!
 -David

 On Wed, Dec 17, 2014 at 8:28 AM, Ravikumar R raa...@gmail.com wrote:

 Hello,

 While doing condense diff (from RB version 1.6.9 == 2.0.11, the below 
 warning is observed, but the task was successful.
 This pilot migration was done in a test environment by taking DB dump 
 with a different installation.

 Can below message on STDOUT be ignored?
 Can we consider the DB upgrade was successful?
 Am I good to go ahead with production DB upgrade?

 PS: DB is MySQL-5.6, ensured DB and its all tables are mapped to utf8 
 (production DB is in latin1) character set and collation to DB default also 
 all tables are moved to InnoDB as first step.

 Please suggest.

 Thanks, Ravi

 == STDOUT is as below =
 $ rb-site manage  /var/reviewboard/localsite -- condensediffs
 Processing 555709 diffs for duplicates...

 This may take a while. It is safe to continue using Review Board while 
 this is
 processing, but it may temporarily run slower.

 WARNING:py.warnings:/usr/lib/python2.7/site-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/diffviewer/models.py:174:
  
 UnicodeWarning: Unicode unequal comparison failed to convert both arguments 
 to Unicode - interpreting them as being unequal
   if parent_diff != :

   [100%] 555709/555709 - 0 seconds remaining

 ===

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.



-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Condense diff warning: UnicodeWarning: Unicode unequal comparison.....

2014-12-18 Thread Ravikumar R
Thank you David on quick response.

The bug report has been generated: 
https://code.google.com/p/reviewboard/issues/detail?id=3698

Please let me know if more information is needed!

Thanks, Ravi

On Thursday, December 18, 2014 5:46:46 AM UTC+5:30, David Trowbridge wrote:

 Ravi,

 Would you mind filing a bug about this?

 Thanks!
 -David

 On Wed, Dec 17, 2014 at 8:28 AM, Ravikumar R raa...@gmail.com 
 javascript: wrote:

 Hello,

 While doing condense diff (from RB version 1.6.9 == 2.0.11, the below 
 warning is observed, but the task was successful.
 This pilot migration was done in a test environment by taking DB dump 
 with a different installation.

 Can below message on STDOUT be ignored?
 Can we consider the DB upgrade was successful?
 Am I good to go ahead with production DB upgrade?

 PS: DB is MySQL-5.6, ensured DB and its all tables are mapped to utf8 
 (production DB is in latin1) character set and collation to DB default also 
 all tables are moved to InnoDB as first step.

 Please suggest.

 Thanks, Ravi

 == STDOUT is as below =
 $ rb-site manage  /var/reviewboard/localsite -- condensediffs
 Processing 555709 diffs for duplicates...

 This may take a while. It is safe to continue using Review Board while 
 this is
 processing, but it may temporarily run slower.

 WARNING:py.warnings:/usr/lib/python2.7/site-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/diffviewer/models.py:174:
  
 UnicodeWarning: Unicode unequal comparison failed to convert both arguments 
 to Unicode - interpreting them as being unequal
   if parent_diff != :

   [100%] 555709/555709 - 0 seconds remaining

 ===

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.



-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Condense diff warning: UnicodeWarning: Unicode unequal comparison.....

2014-12-17 Thread David Trowbridge
Ravi,

Would you mind filing a bug about this?

Thanks!
-David

On Wed, Dec 17, 2014 at 8:28 AM, Ravikumar R raav...@gmail.com wrote:

 Hello,

 While doing condense diff (from RB version 1.6.9 == 2.0.11, the below
 warning is observed, but the task was successful.
 This pilot migration was done in a test environment by taking DB dump with
 a different installation.

 Can below message on STDOUT be ignored?
 Can we consider the DB upgrade was successful?
 Am I good to go ahead with production DB upgrade?

 PS: DB is MySQL-5.6, ensured DB and its all tables are mapped to utf8
 (production DB is in latin1) character set and collation to DB default also
 all tables are moved to InnoDB as first step.

 Please suggest.

 Thanks, Ravi

 == STDOUT is as below =
 $ rb-site manage  /var/reviewboard/localsite -- condensediffs
 Processing 555709 diffs for duplicates...

 This may take a while. It is safe to continue using Review Board while
 this is
 processing, but it may temporarily run slower.

 WARNING:py.warnings:/usr/lib/python2.7/site-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/diffviewer/models.py:174:
 UnicodeWarning: Unicode unequal comparison failed to convert both arguments
 to Unicode - interpreting them as being unequal
   if parent_diff != :

   [100%] 555709/555709 - 0 seconds remaining

 ===

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.