You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ekaterina Dimitrova (Jira)" <ji...@apache.org> on 2021/07/16 18:34:00 UTC

[jira] [Commented] (CASSANDRA-15985) python dtest TestCqlsh added enable_scripted_user_defined_functions which breaks on 2.2

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

Ekaterina Dimitrova commented on CASSANDRA-15985:
-------------------------------------------------

[~Gerrrr] I just fixed the Invalid yaml error in CASSANDRA-16736 and then while triaging the patch available tickets, I found this one. I had the same question as you about the rest of the issues as 2.2 is only critical bug fixes. 

I still haven't committed the other ticket. Probably I can cherry-pick at least the TestCqlsh#test_pycodestyle_compliance fixes you already provided here?

CC [~brandon.williams]

> python dtest TestCqlsh added enable_scripted_user_defined_functions which breaks on 2.2
> ---------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-15985
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15985
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest/python
>            Reporter: David Capwell
>            Assignee: Aleksandr Sorokoumov
>            Priority: Normal
>             Fix For: 2.2.x
>
>
> {code}
> ERROR [main] 2020-07-26 03:03:14,108 CassandraDaemon.java:744 - Exception encountered during startup
> org.apache.cassandra.exceptions.ConfigurationException: Invalid yaml. Please remove properties [enable_scripted_user_defined_functions] from your cassandra.yaml
> 	at org.apache.cassandra.config.YamlConfigurationLoader$MissingPropertiesChecker.check(YamlConfigurationLoader.java:146) ~[main/:na]
> 	at org.apache.cassandra.config.YamlConfigurationLoader.loadConfig(YamlConfigurationLoader.java:113) ~[main/:na]
> 	at org.apache.cassandra.config.YamlConfigurationLoader.loadConfig(YamlConfigurationLoader.java:85) ~[main/:na]
> 	at org.apache.cassandra.config.DatabaseDescriptor.loadConfig(DatabaseDescriptor.java:151) ~[main/:na]
> 	at org.apache.cassandra.config.DatabaseDescriptor.<clinit>(DatabaseDescriptor.java:133) ~[main/:na]
> 	at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:604) [main/:na]
> 	at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:731) [main/:na]]
> {code}
> This test doesn’t put a version limit, so all tests fail on 2.2 since the property was added to all clusters.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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