This message was deleted.
# community-news
s
This message was deleted.
k
and would be nice to be able to output a CSV you could import elsewhere instead of the local DB
m
@Ken Yee Currently, Java heap/GC history is not available in metrics. I will put it in the upcoming "Request Feature" list and investigate it.
👍 1
thank you 1
k
please also consider CSV output 🙂
🙏 1
m
@Ken Yee Plugin has the ability to be used in user local computer and the CI machine. because of that I used ORM and real database(Sqlite, MySql) But, I will put the CSV output in the "Request Feature" list as a new feature and investigate to have it in upcoming version
thank you 1
@Ken Yee Thank you for reviewing the Plugin and sending your feedback.
👍 1
m
You plugin looks great, but when I try it myself on our large build, first this happens:
Copy code
Resolution of the configuration :componentTestReportResults was attempted from a context different than the project context. Have a look at the documentation
Then this happens:
Copy code
* Exception is:
java.util.ConcurrentModificationException
        at org.gradle.api.internal.DefaultDomainObjectCollection$IteratorImpl.next(DefaultDomainObjectCollection.java:485)
        at org.gradle.api.internal.tasks.DefaultTaskContainer$5.next(DefaultTaskContainer.java:629)
        at org.gradle.api.internal.tasks.DefaultTaskContainer$5.next(DefaultTaskContainer.java:621)
        at io.github.janbarari.gradle.extension.GradleExtensionsKt.getNonCacheableTasks(GradleExtensions.kt:104)
        at io.github.janbarari.gradle.analytics.scanner.ScannerUtils.setupExecutionService$lambda-5(ScannerUtils.kt:60)
        at org.gradle.configuration.internal.DefaultUserCodeApplicationContext$CurrentApplication$1.execute(DefaultUserCodeApplicationContext.java:123)
m
Hmmm @Markus Maier Can you create an Issue and upload the full Stacktrace in plugin Github page? I will work on it today
m
Will do!
thank you 1