Jenkins build is back to normal : JMeter » JMeter Ubuntu #328

2022-09-24 Thread Apache Jenkins Server
See

Build failed in Jenkins: JMeter » JMeter Ubuntu #327

2022-09-24 Thread Apache Jenkins Server
See Changes: [Vladimir Sitnikov] Use "5.5" suggestion in issue template instead of "JMeter 5.5" [Vladimir Sitnikov] doc: handle markup in documentation --

[GitHub] [jmeter] vlsi merged pull request #5711: doc: handle markup in documentation

2022-09-24 Thread GitBox
vlsi merged PR #5711: URL: https://github.com/apache/jmeter/pull/5711 -- 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. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

Move src/$module to jmeter-$module

2022-09-24 Thread Vladimir Sitnikov
Hi, It is somewhat strange that we have "src/" folder for modules. It results in folders like src/core/src (note that src is duplicated). What do you think of removing top-level "src" folder, and moving to layout like /jmeter-core/ /jmeter-components/ ... I guess it would be slightly easier to f

[GitHub] [jmeter] vlsi merged pull request #5710: Add GitHub Issue templates

2022-09-24 Thread GitBox
vlsi merged PR #5710: URL: https://github.com/apache/jmeter/pull/5710 -- 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. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

[GitHub] [jmeter] vlsi commented on a diff in pull request #5710: Add GitHub Issue templates

2022-09-24 Thread GitBox
vlsi commented on code in PR #5710: URL: https://github.com/apache/jmeter/pull/5710#discussion_r979270150 ## .github/ISSUE_TEMPLATE/feature_request.yaml: ## @@ -0,0 +1,58 @@ +name: Feature Request +description: Suggest an idea +labels: + - enhancement + - to-triage +body: + -

[GitHub] [jmeter] vlsi opened a new pull request, #5711: doc: handle markup in documentation

2022-09-24 Thread GitBox
vlsi opened a new pull request, #5711: URL: https://github.com/apache/jmeter/pull/5711 ## Motivation and Context input: ```xml 5709 fixed 570757085709 fixed 5707571057085709 fixed test 5707 fixed ``` Rendered doc: ![xsl rendering](http

[GitHub] [jmeter] pmouawad commented on a diff in pull request #5710: Add GitHub Issue templates

2022-09-24 Thread GitBox
pmouawad commented on code in PR #5710: URL: https://github.com/apache/jmeter/pull/5710#discussion_r979264187 ## .github/ISSUE_TEMPLATE/feature_request.yaml: ## @@ -0,0 +1,58 @@ +name: Feature Request +description: Suggest an idea +labels: + - enhancement + - to-triage +body:

[GitHub] [jmeter] vlsi opened a new pull request, #5710: Add GitHub Issue templates

2022-09-24 Thread GitBox
vlsi opened a new pull request, #5710: URL: https://github.com/apache/jmeter/pull/5710 ## Description Configure issue templates -- 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

Re: Divert GitBox issues and pull requests notifications to issues@jmeter or issues-gitbox@jmeter list

2022-09-24 Thread Vladimir Sitnikov
Milamber, Please create issues-gitbox mailing list via https://selfserve.apache.org/ Creating mailing lists it is "restricted to ASF members and PMC chairs only", so I can't do it. Vladimir

Re: JMeter Bugzilla -> GitHub Issues migration

2022-09-24 Thread Vladimir Sitnikov
I've finished the migration. The next steps are: * Add issue templates on GitHub E.g. https://github.com/apache/lucene/pull/1024 * Handle ... template in documentation markup (currently, changelog expects .. * Update documentation references (Bugzilla -> GitHub Issues) It looks like I should not

[GitHub] [jmeter] asfimport commented on issue #5687: Code Textbox Text Colour

2022-09-24 Thread GitBox
asfimport commented on issue #5687: URL: https://github.com/apache/jmeter/issues/5687#issuecomment-1256926078 **Brian Tully** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=66157&redirect=false#c8)): I'm confirming that it is fixed for me as well, on my Mac, wit

[GitHub] [jmeter] asfimport commented on issue #5136: Auto-Correlation as core functionality in JMeter

2022-09-24 Thread GitBox
asfimport commented on issue #5136: URL: https://github.com/apache/jmeter/issues/5136#issuecomment-1256926045 **Michael Johnson** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=63640&redirect=false#c1)): Blazemeter came out with a plugin that did the same and wo

[GitHub] [jmeter] asfimport commented on issue #5539: Incorrect display of decimal numbers in JSON related elements

2022-09-24 Thread GitBox
asfimport commented on issue #5539: URL: https://github.com/apache/jmeter/issues/5539#issuecomment-1256926063 **andreaslind01** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=65318&redirect=false#c3)): Hello, I created a PR that should fix the issues with

[GitHub] [jmeter] asfimport commented on issue #5507: Response Body is not formatted correctly (View Results Tree) v5.4.1

2022-09-24 Thread GitBox
asfimport commented on issue #5507: URL: https://github.com/apache/jmeter/issues/5507#issuecomment-1256926054 **Brian Tully** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=65187&redirect=false#c15)): Can the rsyntaxtextarea class be used for the Response Body t

[GitHub] [jmeter] asfimport commented on issue #5507: Response Body is not formatted correctly (View Results Tree) v5.4.1

2022-09-24 Thread GitBox
asfimport commented on issue #5507: URL: https://github.com/apache/jmeter/issues/5507#issuecomment-1256926047 **Brian Tully** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=65187&redirect=false#c14)): Hi again Felix - I'm hoping you might point me in the

[GitHub] [jmeter] asfimport commented on issue #5539: Incorrect display of decimal numbers in JSON related elements

2022-09-24 Thread GitBox
asfimport commented on issue #5539: URL: https://github.com/apache/jmeter/issues/5539#issuecomment-1256926068 **andreaslind01** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=65318&redirect=false#c4)): Created attachment [jsonassertion_bug.jmx](https://apache.g

[GitHub] [jmeter] asfimport commented on issue #5687: Code Textbox Text Colour

2022-09-24 Thread GitBox
asfimport commented on issue #5687: URL: https://github.com/apache/jmeter/issues/5687#issuecomment-1256926074 **Brian Tully** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=66157&redirect=false#c7)): I had posted several related bugs related to Darklaf and dark

[GitHub] [jmeter] asfimport commented on issue #5507: Response Body is not formatted correctly (View Results Tree) v5.4.1

2022-09-24 Thread GitBox
asfimport commented on issue #5507: URL: https://github.com/apache/jmeter/issues/5507#issuecomment-1256926060 **Brian Tully** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=65187&redirect=false#c16)): With the recent fix to Darklaf and rsyntaxtextarea (https://

[GitHub] [jmeter] asfimport commented on issue #3565: SampleEvent for TransactionSampler: isTransactionSampleEvent return false with parent mode

2022-09-24 Thread GitBox
asfimport commented on issue #3565: URL: https://github.com/apache/jmeter/issues/3565#issuecomment-1256925933 **Fei Luan** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=57730&redirect=false#c3)): Please fix this bug. I use 5.4.3 and it is still there. I'm affec