You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new API (#1054) , former methods about "tests" are now called "job_*". We can now disambiguate our usage of the "test" term which refers to a lot of thing in our Zonemaster context (a testcase, a unit test, a test of a zone). Now we can refer to a job as being a task performed by the TestAgent that tests a zone.
For instance in some places test_id can be replaced with job_id in the new methods' documentation and implementation.
There are also places where we use id, hash_id, finished_test_ids, test_params and frontend_params for things related to jobs. These should also be taken care of at the same time.
We should limit the scope of this issue to exclude the batch methods and handle those parameters separately in order to avoid conflicts with other issues.
I suggest we rename parameter names according to this table.
With the new API (#1054) , former methods about "tests" are now called "job_*". We can now disambiguate our usage of the "test" term which refers to a lot of thing in our Zonemaster context (a testcase, a unit test, a test of a zone). Now we can refer to a job as being a task performed by the TestAgent that tests a zone.
For instance in some places
test_id
can be replaced withjob_id
in the new methods' documentation and implementation.Stabilization
Tracking issue
Affected interfaces
Incompatibly changed:
Dependencies
None
Overlapping proposals
None
The text was updated successfully, but these errors were encountered: