You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2020/08/13 10:41:47 UTC

[GitHub] [jmeter] necprajjwal commented on pull request #499: AutoCorrelation: Add initial support

necprajjwal commented on pull request #499:
URL: https://github.com/apache/jmeter/pull/499#issuecomment-673403404


   > > Regarding the check-box not getting selected issue, we merged the latest branch as per your suggestion and are still able to reproduce the same issue with Darklaf theme (all variants) (tested in Windows environment, JDK 1.8). It works properly when choosing any other theme like Windows, Nimbus, etc. I would request you to please confirm that on your end.
   > 
   > Hi @necprajjwal,
   > 
   > does this issue happen reliably? Could you provide a minimal example to reproduce it?
   
   Hi @weisJ,
   
   Thank you very much for checking the issue.
   
   Yes, this issue happens reliably.
   
   Please follow the following steps to reproduce it.
   
   1. Clone https://github.com/t-imoto002/jmeter master branch.
   2. In the code, https://github.com/t-imoto002/jmeter/blob/master/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/gui/action/CorrelateJMXFile.java
      Replace the method "doActionAfterCheck" with the code below
      
   ```
      @Override
       protected void doActionAfterCheck(ActionEvent e) throws IllegalUserActionException {
       	Object[][] correlationData = {{Boolean.FALSE, "Dummy2", "Dummy2 value1", "Dummy value2"}, {Boolean.FALSE, "Dummy2", "Dummy2 value1", "Dummy2 value2"}};
       	CorrelationTableModel.setRowData(correlationData);
           CorrelationGui.createCorrelationGui();
       }
   ```
        You may add more data if you like.
   	
   3. In the JMeter Home directory, do "./gradlew runGui". It will run JMeter.
   4. Goto Tools -> Correlation -> JMX File. You may now reproduce the issue.
   
   ![image](https://user-images.githubusercontent.com/55875564/90125384-98101f80-dd7f-11ea-9803-9dd2787aa3eb.png)
   
   Please note that the testing of the issue is done on Windows 10 with JDK 1.8.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org