kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1866] Enable jar-depending Integration Tests #1973

Open rju opened 2 weeks ago

rju commented 2 weeks ago

JIRA Issue: KIEKER-1866 Enable jar-depending Integration Tests Original Reporter: David Georg Reichelt


Currently, probes are only tested ad-hoc. To assure that instrumentation using the defined probes works correctly, a integration test should be defined.

Since this integration test needs to rely on the built AspectJ Jar, they need a separate gradle task which should be run after the AspectJ Jar is created.

rju commented 2 weeks ago

author rju -- Wed, 24 May 2023 14:27:32 +0200

Is this still a thing?

rju commented 2 weeks ago

author DaGeRe -- Wed, 24 May 2023 14:31:27 +0200

Yes, but it can also be done in 2.1.0 or later.