You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2013/11/12 20:48:17 UTC

[jira] [Resolved] (CASSANDRA-6321) Unit Tests Failing in trunk

     [ https://issues.apache.org/jira/browse/CASSANDRA-6321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne resolved CASSANDRA-6321.
-----------------------------------------

    Resolution: Fixed

Turns out we were trying to load the user types a bit too early with triggered different races and circular dependencies. Took the liberty to ninja-fix with commit c20dd29923ea9e99122d75cb8f3b1d91e199fc15.

> Unit Tests Failing in trunk
> ---------------------------
>
>                 Key: CASSANDRA-6321
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6321
>             Project: Cassandra
>          Issue Type: Test
>          Components: Tests
>         Environment: Debian Wheezy, Oracle Java 1.7.0_25 (buildbot.datastax.com VM)
>            Reporter: Michael Shuler
>            Priority: Minor
>
> Many unit tests are failing in trunk [0] due to a timeout, but there are relatively few in the cassandra-2.0 branch [1].
> I bisected the first test failure, CacheProviderTest, to commit:
> {code}
> ((6c9efb0...)|BISECTING)mshuler@mana:~/DataStax/repos/cassandra$ git bisect good
> a552b305f3d1b17e394744b18efd7f40599f3c2e is the first bad commit
> commit a552b305f3d1b17e394744b18efd7f40599f3c2e
> Author: Sylvain Lebresne <sy...@datastax.com>
> Date:   Thu Sep 19 09:20:13 2013 +0200
>     Add user-defined types to CQL3
>     
>     patch by slebresne; reviewed by iamaleskey for CASSANDRA-5590
> :100644 100644 e55c8f79d66e91e896dc5ef1f0b7567b03e3910b 4231b0b1a42a2d243fd6bcd9367ab7299f6ce680 M      CHANGES.txt
> :040000 040000 b838b9b052f19eafe2f927188f8c46a48feae01e c44978f3a5e2c69333fb7036a32b5f8a81f5d28a M      src
> {code}
> It is possible that the large number of subsequent failures may be due to some of the substantial changes in the addition of user types (? that's a guess).  I will see if I can bisect and identify some other individual test failures, but wanted to get this general ticket started.
> Example trunk unit test:
> [0] http://buildbot.datastax.com:8020/builders/trunk/builds/2531/steps/shell/logs/stdio
> Example 2.0 unit test:
> [1] http://buildbot.datastax.com:8020/builders/cassandra-2.0/builds/340/steps/shell/logs/stdio
> Thanks!
> Michael Shuler



--
This message was sent by Atlassian JIRA
(v6.1#6144)