Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish to Central Repository #11

Open
tilln opened this issue Mar 28, 2021 · 10 comments
Open

Publish to Central Repository #11

tilln opened this issue Mar 28, 2021 · 10 comments

Comments

@tilln
Copy link

tilln commented Mar 28, 2021

Hi @sgoeschl

Would you consider publishing to the Maven Central Repository?

I have been looking for a usable JTL parser i.e. XSLT replacement for a while and just come across this which seems to fill that gap exactly.

If the JMeter project does not want to adopt it then making it available as a Maven artifact may be the next best solution?

Thanks!

@sgoeschl
Copy link
Owner

Hi Till, I will have a look at it in a couple of weeks - for know I'm drowning in work due to ISO-8583 message processing :-)

@tilln
Copy link
Author

tilln commented Mar 31, 2021

Hi Siegfried,

I've been doing ISO-8583 for the last two years so I know how much fun you're having ;-)

@sgoeschl
Copy link
Owner

sgoeschl commented Apr 1, 2021

It would be more fun if I would have two years of experience under my belt :(

@tilln
Copy link
Author

tilln commented Apr 1, 2021

Well, happy to help. I've been getting my head around the jPOS framework if you happen to use that.
Though mainly for testing purposes (functional and performance).

@sgoeschl
Copy link
Owner

sgoeschl commented Apr 21, 2021

Release 1.0.5 so the latest and greatest stuff is on the "master" branch - please note that man class changed from org.apache.jmeter.extra.report.sla.Main to com.github.sgoeschl.jmeter.report.sla.Main

I prepared the Maven project for an upload to Maven Central but I need to read through current process - but still some progress :)

@sgoeschl
Copy link
Owner

@tilln Could you have a look at https://github.com/sgoeschl/jmeter-sla-report/tree/ISSUE-11

  • That version would be published as 1.0.6
  • Please note I changed Maven package id to com.github.sgoeschl.jmeter to be consistent with my other lonely artefact
  • Could you give it test and report any issues? Should be fixed before publishing ...

@tilln
Copy link
Author

tilln commented Apr 25, 2021

@sgoeschl I'm going to need some more time to do this, as I've found a couple of oddities, e.g. around error samples, which I'll report as separate issues.

@sgoeschl
Copy link
Owner

@tilln Any findings on your side? The oddities might be implementation decisions from my side :)

@tilln
Copy link
Author

tilln commented Sep 22, 2021

Sorry about the long delay. I just remembered that there was some outstanding issue here :)

When trying to process a results file with nothing but errors you'd get an ArrayIndexOutOfBoundsException in writeKiloBytesReceivedDetailTable when trying to sort the rawData, apparently because the kiloBytesReceivedMonitorProvider never got any data.
I had tried to fix this by collecting bytesReceived on failures too, but that seems to have other side effects as it breaks some unit tests (the failure would be reported twice). I haven't yet looked into it further unfortunately.

@sgoeschl
Copy link
Owner

sgoeschl commented Oct 8, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants