Open mattias-p opened 1 year ago
I see no traces of them in the database schema, but see #1116 where something like it is asked for.
Me neither! I just took for granted that we stored them in the test_results table since we make the effort to accept and validate them. I guess it's settled that it's not important then.
client_id
and client_version
are meaningless, but the possibility to store "private data" in the table is requested for our batch tests.
Today
job_create
andbatch_create
takeclient_id
andclient_version
parameters. We make the effort to document and validate them but then we just throw their values away. We should remove these parameters from bothjob_create
andbatch_create
.Edit: Up until now I was assuming that we were in fact persisting these arguments in the database, but apparently we don't. I've updated the title and description of this issue to reflect this fact.
Stabilization
Tracking issue
Affected interfaces
Incompatibly changed:
Dependencies
None
Overlapping proposals
None