Skip to content

pydantic validation errors when starting a testrun #214

@andmat900

Description

@andmat900

Description

After pydantic upgrade to 2.6 it is not possible to start a test run due to pydantic validation error:

File "/usr/local/lib/python3.9/site-packages/pydantic/main.py", line 171, in _init_
self._pydantic_validator_.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 3 validation errors for Activity
triggered
Field required [type=missing, input_value={}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missingcanceled
Field required [type=missing, input_value={}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missingfinished
Field required [type=missing, input_value={}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missing[Pipeline] }

Additional Context

No response

Logs

No response

Expected Behavior

It shall be possible to start a test run.

Steps To Reproduce

No response

The version of this project/repo, if applicable

No response

The version/edition of the Eiffel Protocol used, if applicable

main

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions