Skip to content

Disambiguate usage of the term "test" by using "job" #1084

Description

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions