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.
Stabilization
Tracking issue
Affected interfaces
Incompatibly changed:
- job_status
- job_results
- domain_history
- batch_create
- batch_status
Dependencies
None
Overlapping proposals
None
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_idcan be replaced withjob_idin the new methods' documentation and implementation.Stabilization
Tracking issue
Affected interfaces
Incompatibly changed:
Dependencies
None
Overlapping proposals
None