Skip to content

Streamline binding of UI elements to TestElement properties #2634

Streamline binding of UI elements to TestElement properties

Streamline binding of UI elements to TestElement properties #2634

Triggered via pull request December 25, 2023 10:11
@vlsivlsi
synchronize #6199
vlsi:editors
Status Failure
Total duration 17m 42s
Artifacts

main.yml

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

Annotations

12 errors
17, corretto, windows, Pacific/Chatham, tr_TR, stress JIT: src\protocol\http\src\main\java\org\apache\jmeter\protocol\http\gui\DNSCachePanel.java#L1
Replace 435 lines 1..437 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.protocol.http.gui; import java.awt.BorderLayout; ...415 more lines
17, corretto, windows, Pacific/Chatham, tr_TR, stress JIT: task ':src:protocol:http:autostyleJavaCheck'#L1
Execution failed for task ':src:protocol:http:autostyleJavaCheck': See 'What went wrong' below
17, corretto, windows, Pacific/Chatham, tr_TR, stress JIT
Execution failed for task ':src:protocol:http:autostyleJavaCheck'. > The following files have format violations: src\main\java\org\apache\jmeter\protocol\http\gui\DNSCachePanel.java @@ -1,437 +1,435 @@ -/*\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.protocol.http.gui;\r\n -\r\n -import java.awt.BorderLayout;\r\n -import java.awt.Color;\r\n -import java.awt.Dimension;\r\n -import java.awt.event.ActionEvent;\r\n -import java.awt.event.ActionListener;\r\n -import java.util.ArrayList;\r\n -\r\n -import javax.swing.BorderFactory;\r\n -import javax.swing.ButtonGroup;\r\n -import javax.swing.JButton;\r\n -import javax.swing.JCheckBox;\r\n -import javax.swing.JPanel;\r\n -import javax.swing.JRadioButton;\r\n -import javax.swing.JScrollPane;\r\n -import javax.swing.JTable;\r\n -import javax.swing.ListSelectionModel;\r\n -\r\n -import org.apache.jmeter.config.gui.AbstractConfigGui;\r\n -import org.apache.jmeter.gui.TestElementMetadata;\r\n -import org.apache.jmeter.gui.util.PowerTableModel;\r\n -import org.apache.jmeter.protocol.http.control.DNSCacheManager;\r\n -import org.apache.jmeter.protocol.http.control.StaticHost;\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.util.JMeterUtils;\r\n -import org.apache.jorphan.gui.GuiUtils;\r\n -import org.apache.jorphan.gui.layout.VerticalLayout;\r\n -import org.slf4j.Logger;\r\n ... (824 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.
8, liberica, windows, America/New_York, tr_TR: src\protocol\http\src\main\java\org\apache\jmeter\protocol\http\gui\DNSCachePanel.java#L1
Replace 435 lines 1..437 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.protocol.http.gui; import java.awt.BorderLayout; ...415 more lines
8, liberica, windows, America/New_York, tr_TR: task ':src:protocol:http:autostyleJavaCheck'#L1
Execution failed for task ':src:protocol:http:autostyleJavaCheck': See 'What went wrong' below
8, liberica, windows, America/New_York, tr_TR
Execution failed for task ':src:protocol:http:autostyleJavaCheck'. > The following files have format violations: src\main\java\org\apache\jmeter\protocol\http\gui\DNSCachePanel.java @@ -1,437 +1,435 @@ -/*\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.protocol.http.gui;\r\n -\r\n -import java.awt.BorderLayout;\r\n -import java.awt.Color;\r\n -import java.awt.Dimension;\r\n -import java.awt.event.ActionEvent;\r\n -import java.awt.event.ActionListener;\r\n -import java.util.ArrayList;\r\n -\r\n -import javax.swing.BorderFactory;\r\n -import javax.swing.ButtonGroup;\r\n -import javax.swing.JButton;\r\n -import javax.swing.JCheckBox;\r\n -import javax.swing.JPanel;\r\n -import javax.swing.JRadioButton;\r\n -import javax.swing.JScrollPane;\r\n -import javax.swing.JTable;\r\n -import javax.swing.ListSelectionModel;\r\n -\r\n -import org.apache.jmeter.config.gui.AbstractConfigGui;\r\n -import org.apache.jmeter.gui.TestElementMetadata;\r\n -import org.apache.jmeter.gui.util.PowerTableModel;\r\n -import org.apache.jmeter.protocol.http.control.DNSCacheManager;\r\n -import org.apache.jmeter.protocol.http.control.StaticHost;\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.util.JMeterUtils;\r\n -import org.apache.jorphan.gui.GuiUtils;\r\n -import org.apache.jorphan.gui.layout.VerticalLayout;\r\n -import org.slf4j.Logger;\r\n ... (824 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, temurin, windows, America/New_York, tr_TR: src\protocol\http\src\main\java\org\apache\jmeter\protocol\http\gui\DNSCachePanel.java#L1
Replace 435 lines 1..437 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.protocol.http.gui; import java.awt.BorderLayout; ...415 more lines
21, temurin, windows, America/New_York, tr_TR: task ':src:protocol:http:autostyleJavaCheck'#L1
Execution failed for task ':src:protocol:http:autostyleJavaCheck': See 'What went wrong' below
21, temurin, windows, America/New_York, tr_TR
Execution failed for task ':src:protocol:http:autostyleJavaCheck'. > The following files have format violations: src\main\java\org\apache\jmeter\protocol\http\gui\DNSCachePanel.java @@ -1,437 +1,435 @@ -/*\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.protocol.http.gui;\r\n -\r\n -import java.awt.BorderLayout;\r\n -import java.awt.Color;\r\n -import java.awt.Dimension;\r\n -import java.awt.event.ActionEvent;\r\n -import java.awt.event.ActionListener;\r\n -import java.util.ArrayList;\r\n -\r\n -import javax.swing.BorderFactory;\r\n -import javax.swing.ButtonGroup;\r\n -import javax.swing.JButton;\r\n -import javax.swing.JCheckBox;\r\n -import javax.swing.JPanel;\r\n -import javax.swing.JRadioButton;\r\n -import javax.swing.JScrollPane;\r\n -import javax.swing.JTable;\r\n -import javax.swing.ListSelectionModel;\r\n -\r\n -import org.apache.jmeter.config.gui.AbstractConfigGui;\r\n -import org.apache.jmeter.gui.TestElementMetadata;\r\n -import org.apache.jmeter.gui.util.PowerTableModel;\r\n -import org.apache.jmeter.protocol.http.control.DNSCacheManager;\r\n -import org.apache.jmeter.protocol.http.control.StaticHost;\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.util.JMeterUtils;\r\n -import org.apache.jorphan.gui.GuiUtils;\r\n -import org.apache.jorphan.gui.layout.VerticalLayout;\r\n -import org.slf4j.Logger;\r\n ... (824 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.
11, microsoft, same hashcode, macos, Pacific/Chatham, tr_TR: TestSampleResult.java#L282
0,7sec org.apache.jmeter.samplers.TestSampleResult > testSubResultsFalsePause() org.opentest4j.AssertionFailedError: ParentElapsed: 723 - sum(samples): 687 => 36 not in [0,16]; nanotime=false at app//org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:38) at app//org.junit.jupiter.api.Assertions.fail(Assertions.java:138) at app//org.apache.jmeter.samplers.TestSampleResult.testSubResults(TestSampleResult.java:282) at app//org.apache.jmeter.samplers.TestSampleResult.testSubResults(TestSampleResult.java:197) at app//org.apache.jmeter.samplers.TestSampleResult.testSubResultsFalsePause(TestSampleResult.java:180)
11, microsoft, same hashcode, macos, Pacific/Chatham, tr_TR: task ':src:core:test'#L1
Execution failed for task ':src:core:test': org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///Users/runner/work/jmeter/jmeter/src/core/build/reports/tests/test/index.html