wkurniawan07 commented on code in PR #708:
URL: https://github.com/apache/jmeter/pull/708#discussion_r848992665
##
src/protocol/tcp/src/main/java/org/apache/jmeter/protocol/tcp/sampler/TCPClientImpl.java:
##
@@ -115,11 +116,15 @@ public String read(InputStream is, SampleResult
FSchumacher commented on PR #708:
URL: https://github.com/apache/jmeter/pull/708#issuecomment-1097725078
> Not that I disagree about it, but this catch block here is unavoidable. It
is thrown because `w.toString(CHARSET)` is called from within `throw new
ReadException(...)`.
This is avoi
asfgit closed pull request #708: Add necessary fixes for passing CI build
URL: https://github.com/apache/jmeter/pull/708
--
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 unsu
FSchumacher commented on PR #708:
URL: https://github.com/apache/jmeter/pull/708#issuecomment-1098118302
Thanks again for the PR, error prone will be happier now and I haven't added
any bigger issues with my changes to your code.
--
This is an automated message from the Apache Git Service
pmouawad opened a new pull request, #709:
URL: https://github.com/apache/jmeter/pull/709
## Description
## Motivation and Context
Fixes regression introduced by bugfix to 65885
## How Has This Been Tested?
- JUnit test update
- Manual testing by running
codecov-commenter commented on PR #709:
URL: https://github.com/apache/jmeter/pull/709#issuecomment-1114314588
#
[Codecov](https://codecov.io/gh/apache/jmeter/pull/709?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software
rollno748 opened a new pull request, #710:
URL: https://github.com/apache/jmeter/pull/710
## Description
Shortcut key to Reset Search
## Motivation and Context
This shortcut will help to Reset Search while enhancing or debugging the
script
## How Has This Been Tested?
codecov-commenter commented on PR #710:
URL: https://github.com/apache/jmeter/pull/710#issuecomment-1120077529
#
[Codecov](https://codecov.io/gh/apache/jmeter/pull/710?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software
Tinywan opened a new pull request, #711:
URL: https://github.com/apache/jmeter/pull/711
## Description
## Motivation and Context
## How Has This Been Tested?
## Screenshots (if appropriate):
## Types of changes
- Bug fix (non-brea
codecov-commenter commented on PR #711:
URL: https://github.com/apache/jmeter/pull/711#issuecomment-1120172976
#
[Codecov](https://codecov.io/gh/apache/jmeter/pull/711?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software
rollno748 commented on PR #710:
URL: https://github.com/apache/jmeter/pull/710#issuecomment-1120185917
@vlsi - can you please review and approve
Its just a minor change in adding shortcut
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
vlsi opened a new pull request, #712:
URL: https://github.com/apache/jmeter/pull/712
## Description
This PR moves `startGui` from `class JMeter` to another class.
## Motivation and Context
a) It is nice to factor UI from non-UI code
b) Current code fails to update prog
vlsi commented on code in PR #712:
URL: https://github.com/apache/jmeter/pull/712#discussion_r867880630
##
src/core/src/main/java/org/apache/jmeter/JMeterGuiLauncher.kt:
##
@@ -0,0 +1,151 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contribut
vlsi commented on code in PR #712:
URL: https://github.com/apache/jmeter/pull/712#discussion_r867881621
##
src/core/src/main/java/org/apache/jmeter/JMeterGuiLauncher.kt:
##
@@ -0,0 +1,151 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contribut
vlsi opened a new pull request, #713:
URL: https://github.com/apache/jmeter/pull/713
See https://kotlinlang.org/docs/whatsnew1620.html
## Motivation and Context
Note: Kotlin is a new dependency in JMeter 5.5, so let's start with an
up-to-date version.
## Checklist:
vlsi commented on code in PR #711:
URL: https://github.com/apache/jmeter/pull/711#discussion_r868368164
##
xdocs/usermanual/get-started.xml:
##
@@ -279,7 +279,7 @@ jmeter -t test.jmx …
DDRAWJVM options to influence usage of direct draw,
e.g. -Dsun.java2d.ddscale=true. Defaul
pmouawad commented on code in PR #711:
URL: https://github.com/apache/jmeter/pull/711#discussion_r868371345
##
xdocs/usermanual/get-started.xml:
##
@@ -279,7 +279,7 @@ jmeter -t test.jmx …
DDRAWJVM options to influence usage of direct draw,
e.g. -Dsun.java2d.ddscale=true. De
pmouawad merged PR #709:
URL: https://github.com/apache/jmeter/pull/709
--
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.or
pmouawad commented on PR #710:
URL: https://github.com/apache/jmeter/pull/710#issuecomment-1121507626
Hello @rollno748 ,
Thanks for contributing.
Can you run ./gradlew autostyleApply and commit the result please ?
Thank you
--
This is an automated message from the Apache Git S
rollno748 commented on PR #710:
URL: https://github.com/apache/jmeter/pull/710#issuecomment-1121514349
Thanks for reviewing it @pmouawad
I have applied the autostyle and committed it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
vlsi merged PR #713:
URL: https://github.com/apache/jmeter/pull/713
--
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
F
vlsi commented on PR #710:
URL: https://github.com/apache/jmeter/pull/710#issuecomment-1121541948
Am I right the suggested shortcut is `ctrl+alt+f` to reset the search?
Does it come from a standard?
Have you considered using `esc` shortcut to reset the search?
--
This is an autom
vlsi commented on code in PR #713:
URL: https://github.com/apache/jmeter/pull/713#discussion_r868421320
##
checksum.xml:
##
@@ -35,6 +35,7 @@
+
Review Comment:
In case you wonder, the same key has already been listed for other Google
groups.
--
Thi
rollno748 commented on PR #710:
URL: https://github.com/apache/jmeter/pull/710#issuecomment-1121550885
Yes the current shortcut is assigned to ctrl+alt+f to reset the search.
I haven't considered the esc to set it as reset search.
I thought, It would be easier for us to remember to go
codecov-commenter commented on PR #712:
URL: https://github.com/apache/jmeter/pull/712#issuecomment-1121605827
#
[Codecov](https://codecov.io/gh/apache/jmeter/pull/712?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software
Tinywan commented on code in PR #711:
URL: https://github.com/apache/jmeter/pull/711#discussion_r868776856
##
xdocs/usermanual/get-started.xml:
##
@@ -279,7 +279,7 @@ jmeter -t test.jmx …
DDRAWJVM options to influence usage of direct draw,
e.g. -Dsun.java2d.ddscale=true. Def
vlsi commented on PR #710:
URL: https://github.com/apache/jmeter/pull/710#issuecomment-1122159237
Frankly speaking, I think we should try using `ESC` shortcut for "resetting
the search"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
rollno748 commented on PR #710:
URL: https://github.com/apache/jmeter/pull/710#issuecomment-1122210750
Cool, Thanks for the inputs.
I will make that change and commit it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
vlsi commented on PR #712:
URL: https://github.com/apache/jmeter/pull/712#issuecomment-1123799975
@pmouawad , @FSchumacher , team. do you have any thoughts/comments? I think
this is pretty much mergeable, except I would like to make `JMeterGuiLauncher`
private or something like that.
I r
zisding opened a new pull request, #714:
URL: https://github.com/apache/jmeter/pull/714
## Description and Motivation
Hello,
While viewing the https://issues.apache.org/jira/browse/MAPREDUCE-4262, I
found that the logging statements might give inaccurate messages.
I als
nddipiazza opened a new pull request, #715:
URL: https://github.com/apache/jmeter/pull/715
## Description
See https://bz.apache.org/bugzilla/show_bug.cgi?id=66062
we need a way to control sub-results in the summary report from jmeter's GUI.
## Motivation and Context
Cannot
nddipiazza commented on PR #715:
URL: https://github.com/apache/jmeter/pull/715#issuecomment-1126083245
awesome looks like there are already messages so i can switch over to using
JMeter ui elements
sample_scope_all=Main sample and sub-samples
sample_scope_children=Sub-samples only
codecov-commenter commented on PR #715:
URL: https://github.com/apache/jmeter/pull/715#issuecomment-1126983277
#
[Codecov](https://codecov.io/gh/apache/jmeter/pull/715?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software
josemiguel-chvz opened a new pull request, #716:
URL: https://github.com/apache/jmeter/pull/716
## Description
## Motivation and Context
## How Has This Been Tested?
## Screenshots (if appropriate):
## Types of changes
- Bug fix (
josemiguel-chvz closed pull request #716: Create build.yml
URL: https://github.com/apache/jmeter/pull/716
--
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
pmouawad closed pull request #711: Update get-started.xml
URL: https://github.com/apache/jmeter/pull/711
--
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:
FSchumacher commented on code in PR #711:
URL: https://github.com/apache/jmeter/pull/711#discussion_r40898
##
xdocs/usermanual/get-started.xml:
##
@@ -279,7 +279,7 @@ jmeter -t test.jmx …
DDRAWJVM options to influence usage of direct draw,
e.g. -Dsun.java2d.ddscale=true.
vlsi merged PR #712:
URL: https://github.com/apache/jmeter/pull/712
--
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
F
zisding commented on PR #714:
URL: https://github.com/apache/jmeter/pull/714#issuecomment-1146292194
Hi @pmouawad @FSchumacher ,
Thanks for approving the comments. Really hope my contribution can make
Jmeter more perfect, though the contribution is incremental.
Based on the fee
pmouawad merged PR #714:
URL: https://github.com/apache/jmeter/pull/714
--
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.or
vlsi opened a new pull request, #717:
URL: https://github.com/apache/jmeter/pull/717
See https://bz.apache.org/bugzilla/show_bug.cgi?id=66139
--
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 t
codecov-commenter commented on PR #718:
URL: https://github.com/apache/jmeter/pull/718#issuecomment-1170765893
#
[Codecov](https://codecov.io/gh/apache/jmeter/pull/718?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software
codecov-commenter commented on PR #717:
URL: https://github.com/apache/jmeter/pull/717#issuecomment-1171225061
#
[Codecov](https://codecov.io/gh/apache/jmeter/pull/717?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software
FSchumacher commented on code in PR #717:
URL: https://github.com/apache/jmeter/pull/717#discussion_r913805737
##
src/core/src/main/java/org/apache/jmeter/engine/StandardJMeterEngine.java:
##
@@ -84,6 +91,14 @@ public class StandardJMeterEngine implements JMeterEngine,
Runnable
FSchumacher commented on code in PR #718:
URL: https://github.com/apache/jmeter/pull/718#discussion_r913822764
##
xdocs/usermanual/component_reference.xml:
##
@@ -6521,17 +6521,39 @@ See JMeter's
Classpath and
The users are generated according to the schedule.
vlsi commented on code in PR #717:
URL: https://github.com/apache/jmeter/pull/717#discussion_r913832043
##
src/core/src/main/java/org/apache/jmeter/engine/StandardJMeterEngine.java:
##
@@ -84,6 +91,14 @@ public class StandardJMeterEngine implements JMeterEngine,
Runnable {
FSchumacher opened a new pull request, #719:
URL: https://github.com/apache/jmeter/pull/719
## Description
SyntaxTextAreas look bad on dark mode with Darklaf, as
the id of the theme has been changed to all lowercase and we didn't
recognize it anymore.
[Bugzilla Id: 66157](https:
vlsi commented on code in PR #719:
URL: https://github.com/apache/jmeter/pull/719#discussion_r913883223
##
src/core/src/main/java/org/apache/jmeter/gui/action/LookAndFeelCommand.java:
##
@@ -200,7 +200,7 @@ public LookAndFeelCommand() {
}
public static boolean isDark
FSchumacher commented on code in PR #719:
URL: https://github.com/apache/jmeter/pull/719#discussion_r913895403
##
src/core/src/main/java/org/apache/jmeter/gui/action/LookAndFeelCommand.java:
##
@@ -200,7 +200,7 @@ public LookAndFeelCommand() {
}
public static boolean
asfgit closed pull request #719: Enable darklaf on rsyntaxtextarea again
URL: https://github.com/apache/jmeter/pull/719
--
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 unsub
vlsi commented on PR #717:
URL: https://github.com/apache/jmeter/pull/717#issuecomment-1177762798
The test keeps failing at Travis.
I'm inclined to disable the test and commit the code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
vlsi merged PR #718:
URL: https://github.com/apache/jmeter/pull/718
--
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
F
alexe187 opened a new pull request, #720:
URL: https://github.com/apache/jmeter/pull/720
## Description
## Motivation and Context
## How Has This Been Tested?
## Screenshots (if appropriate):
## Types of changes
- Bug fix (non-bre
alexe187 commented on PR #720:
URL: https://github.com/apache/jmeter/pull/720#issuecomment-1187603914
This is a private test of sonarcube with jmeter code
--
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
alexe187 commented on PR #720:
URL: https://github.com/apache/jmeter/pull/720#issuecomment-1187604717
as private change in my fork => self approved
--
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
alexe187 closed pull request #720: integrate sonarcube
URL: https://github.com/apache/jmeter/pull/720
--
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: de
vlsi commented on PR #720:
URL: https://github.com/apache/jmeter/pull/720#issuecomment-1187624584
Have you checked https://sonarcloud.io/project/overview?id=JMeter ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
pjfanning opened a new pull request, #721:
URL: https://github.com/apache/jmeter/pull/721
## Description
https://bz.apache.org/bugzilla/show_bug.cgi?id=66171
* This is a POC - if the changes look like a valid way forward, I can put
more effort in.
* There is still one use of
FSchumacher commented on PR #721:
URL: https://github.com/apache/jmeter/pull/721#issuecomment-1193127964
Ant is still used to generate our docs. I think all xalan related stuff can
be deleted safely.
--
This is an automated message from the Apache Git Service.
To respond to the message, p
FSchumacher commented on code in PR #721:
URL: https://github.com/apache/jmeter/pull/721#discussion_r928133582
##
src/core/src/test/java/org/apache/jmeter/util/XPathUtilTest.java:
##
@@ -276,4 +278,19 @@ public void testPutValuesForXPathInList() throws
ParserConfigurationExcept
pjfanning opened a new pull request, #722:
URL: https://github.com/apache/jmeter/pull/722
## Description
## Motivation and Context
## How Has This Been Tested?
## Screenshots (if appropriate):
## Types of changes
- Bug fix (non-br
FSchumacher merged PR #722:
URL: https://github.com/apache/jmeter/pull/722
--
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
codecov-commenter commented on PR #721:
URL: https://github.com/apache/jmeter/pull/721#issuecomment-1193143156
#
[Codecov](https://codecov.io/gh/apache/jmeter/pull/721?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software
pjfanning commented on PR #721:
URL: https://github.com/apache/jmeter/pull/721#issuecomment-1193148578
@FSchumacher thanks for reviewing the changes. The build is now working.
I've had to make a few changes to get a few existing tests to pass. Would you
be able to review the test changes to
pjfanning commented on PR #721:
URL: https://github.com/apache/jmeter/pull/721#issuecomment-1193353721
I raised https://github.com/JetBrains/lets-plot/issues/576 - I'm not sure if
that blocks us from making progress here.
--
This is an automated message from the Apache Git Service.
To res
FSchumacher commented on PR #721:
URL: https://github.com/apache/jmeter/pull/721#issuecomment-1200128245
Thanks for your work so far on this. Hopefully I will get time to look more
into this. So far it looks good to me.
In my tests, I added code to look at the actual used TransformerFacto
andreaslind01 opened a new pull request, #723:
URL: https://github.com/apache/jmeter/pull/723
## Description
See https://bz.apache.org/bugzilla/show_bug.cgi?id=65318
## Motivation and Context
This PR fixes the issues with JSON Assertions mentioned here:
https://bz.apache.org/bug
arthur-zhang opened a new pull request, #724:
URL: https://github.com/apache/jmeter/pull/724
## Description
Do some code clean up
## Motivation and Context
some code do not match name convention or code style
## Checklist:
- [x] My code follows the [cod
vlsi commented on code in PR #724:
URL: https://github.com/apache/jmeter/pull/724#discussion_r944131847
##
src/core/src/main/java/org/apache/jmeter/engine/DistributedRunner.java:
##
@@ -262,21 +262,21 @@ private void println(String s) {
private void errln(String s) {
arthur-zhang commented on code in PR #724:
URL: https://github.com/apache/jmeter/pull/724#discussion_r944204638
##
src/core/src/main/java/org/apache/jmeter/engine/DistributedRunner.java:
##
@@ -262,21 +262,21 @@ private void println(String s) {
private void errln(String s
vlsi commented on code in PR #724:
URL: https://github.com/apache/jmeter/pull/724#discussion_r944205050
##
src/core/src/main/java/org/apache/jmeter/engine/DistributedRunner.java:
##
@@ -60,7 +60,7 @@ public class DistributedRunner {
private final int retriesDelay;
priv
arthur-zhang commented on code in PR #724:
URL: https://github.com/apache/jmeter/pull/724#discussion_r944273600
##
src/core/src/main/java/org/apache/jmeter/engine/DistributedRunner.java:
##
@@ -60,7 +60,7 @@ public class DistributedRunner {
private final int retriesDelay;
codecov-commenter commented on PR #724:
URL: https://github.com/apache/jmeter/pull/724#issuecomment-1214536289
#
[Codecov](https://codecov.io/gh/apache/jmeter/pull/724?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software
vlsi commented on code in PR #724:
URL: https://github.com/apache/jmeter/pull/724#discussion_r945444163
##
src/core/src/main/java/org/apache/jmeter/report/dashboard/ReportGenerator.java:
##
@@ -352,7 +352,6 @@ private void addGraphConsumer(FilterConsumer nameFilter,
kaola89 opened a new pull request, #725:
URL: https://github.com/apache/jmeter/pull/725
## Description
Add Chinese Simplified Translation for Open Model Thread Group
## Motivation and Context
Add Chinese Simplified Translation for new component
## Checklist:
SampathKumarAmex opened a new pull request, #726:
URL: https://github.com/apache/jmeter/pull/726
## Description
Used JUnit 5 assertions in the test to keep it consistent with @Test
annotation (JUnit 5)
## Motivation and Context
Used JUnit 5 assertions in the test to keep it cons
codecov-commenter commented on PR #723:
URL: https://github.com/apache/jmeter/pull/723#issuecomment-1232243166
#
[Codecov](https://codecov.io/gh/apache/jmeter/pull/723?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software
haideralii commented on PR #660:
URL: https://github.com/apache/jmeter/pull/660#issuecomment-1235306623
@woonsan can you describe how can I use the jmete variable in graphQL
variables?
like I have below variable how can I use groupId as integer, same like topic
Id which is currently stat
woonsan commented on PR #660:
URL: https://github.com/apache/jmeter/pull/660#issuecomment-1237631660
@haideralii , this was originally to fix the problem reported at
https://bz.apache.org/bugzilla/show_bug.cgi?id=65108. Please see the example in
the ticket. And if needed, please continue di
vlsi opened a new pull request, #727:
URL: https://github.com/apache/jmeter/pull/727
## Motivation and Context
HeaderManager consumes heap, and it looks it can be reused between threads.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
vlsi opened a new pull request, #728:
URL: https://github.com/apache/jmeter/pull/728
## Description
See
https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
This change is needed for activating GitHub issues.
--
This is an automated m
dependabot[bot] opened a new pull request, #1:
URL: https://github.com/apache/jmeter-bugzilla-attachments/pull/1
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.23 to
1.31.
Commits
https://bitbucket.org/snakeyaml/snakeyaml/commits/a3e641b8d6337d9916b5d709278
vlsi merged PR #728:
URL: https://github.com/apache/jmeter/pull/728
--
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
F
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
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://
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
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
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
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
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
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
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
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
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:
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
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:
+ -
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
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
codecov-commenter commented on PR #5712:
URL: https://github.com/apache/jmeter/pull/5712#issuecomment-1257149871
#
[Codecov](https://codecov.io/gh/apache/jmeter/pull/5712?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softw
dependabot[bot] commented on PR #1:
URL:
https://github.com/apache/jmeter-bugzilla-attachments/pull/1#issuecomment-1257156845
Dependabot tried to update this pull request, but something went wrong.
We're looking into it, but in the meantime you can retry the update by
commenting `@dependab
1 - 100 of 1316 matches
Mail list logo