Bug #72710 Regression Test Failed Due to Different Charset Mappings with Java 8
Submitted: 21 May 2014 14:36 Modified: 22 Sep 2014 16:39
Reporter: Filipe Silva Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:5.1.30 OS:Any
Assigned to: Filipe Silva CPU Architecture:Any

[21 May 2014 14:36] Filipe Silva
Description:
Static charset mappings have different values when using Java 8 which makes the test case ConnectionRegressionTest.testBug7607() fail.

How to repeat:
Run the test ConnectionRegressionTest.testBug7607() with Java 8.
[22 Sep 2014 13:51] Alexander Soklakov
Posted by developer:
 
This bug does not exist after charset code refactoring introduced in c/J 5.1.32
[22 Sep 2014 16:39] Daniel So
Added the following entry to the Connector/J 5.1.32 changelog:

"Connector/J failed the test ConnectionRegressionTest.testBug7607() when Java 8 was used, due to the new static character set mappings in Java 8. The bug no longer exits after a refactoring of the character set code for Connector/J 5.1.32"