This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch 4.5.0_fixes
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git

commit 42999905aa817e93659c5ab0412b28b8b948cf2a
Author: mck <m...@apache.org>
AuthorDate: Fri Dec 8 19:48:41 2023 +0100

    Remove ASL header from test resource files (that was breaking integration 
tests)
    
     patch by Mick Semb Wever; reviewed by Wei Deng for CASSANDRA-18970
---
 .../src/test/resources/describe_it_test_2.1.cql        | 18 ------------------
 .../src/test/resources/describe_it_test_2.2.cql        | 18 ------------------
 .../src/test/resources/describe_it_test_3.0.cql        | 18 ------------------
 .../src/test/resources/describe_it_test_3.11.cql       | 18 ------------------
 4 files changed, 72 deletions(-)

diff --git a/integration-tests/src/test/resources/describe_it_test_2.1.cql 
b/integration-tests/src/test/resources/describe_it_test_2.1.cql
index fc43db1e8..6c7e7d874 100644
--- a/integration-tests/src/test/resources/describe_it_test_2.1.cql
+++ b/integration-tests/src/test/resources/describe_it_test_2.1.cql
@@ -1,21 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
 
 CREATE KEYSPACE ks_0 WITH replication = { 'class' : 
'org.apache.cassandra.locator.SimpleStrategy', 'replication_factor': '1' } AND 
durable_writes = true;
 
diff --git a/integration-tests/src/test/resources/describe_it_test_2.2.cql 
b/integration-tests/src/test/resources/describe_it_test_2.2.cql
index d4a01e1b3..80dcfe554 100644
--- a/integration-tests/src/test/resources/describe_it_test_2.2.cql
+++ b/integration-tests/src/test/resources/describe_it_test_2.2.cql
@@ -1,21 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
 
 CREATE KEYSPACE ks_0 WITH replication = { 'class' : 
'org.apache.cassandra.locator.SimpleStrategy', 'replication_factor': '1' } AND 
durable_writes = true;
 
diff --git a/integration-tests/src/test/resources/describe_it_test_3.0.cql 
b/integration-tests/src/test/resources/describe_it_test_3.0.cql
index 0c44d6e1e..90d7e792b 100644
--- a/integration-tests/src/test/resources/describe_it_test_3.0.cql
+++ b/integration-tests/src/test/resources/describe_it_test_3.0.cql
@@ -1,21 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
 
 CREATE KEYSPACE ks_0 WITH replication = { 'class' : 
'org.apache.cassandra.locator.SimpleStrategy', 'replication_factor': '1' } AND 
durable_writes = true;
 
diff --git a/integration-tests/src/test/resources/describe_it_test_3.11.cql 
b/integration-tests/src/test/resources/describe_it_test_3.11.cql
index 0c44d6e1e..90d7e792b 100644
--- a/integration-tests/src/test/resources/describe_it_test_3.11.cql
+++ b/integration-tests/src/test/resources/describe_it_test_3.11.cql
@@ -1,21 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
 
 CREATE KEYSPACE ks_0 WITH replication = { 'class' : 
'org.apache.cassandra.locator.SimpleStrategy', 'replication_factor': '1' } AND 
durable_writes = true;
 


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

Reply via email to