You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Vemund Østgaard (JIRA)" <ji...@apache.org> on 2007/11/23 11:03:43 UTC

[jira] Created: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Get Suites.All to run on the phoneME advanced platform
------------------------------------------------------

                 Key: DERBY-3224
                 URL: https://issues.apache.org/jira/browse/DERBY-3224
             Project: Derby
          Issue Type: Test
          Components: Test
         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
Profile: Foundation Profile Specification 1.1 
JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 

            Reporter: Vemund Østgaard
            Assignee: Vemund Østgaard


I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vemund Østgaard closed DERBY-3224.
----------------------------------

    Resolution: Fixed

Thanks Myrna, I don't have any more work left on this now.

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat, 3224-diffv3, 3224-diffv3.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Daniel John Debrunner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559594#action_12559594 ] 

Daniel John Debrunner commented on DERBY-3224:
----------------------------------------------

Or it may require a special assertEquals for java.sql.Time objects, either way we need to be able to test the return value of ResultSet.getTime without having to convert it to a String.

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Daniel John Debrunner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559592#action_12559592 ] 

Daniel John Debrunner commented on DERBY-3224:
----------------------------------------------

> CallableTest.java - Changed some asserts to compare Strings instead of Time objects, as I couldn't find any evidence that the Time objects themselves are required to be equal. 

This change worries me, I think it should not be part of this patch and instead separated out.  It may be the test is creating the Time objects incorrectly, or that there really is a bug on the PhoneME platform with Time objects. Changing a test just to make it pass it not always the best approach.

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559994#action_12559994 ] 

Vemund Østgaard commented on DERBY-3224:
----------------------------------------

Lance Andersen wrote:
> You are not going to want to consider the date portion of the Time object at all. Unfortunately how the various Database vendors handle this is something i am working to address as it does not line up with the current specs, and i partially understand why but am not happy about compatibility, even when switching JDBC drivers and utilizing the same database.
>
>
> I will be clarifying this in JDBC 4.1 and then working to get this addressed in JSR 169 which is an off-shoot of the JDBC specs.

The only way I see to compare the Time objects without being influenced by the date portion is to compare what toString() returns.

So, based on the feedback from Lance and Dan I think the best solution is to add an assertEquals method for Time objects to our test framework that compares the output from Time.toString().

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560328#action_12560328 ] 

Vemund Østgaard commented on DERBY-3224:
----------------------------------------

I haven't reported the bug yet. Since java.sql.Time is in jsr169 and not in CDC/FP I'm not sure if phoneME is the right address, I'll follow up on it and see where it goes. I'll make a new patch that fixes this for our testing as suggested above in any case.

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565622#action_12565622 ] 

Myrna van Lunteren commented on DERBY-3224:
-------------------------------------------

I committed patch 3224-diffv3 with revision 618507

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat, 3224-diffv3, 3224-diffv3.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren updated DERBY-3224:
--------------------------------------

    Derby Info:   (was: [Patch Available])

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat, 3224-diffv3, 3224-diffv3.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vemund Østgaard updated DERBY-3224:
-----------------------------------

    Attachment: 3224-diffv2.stat
                3224-diffv2

Attaching a new patch for this issue, where I have fixed all the issues I have found in the tests run by suites.All related to running phoneME advanced, and made a small change in ij. The changes are as follows:

* org/apache/derby/iapi/tools/i18n/LocalizedInput.java - The ij tests were running really slowly on this platform, I got a good performance increase from using a BufferedReader on top of the InputStreamReader when ij read from its scriptfiles. The reason is the use of some buffers when doing character conversion. Every time the buffer is full, an exception object would be created, thrown and caught. When ij read 1 char at a time from the InputStream, this would happen 1.5 million times during the LangScripts test. Using the BufferedReader reduced the number of exceptions to 92, and made the test run a lot faster on this platform.

* GrantRevokeTest - Added some code to clean up between tests, failed on phoneME advanced as the tests were run in opposite order.

* CollationTest.java and CollationTest2.java - Added code to not run the tests for non-english locales if the locales are not supported.

* ForBitDataTest.java - Added some clean up between tests, as tests got run in opposite order.

* ScrollCursors1Test.java - Added some clean up between tests, as tests got run in opposite order.

* ForUpdateTest.java - Moved code from a test to general setup as it was needed by more than one test and broke if tests were run in oposite order.

* UpdateCursorTest.java - Added some clean up between tests, as tests got run in opposite order.

* CallableTest.java - Changed some asserts to compare Strings instead of Time objects, as I couldn't find any evidence that the Time objects themselves are required to be equal.

* upgradeTests/_Suite.java - 

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vemund Østgaard updated DERBY-3224:
-----------------------------------

    Derby Info: [Patch Available]

Forgot to tick the "patch available" box when I uploaded the latest patch.

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat, 3224-diffv3, 3224-diffv3.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Daniel John Debrunner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559996#action_12559996 ] 

Daniel John Debrunner commented on DERBY-3224:
----------------------------------------------

Did you report the bug to the phoneME people, Time.valueOf should return a TIme object with the data components set to zero?
While Derby and its tests cannot rely on that, I still think that phoneMe is buggy here.

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561029#action_12561029 ] 

vemund edited comment on DERBY-3224 at 1/21/08 7:09 AM:
-----------------------------------------------------------------

