You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Coverston (JIRA)" <ji...@apache.org> on 2011/03/15 21:26:29 UTC

[jira] Created: (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
----------------------------------------------------------------------

                 Key: CASSANDRA-2335
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 0.7.4
         Environment: Windows
            Reporter: Benjamin Coverston
            Assignee: Gary Dusbabek
            Priority: Minor




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Vladimir Loncar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084906#comment-13084906 ] 

Vladimir Loncar commented on CASSANDRA-2335:
--------------------------------------------

These tests fail because of the hard-coded path "path/doesn't/matter" in streaming.PendingFile.bin, streaming.StreamHeader.bin and streaming.StreamRequestMessage.bin. Since Descriptor only looks for the existence of separator char anywhere in the path (and the path doesn't matter :)), changing one "/" to "\" in those files seems to make all platforms happy.

Attached patch builds upon previous and adds corrected streaming.*.bin files.

NOTE: Created on windows with svn diff, let me know if there are any issues with d2u when applying this.

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Stephen Connolly
>            Priority: Minor
>             Fix For: 0.7.9
>
>         Attachments: 2335-windows-serialization-tests.patch, 2335.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2335:
--------------------------------------

    Attachment: 2335.txt

patch attached to fix hardcoded / in path names

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Joaquin Casares
>            Priority: Minor
>             Fix For: 0.7.7
>
>         Attachments: 2335.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "David Allsopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073384#comment-13073384 ] 

David Allsopp edited comment on CASSANDRA-2335 at 7/31/11 8:58 PM:
-------------------------------------------------------------------

Um, not sure, as I'm having a lot of trouble getting Cassandra to build on Windows reliably (or at all), which is why I've been rather slow on some other tickets. Eclipse gives a StackOverflowError when it gets to the Target maven-ant-tasks-retrieve-build (have applied https://issues.apache.org/jira/browse/CASSANDRA-2687 but doesn't seem to help here). My Eclipse also crashes intermittently, just to keep life interesting ;-)

[Update - I just found https://issues.apache.org/jira/browse/CASSANDRA-2640 which probably explains the Eclipse problem as my Eclipse's Ant is out of date.]

I eventually gave up and did a fresh install of Ant and Maven (1.8.2, 3.0.3) so I could build from the command line. For Cassandra 0.7 I am getting the problem described at http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Problem-compiling-td6438062.html - I get
{noformat}
Cassandra-0.7\build.xml:287: artifact:pom doesn't support the "groupId" attribute
{noformat}

The change _looks_ good to me, but I can't test at present.

      was (Author: dallsopp):
    Um, not sure, as I'm having a lot of trouble getting Cassandra to build on Windows reliably (or at all), which is why I've been rather slow on some other tickets. Eclipse gives a StackOverflowError when it gets to the Target maven-ant-tasks-retrieve-build (have applied https://issues.apache.org/jira/browse/CASSANDRA-2687 but doesn't seem to help here). My Eclipse also crashes intermittently, just to keep life interesting ;-)

I eventually gave up and did a fresh install of Ant and Maven (1.8.2, 3.0.3) so I could build from the command line. For Cassandra 0.7 I am getting the problem described at http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Problem-compiling-td6438062.html - I get
{noformat}
Cassandra-0.7\build.xml:287: artifact:pom doesn't support the "groupId" attribute
{noformat}

The change _looks_ good to me, but I can't test at present.
  
> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7.9
>
>         Attachments: 2335.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2335:
--------------------------------------

         Reviewer: bcoverston
    Fix Version/s: 0.7.5

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.4
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Gary Dusbabek
>            Priority: Minor
>             Fix For: 0.7.5
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "David Allsopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059302#comment-13059302 ] 

David Allsopp commented on CASSANDRA-2335:
------------------------------------------

The assertion failure comes from Descriptor.java:

{noformat}
    public static Descriptor fromFilename(String filename)
    {
        int separatorPos = filename.lastIndexOf(File.separatorChar);
        assert separatorPos != -1 : "Filename must include parent directory.";
        ...
{noformat}

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Joaquin Casares
>            Priority: Minor
>             Fix For: 0.7.7
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079171#comment-13079171 ] 

Jonathan Ellis commented on CASSANDRA-2335:
-------------------------------------------

It's just the vanilla build.xml from the 0.7 branch

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Stephen Connolly
>            Priority: Minor
>             Fix For: 0.7.9
>
>         Attachments: 2335.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Benjamin Coverston (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007173#comment-13007173 ] 

Benjamin Coverston commented on CASSANDRA-2335:
-----------------------------------------------

Including Stack Traces:
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 3, Errors: 0, Time elapsed: 1.203 sec
    [junit] 
    [junit] Testcase: testPendingFileRead(org.apache.cassandra.streaming.SerializationsTest):	FAILED
    [junit] Filename must include parent directory.
    [junit] junit.framework.AssertionFailedError: Filename must include parent directory.
    [junit] 	at org.apache.cassandra.io.sstable.Descriptor.fromFilename(Descriptor.java:116)
    [junit] 	at org.apache.cassandra.streaming.PendingFile$PendingFileSerializer.deserialize(PendingFile.java:126)
    [junit] 	at org.apache.cassandra.streaming.SerializationsTest.testPendingFileRead(SerializationsTest.java:71)
    [junit] 
    [junit] 
    [junit] Testcase: testStreamHeaderRead(org.apache.cassandra.streaming.SerializationsTest):	FAILED
    [junit] Filename must include parent directory.
    [junit] junit.framework.AssertionFailedError: Filename must include parent directory.
    [junit] 	at org.apache.cassandra.io.sstable.Descriptor.fromFilename(Descriptor.java:116)
    [junit] 	at org.apache.cassandra.streaming.PendingFile$PendingFileSerializer.deserialize(PendingFile.java:126)
    [junit] 	at org.apache.cassandra.streaming.StreamHeader$StreamHeaderSerializer.deserialize(StreamHeader.java:90)
    [junit] 	at org.apache.cassandra.streaming.StreamHeader$StreamHeaderSerializer.deserialize(StreamHeader.java:72)
    [junit] 	at org.apache.cassandra.streaming.SerializationsTest.testStreamHeaderRead(SerializationsTest.java:105)
    [junit] 
    [junit] 
    [junit] Testcase: testStreamRequestMessageRead(org.apache.cassandra.streaming.SerializationsTest):	FAILED
    [junit] Filename must include parent directory.
    [junit] junit.framework.AssertionFailedError: Filename must include parent directory.
    [junit] 	at org.apache.cassandra.io.sstable.Descriptor.fromFilename(Descriptor.java:116)
    [junit] 	at org.apache.cassandra.streaming.PendingFile$PendingFileSerializer.deserialize(PendingFile.java:126)
    [junit] 	at org.apache.cassandra.streaming.StreamRequestMessage$StreamRequestMessageSerializer.deserialize(StreamRequestMessage.java:153)
    [junit] 	at org.apache.cassandra.streaming.StreamRequestMessage$StreamRequestMessageSerializer.deserialize(StreamRequestMessage.java:123)
    [junit] 	at org.apache.cassandra.streaming.SerializationsTest.testStreamRequestMessageRead(SerializationsTest.java:170)
    [junit] 

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.4
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Gary Dusbabek
>            Priority: Minor
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "David Allsopp (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135470#comment-13135470 ] 

David Allsopp commented on CASSANDRA-2335:
------------------------------------------

Incidentally, the error: {code}artifact:pom doesn't support the "groupId" attribute{code}  can be fixed by downloading the latest _Maven Ant Tasks_ jarfile from http://maven.apache.org/ant-tasks/download.html - Having the latest Maven and the latest Ant isn't enough, in some cases.
                
> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Priority: Minor
>         Attachments: 2335-windows-serialization-tests.patch, 2335.txt
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Stephen Connolly (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079132#comment-13079132 ] 

Stephen Connolly commented on CASSANDRA-2335:
---------------------------------------------

Certainly I will look into it.

If somebody could stick the patched build.xml onto gist and paste the link here just so I can be sure I'm looking at the same thing

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Stephen Connolly
>            Priority: Minor
>             Fix For: 0.7.9
>
>         Attachments: 2335.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-2335:
-----------------------------------------

    Assignee: Stephen Connolly  (was: Jonathan Ellis)

Stephen, can you elucidate the groupid error?

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Stephen Connolly
>            Priority: Minor
>             Fix For: 0.7.9
>
>         Attachments: 2335.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Vladimir Loncar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Loncar updated CASSANDRA-2335:
---------------------------------------

    Attachment: 2335-windows-serialization-tests.patch

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Stephen Connolly
>            Priority: Minor
>             Fix For: 0.7.9
>
>         Attachments: 2335-windows-serialization-tests.patch, 2335.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Gary Dusbabek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022325#comment-13022325 ] 

Gary Dusbabek commented on CASSANDRA-2335:
------------------------------------------

I strongly suspect this error is due to the paths in the serialized PendingFiles.  They hate Windows.

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Joaquin Casares
>            Priority: Minor
>             Fix For: 0.7.5
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "David Allsopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073384#comment-13073384 ] 

David Allsopp edited comment on CASSANDRA-2335 at 7/31/11 8:59 PM:
-------------------------------------------------------------------

Um, not sure, as I'm having a lot of trouble getting Cassandra to build on Windows reliably (or at all), which is why I've been rather slow on some other tickets. Eclipse gives a StackOverflowError when it gets to the Target maven-ant-tasks-retrieve-build (have applied https://issues.apache.org/jira/browse/CASSANDRA-2687 but doesn't seem to help here). My Eclipse also crashes intermittently, just to keep life interesting ;-)

Update - I just found https://issues.apache.org/jira/browse/CASSANDRA-2640 which probably explains the Eclipse problem as my Eclipse's Ant is out of date.

I eventually gave up and did a fresh install of Ant and Maven (1.8.2, 3.0.3) so I could build from the command line. For Cassandra 0.7 I am getting the problem described at http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Problem-compiling-td6438062.html - I get
{noformat}
Cassandra-0.7\build.xml:287: artifact:pom doesn't support the "groupId" attribute
{noformat}

The change _looks_ good to me, but I can't test at present.

      was (Author: dallsopp):
    Um, not sure, as I'm having a lot of trouble getting Cassandra to build on Windows reliably (or at all), which is why I've been rather slow on some other tickets. Eclipse gives a StackOverflowError when it gets to the Target maven-ant-tasks-retrieve-build (have applied https://issues.apache.org/jira/browse/CASSANDRA-2687 but doesn't seem to help here). My Eclipse also crashes intermittently, just to keep life interesting ;-)

[Update - I just found https://issues.apache.org/jira/browse/CASSANDRA-2640 which probably explains the Eclipse problem as my Eclipse's Ant is out of date.]

I eventually gave up and did a fresh install of Ant and Maven (1.8.2, 3.0.3) so I could build from the command line. For Cassandra 0.7 I am getting the problem described at http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Problem-compiling-td6438062.html - I get
{noformat}
Cassandra-0.7\build.xml:287: artifact:pom doesn't support the "groupId" attribute
{noformat}

The change _looks_ good to me, but I can't test at present.
  
> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7.9
>
>         Attachments: 2335.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088896#comment-13088896 ] 

Jonathan Ellis commented on CASSANDRA-2335:
-------------------------------------------

bq. Since Descriptor only looks for the existence of separator char anywhere in the path (and the path doesn't matter ), changing one "/" to "\" in those files seems to make all platforms happy.

That makes sense, but patch does not apply to svn 0.7.  Is it against trunk?

bq. adds corrected streaming.*.bin files

What changes to the bin file itself are being made?  svn ignored them in the patch file.

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Stephen Connolly
>            Priority: Minor
>             Fix For: 0.7.9
>
>         Attachments: 2335-windows-serialization-tests.patch, 2335.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "David Allsopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073384#comment-13073384 ] 

David Allsopp commented on CASSANDRA-2335:
------------------------------------------

Um, not sure, as I'm having a lot of trouble getting Cassandra to build on Windows reliably (or at all), which is why I've been rather slow on some other tickets. Eclipse gives a StackOverflowError when it gets to the Target maven-ant-tasks-retrieve-build (have applied https://issues.apache.org/jira/browse/CASSANDRA-2687 but doesn't seem to help here). My Eclipse also crashes intermittently, just to keep life interesting ;-)

I eventually gave up and did a fresh install of Ant and Maven (1.8.2, 3.0.3) so I could build from the command line. For Cassandra 0.7 I am getting the problem described at http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Problem-compiling-td6438062.html - I get
{noformat}
Cassandra-0.7\build.xml:287: artifact:pom doesn't support the "groupId" attribute
{noformat}

The change _looks_ good to me, but I can't test at present.

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7.9
>
>         Attachments: 2335.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2335:
--------------------------------------

    Affects Version/s:     (was: 0.7.4)
                       0.7.0
             Assignee: Joaquin Casares  (was: Gary Dusbabek)

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Joaquin Casares
>            Priority: Minor
>             Fix For: 0.7.5
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071980#comment-13071980 ] 

Jonathan Ellis commented on CASSANDRA-2335:
-------------------------------------------

David, does that work for you?

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7.9
>
>         Attachments: 2335.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

Posted by "Jonathan Ellis (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-2335.
---------------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: 0.7.10)
         Reviewer:   (was: dallsopp)
         Assignee:     (was: Vladimir Loncar)

SerializationsTest is passing in Windows now on trunk.  Good enough for me.
                
> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Priority: Minor
>         Attachments: 2335-windows-serialization-tests.patch, 2335.txt
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira