Skip to content

feat: Add checkbox to enable/disable params in HTTP Sampler #2884

feat: Add checkbox to enable/disable params in HTTP Sampler

feat: Add checkbox to enable/disable params in HTTP Sampler #2884

Triggered via pull request January 14, 2025 13:28
Status Cancelled
Total duration 6m 13s
Artifacts

main.yml

on: pull_request
Matrix Preparation
5s
Matrix Preparation
Error Prone (JDK 17)
5m 10s
Error Prone (JDK 17)
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
21, corretto, windows, UTC, fr_FR, stress JIT: src\core\src\main\java\org\apache\jmeter\config\Arguments.java#L1
Replace 355 lines 1..357 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; ...335 more lines
21, corretto, windows, UTC, fr_FR, stress JIT: task ':src:core:autostyleJavaCheck'#L1
Execution failed for task ':src:core:autostyleJavaCheck': See 'What went wrong' below
21, corretto, windows, UTC, 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 @@ -1,357 +1,355 @@ -/*\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.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 - */\r\n ... (664 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, microsoft, windows, America/New_York, fr_FR, stress JIT: src\core\src\main\java\org\apache\jmeter\config\Arguments.java#L1
Replace 355 lines 1..357 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; ...335 more lines
21, microsoft, windows, 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, microsoft, windows, 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 @@ -1,357 +1,355 @@ -/*\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.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 - */\r\n ... (664 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.
17, temurin, macos, UTC, de_DE, stress JIT
Canceling since a higher priority waiting request for 'ci-main-refs/pull/6291/merge' exists
17, temurin, macos, UTC, de_DE, stress JIT
The operation was canceled.
21, zulu, same hashcode, macos, America/New_York, fr_FR
Canceling since a higher priority waiting request for 'ci-main-refs/pull/6291/merge' exists
21, zulu, same hashcode, macos, America/New_York, fr_FR
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