kieker-monitoring / kieker

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

[KIEKER-796] OPAD/Tslib failure in Juint Test rbridge #887

Open rju opened 1 week ago

rju commented 1 week ago

JIRA Issue: KIEKER-796 OPAD/Tslib failure in Juint Test rbridge Original Reporter: Imported User 23


Next Junit test package kieker.test.tools.junit.rbridge faild, too.

final Object result = r.e("plotAnomaly(combined, '/Users/tom.frotscher/Documents/ThesisStuff/Plots/junit_testplot.pdf', 1323437034798, 2000)");

First of all there is an absolut path, but the bigger problem is, we couldn't find the R function plotAnomaly in R ( also google, couldn't help us to find plotAnomaly).

Possible solution: final Object result = r.e("combined <<- cbind(measures, forecasts, anomalies)");

Checklist:

rju commented 4 days ago

author André van Hoorn -- Wed, 12 Mar 2014 20:29:24 +0100

See also KIEKER-780 Done , KIEKER-1156 Done

rju commented 4 days ago

author André van Hoorn -- Wed, 12 Mar 2014 20:33:30 +0100

Replying to KIEKER-796 Done :
> Next Junit test package kieker.test.tools.junit.rbridge faild, too.
>
> final Object result = r.e("plotAnomaly(combined, '/Users/tom.frotscher/Documents/ThesisStuff/Plots/junit_testplot.pdf', 1323437034798, 2000)");
>
> First of all there is an absolut path, but the bigger problem is, we couldn't find the R function plotAnomaly in R ( also google, couldn't help us to find plotAnomaly).
>
> Possible solution: final Object result = r.e("combined <<- cbind(measures, forecasts, anomalies)");
>

I assume that this is a function provided by the missing files includes.r, plotting2.r ( KIEKER-1156 Done ). I've contated Till whether he has these files.

However, as these seem to be plotting functions, they shouldn't be too relevant (probably mainly for debugging purposes by manual executing the tests). I'd suggest not to spend too much time on fixing them. Just deactivate. A ticket for deactivated tests would be nice.

rju commented 4 days ago

author André van Hoorn -- Thu, 13 Mar 2014 11:09:55 +0100

>
> I assume that this is a function provided by the missing files includes.r, plotting2.r ( KIEKER-1156 Done ). I've contated Till whether he has these files.

Files now attached:

1. attachment:includes.r
1. attachment:plotting2.r

Thanks to Till!

rju commented 4 days ago

author André van Hoorn -- Wed, 25 Jun 2014 15:30:23 +0200

Resolved in the meantime