[ 
https://issues.apache.org/jira/browse/CASSANDRA-17133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17449713#comment-17449713
 ] 

Kanthi Subramanian commented on CASSANDRA-17133:
------------------------------------------------

[~yifanc] , [~brandon.williams] , cannot find this test in cassandra codebase, 
can you please let me know where I can find the tests and how to run it locally.
{code:java}
// code placeholder
def test_timeuuid(self):
        cursor = self.prepare()
    
        cursor.execute("""
                CREATE TABLE test (
                    k int,
                    t timeuuid,
                    PRIMARY KEY (k, t)
                )
            """) {code}

> Broken test_timeuuid - upgrade_tests.cql_tests
> ----------------------------------------------
>
>                 Key: CASSANDRA-17133
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17133
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CQL/Semantics
>            Reporter: Yifan Cai
>            Assignee: Kanthi Subramanian
>            Priority: Normal
>             Fix For: 4.x
>
>
> Both CircleCI and Jenkins build failed at test_timeuuid with the following 
> error.
> {quote}cassandra.InvalidRequest: Error from server: code=2200 [Invalid query] 
> message="Ambiguous call to function maxtimeuuid (can be matched by following 
> signatures: system.maxtimeuuid : (bigint) -> timeuuid, system.maxtimeuuid : 
> (timestamp) -> timeuuid): use type casts to disambiguate"{quote}
> https://app.circleci.com/pipelines/github/yifan-c/cassandra/273/workflows/7a855174-823a-4553-ad09-25623747a58e/jobs/1884/tests#failed-test-0
> https://ci-cassandra.apache.org/blue/organizations/jenkins/Cassandra-devbranch/detail/Cassandra-devbranch/1272/tests/
> The change was added in CASSANDRA-17029. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to