feat: Add checkbox to enable/disable params in HTTP Sampler #2885
Triggered via pull request
January 14, 2025 13:34
Status
Cancelled
Total duration
8m 31s
Artifacts
–
main.yml
on: pull_request
Matrix Preparation
4s
Error Prone (JDK 17)
5m 4s
Matrix: test
Annotations
13 errors and 2 warnings
21, corretto, same hashcode, windows, America/New_York, tr_TR:
src\core\src\main\java\org\apache\jmeter\config\Arguments.java#L1
Replace 327 lines 1..330 with
/*
* 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.
*/
package org.apache.jmeter.config;
import java.io.Serializable;
...307 more lines
|
21, corretto, same hashcode, windows, America/New_York, tr_TR:
task ':src:core:autostyleJavaCheck'#L1
Execution failed for task ':src:core:autostyleJavaCheck':
See 'What went wrong' below
|
21, corretto, same hashcode, windows, America/New_York, tr_TR
Execution failed for task ':src:core:autostyleJavaCheck'.
> The following files have format violations:
src\main\java\org\apache\jmeter\config\Arguments.java
@@ -1,330 +1,327 @@
-/*\r\n
- * Licensed to the Apache Software Foundation (ASF) under one or more\r\n
- * contributor license agreements. See the NOTICE file distributed with\r\n
- * this work for additional information regarding copyright ownership.\r\n
- * The ASF licenses this file to you under the Apache License, Version 2.0\r\n
- * (the "License"); you may not use this file except in compliance with\r\n
- * the License. You may obtain a copy of the License at\r\n
- *\r\n
- * http://www.apache.org/licenses/LICENSE-2.0\r\n
- *\r\n
- * Unless required by applicable law or agreed to in writing, software\r\n
- * distributed under the License is distributed on an "AS IS" BASIS,\r\n
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n
- * See the License for the specific language governing permissions and\r\n
- * limitations under the License.\r\n
- */\r\n
-\r\n
-package org.apache.jmeter.config;\r\n
-\r\n
-import java.io.Serializable;\r\n
-import java.util.ArrayList;\r\n
-import java.util.Iterator;\r\n
-import java.util.LinkedHashMap;\r\n
-import java.util.List;\r\n
-import java.util.Map;\r\n
-\r\n
-import org.apache.commons.collections4.iterators.FilterIterator;\r\n
-import org.apache.jmeter.testelement.TestElement;\r\n
-import org.apache.jmeter.testelement.property.CollectionProperty;\r\n
-import org.apache.jmeter.testelement.property.JMeterProperty;\r\n
-import org.apache.jmeter.testelement.property.PropertyIterator;\r\n
-import org.apache.jmeter.testelement.property.TestElementProperty;\r\n
-import org.apache.jmeter.testelement.schema.PropertiesAccessor;\r\n
-import org.apache.xpath.Arg;\r\n
-import org.apiguardian.api.API;\r\n
-\r\n
-/**\r\n
- * A set of Argument objects.\r\n
- *\r\n
- */\r\n
-public class Arguments extends ConfigTestElement implements Serializable, Iterable<JMeterProperty> {\r\n
- private static final long serialVersionUID = 240L;\r\n
-\r\n
- /** The name of the property used to store the arguments. */\r\n
- public static final String ARGUMENTS = "Arguments.arguments"; //$NON-NLS-1$\r\n
-\r\n
- /**\r\n
- * Create a new Arguments object with no arguments.\r\n
... (609 more lines that didn't fit)
You might want to adjust -PmaxCheckMessageLines=50
-PmaxFilesToList=10
-PminLinesPerFile=4
to see more violations
Run './gradlew autostyleApply' to fix the violations.
|
21, zulu, windows, Pacific/Chatham, tr_TR:
src\core\src\main\java\org\apache\jmeter\config\Arguments.java#L1
Replace 327 lines 1..330 with
/*
* 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.
*/
package org.apache.jmeter.config;
import java.io.Serializable;
...307 more lines
|
21, zulu, windows, Pacific/Chatham, tr_TR:
task ':src:core:autostyleJavaCheck'#L1
Execution failed for task ':src:core:autostyleJavaCheck':
See 'What went wrong' below
|
21, zulu, windows, Pacific/Chatham, tr_TR
Execution failed for task ':src:core:autostyleJavaCheck'.
> The following files have format violations:
src\main\java\org\apache\jmeter\config\Arguments.java
@@ -1,330 +1,327 @@
-/*\r\n
- * Licensed to the Apache Software Foundation (ASF) under one or more\r\n
- * contributor license agreements. See the NOTICE file distributed with\r\n
- * this work for additional information regarding copyright ownership.\r\n
- * The ASF licenses this file to you under the Apache License, Version 2.0\r\n
- * (the "License"); you may not use this file except in compliance with\r\n
- * the License. You may obtain a copy of the License at\r\n
- *\r\n
- * http://www.apache.org/licenses/LICENSE-2.0\r\n
- *\r\n
- * Unless required by applicable law or agreed to in writing, software\r\n
- * distributed under the License is distributed on an "AS IS" BASIS,\r\n
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n
- * See the License for the specific language governing permissions and\r\n
- * limitations under the License.\r\n
- */\r\n
-\r\n
-package org.apache.jmeter.config;\r\n
-\r\n
-import java.io.Serializable;\r\n
-import java.util.ArrayList;\r\n
-import java.util.Iterator;\r\n
-import java.util.LinkedHashMap;\r\n
-import java.util.List;\r\n
-import java.util.Map;\r\n
-\r\n
-import org.apache.commons.collections4.iterators.FilterIterator;\r\n
-import org.apache.jmeter.testelement.TestElement;\r\n
-import org.apache.jmeter.testelement.property.CollectionProperty;\r\n
-import org.apache.jmeter.testelement.property.JMeterProperty;\r\n
-import org.apache.jmeter.testelement.property.PropertyIterator;\r\n
-import org.apache.jmeter.testelement.property.TestElementProperty;\r\n
-import org.apache.jmeter.testelement.schema.PropertiesAccessor;\r\n
-import org.apache.xpath.Arg;\r\n
-import org.apiguardian.api.API;\r\n
-\r\n
-/**\r\n
- * A set of Argument objects.\r\n
- *\r\n
- */\r\n
-public class Arguments extends ConfigTestElement implements Serializable, Iterable<JMeterProperty> {\r\n
- private static final long serialVersionUID = 240L;\r\n
-\r\n
- /** The name of the property used to store the arguments. */\r\n
- public static final String ARGUMENTS = "Arguments.arguments"; //$NON-NLS-1$\r\n
-\r\n
- /**\r\n
- * Create a new Arguments object with no arguments.\r\n
... (609 more lines that didn't fit)
You might want to adjust -PmaxCheckMessageLines=50
-PmaxFilesToList=10
-PminLinesPerFile=4
to see more violations
Run './gradlew autostyleApply' to fix the violations.
|
|
|
|
21, zulu, macos, America/New_York, fr_FR, stress JIT:
task ':src:core:autostyleJavaCheck'#L1
Execution failed for task ':src:core:autostyleJavaCheck':
See 'What went wrong' below
|
21, zulu, macos, America/New_York, fr_FR, stress JIT
Execution failed for task ':src:core:autostyleJavaCheck'.
> The following files have format violations:
src/main/java/org/apache/jmeter/config/Arguments.java
@@ -19,19 +19,16 @@
import java.io.Serializable;
import java.util.ArrayList;
-import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.collections4.iterators.FilterIterator;
-import org.apache.jmeter.testelement.TestElement;
import org.apache.jmeter.testelement.property.CollectionProperty;
import org.apache.jmeter.testelement.property.JMeterProperty;
import org.apache.jmeter.testelement.property.PropertyIterator;
import org.apache.jmeter.testelement.property.TestElementProperty;
import org.apache.jmeter.testelement.schema.PropertiesAccessor;
-import org.apache.xpath.Arg;
import org.apiguardian.api.API;
/**
You might want to adjust -PmaxCheckMessageLines=50
-PmaxFilesToList=10
-PminLinesPerFile=4
to see more violations
Run './gradlew autostyleApply' to fix the violations.
|
17, zulu, macos, UTC, tr_TR
Canceling since a higher priority waiting request for 'ci-main-refs/pull/6291/merge' exists
|
17, zulu, macos, UTC, tr_TR
The operation was canceled.
|
Matrix Preparation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Error Prone (JDK 17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|