Updated patch adding an assertEquals() method for Time objects to BaseJDBCTestCase.

      was (Author: vemund):
    Updated patch adding an assertEquals() method for Time objects to BasedJDBCTestCase.
  
> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat, 3224-diffv3, 3224-diffv3.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "John H. Embretsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544971 ] 

John H. Embretsen commented on DERBY-3224:
------------------------------------------

Didn't Myrna fix the "https" issue yesterday?

http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/_Suite.java?r1=597467&r2=597466&pathrev=597467

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by Lance Andersen <La...@Sun.COM>.
You are not going to want to consider the date portion of the Time  
object at all.  Unfortunately how the various Database vendors handle  
this is something i am working to address as it does not line up with  
the current specs, and i partially understand why but am not happy  
about compatibility, even when switching JDBC drivers and utilizing  
the same database.


I will be clarifying this in JDBC 4.1 and then working to get this  
addressed in JSR 169 which is an off-shoot of the JDBC specs.

-lance
On Jan 17, 2008, at 9:07 AM, Vemund Østgaard (JIRA) wrote:

>
>    [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559936 
> #action_12559936 ]
>
> Vemund Østgaard commented on DERBY-3224:
> ----------------------------------------
>
> It seems that the reason they are not equal is that they represent  
> the same hour/minute/second, but different dates. AssertEquals in  
> junit uses <object1>.equals(object2) which for java.sql.Time falls  
> through to java.util.Date.equals(). This compares the output of  
> getTime() from both objects,
> "thus, two Date objects are equal if and only if the getTime method  
> returns the same long value for both". Comparing getTime() from my  
> objects I see:
>
> Time1: -59958280437000 - toString(): 11:06:03
> Time2: 36363000 - toString(): 11:06:03
>
> The first one is generated with Time.valueOf("11:06:03") the second  
> is read from the callable statement. The second one seems to be  
> 11:06:03 after epoch, first one I don't know.
>
> The javadoc for java.sql.Time in jsr169 says: "The date components  
> should be set to the "zero epoch" value of January 1, 1970 and  
> should not be accessed." I am not sure if this is enough to consider  
> it a bug that the date component seems to differ for the two Time  
> objects.
>
>
> .
>
>
>> Get Suites.All to run on the phoneME advanced platform
>> ------------------------------------------------------
>>
>>                Key: DERBY-3224
>>                URL: https://issues.apache.org/jira/browse/DERBY-3224
>>            Project: Derby
>>         Issue Type: Test
>>         Components: Test
>>        Environment: Product: phoneME Advanced (phoneme_advanced_mr2- 
>> b34)
>> Profile: Foundation Profile Specification 1.1
>> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop)
>>           Reporter: Vemund Østgaard
>>           Assignee: Vemund Østgaard
>>        Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224- 
>> diffv2.stat
>>
>>
>> I'm trying to get suites.All to run on the phoneME advanced platform.
>
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>


[jira] Commented: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559936#action_12559936 ] 

Vemund Østgaard commented on DERBY-3224:
----------------------------------------

It seems that the reason they are not equal is that they represent the same hour/minute/second, but different dates. AssertEquals in junit uses <object1>.equals(object2) which for java.sql.Time falls through to java.util.Date.equals(). This compares the output of getTime() from both objects, 
"thus, two Date objects are equal if and only if the getTime method returns the same long value for both". Comparing getTime() from my objects I see:

Time1: -59958280437000 - toString(): 11:06:03
Time2: 36363000 - toString(): 11:06:03

The first one is generated with Time.valueOf("11:06:03") the second is read from the callable statement. The second one seems to be 11:06:03 after epoch, first one I don't know.

The javadoc for java.sql.Time in jsr169 says: "The date components should be set to the "zero epoch" value of January 1, 1970 and should not be accessed." I am not sure if this is enough to consider it a bug that the date component seems to differ for the two Time objects. 


.


> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544977 ] 

Vemund Østgaard commented on DERBY-3224:
----------------------------------------

Oops, she did, I see I misunderstood the comment in her mail yesterday. I'll just keep this report open until I have the tests running successfully, in case there is anything else that needs to be done.

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vemund Østgaard updated DERBY-3224:
-----------------------------------

    Attachment: 3224-diff.stat
                3224-diff

This patch changes "https" to "http" as there is not complete SSL support in phoneME advanced (when built with default settings):

   static final String OLD_JAR_URL =
       "https://svn.apache.org/repos/asf/db/derby/jars";

in org.apache.derbyTesting.functionTests.tests.upgradeTests._Suite. 


> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-3224) Get Suites.All to run on the phoneME advanced platform

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vemund Østgaard updated DERBY-3224:
-----------------------------------

    Attachment: 3224-diffv3.stat
                3224-diffv3

Updated patch adding an assertEquals() method for Time objects to BasedJDBCTestCase.

> Get Suites.All to run on the phoneME advanced platform
> ------------------------------------------------------
>
>                 Key: DERBY-3224
>                 URL: https://issues.apache.org/jira/browse/DERBY-3224
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) 
> Profile: Foundation Profile Specification 1.1 
> JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop) 
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>         Attachments: 3224-diff, 3224-diff.stat, 3224-diffv2, 3224-diffv2.stat, 3224-diffv3, 3224-diffv3.stat
>
>
> I'm trying to get suites.All to run on the phoneME advanced platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.