flent icon indicating copy to clipboard operation
flent copied to clipboard

add test conf files to test results

Open moeller0 opened this issue 3 years ago • 2 comments

Hi Toke,

I just got hold of a flent.gz file from somebody with a new test, and my flent can not open that file (makes sense, since the tests is unknown). Would it be an option to have the actual test.conf file embedded into the flent data, so opening somebody else's test would work? It would be very convenient, if not only opening of such files would work, but also extraction of the test file to the flent/test (unless the test exosts already). But maybe the whole idea has privacy issues that doom it?

moeller0 avatar May 03 '21 11:05 moeller0

moeller0 @.***> writes:

Hi Toke,

I just got hold of a flent.gz file from somebody with a new test, and my flent can not open that file (makes sense, since the tests is unknown). Would it be an option to have the actual test.conf file embedded into the flent data, so opening somebody else's test would work? It would be very convenient, if not only opening of such files would work, but also extraction of the test file to the flent/test (unless the test exosts already). But maybe the whole idea has privacy issues that doom it?

Yeah, test.conf files are Python code; so no, that should definitely not be embedded into a data file ;)

The right way to get around this would to make Flent smarter about parsing out data series and plotting them without having the pre-defined plots...

tohojo avatar May 03 '21 11:05 tohojo

Ah, thanks, just unzipped the file, and I see what you mean about not including the python code. I had this completely wrong idea, that a flent.gz would be a zipped directory containing a set of different files, not sure why (I must be confusing two different projects her, but I fail to remember what the second is).

By now I got hold of the missing test.conf files, but the next time I encounter this issue I know where to poke/what to do ;)

moeller0 avatar May 03 '21 11:05 moeller0