Page MenuHomeSoftware Heritage

launchpad/tasks: Fix ping task function name
ClosedPublic

Authored by anlambert on Jan 28 2021, 4:12 PM.

Details

Summary

An exception is raised when registering task types in scheduler database otherwise.

swh.core.api.RemoteException: <RemoteException 500 NotNullViolation: ['null value in column "description" violates not-null constraint\nDETAIL:  Failing row contains (ping, null, swh.lister.launchpad.tasks.ping, 1 day, 1 day, 1 day, 1, null, null, null).\n']>

I should have tested one more time in docker before landing D4962, my bad.

Diff Detail

Repository
rDLS Listers
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 18862
Build 29223: Phabricator diff pipeline on jenkinsJenkins console · Jenkins
Build 29222: arc lint + arc unit

Event Timeline

Build is green

Patch application report for D4964 (id=17719)

Rebasing onto f862004700...

Current branch diff-target is up to date.
Changes applied before test
commit d5aff137976eee52b155bc0dd741d521dc1189de
Author: Antoine Lambert <antoine.lambert@inria.fr>
Date:   Thu Jan 28 16:11:25 2021 +0100

    launchpad/tasks: Fix ping task function name
    
    An exception is raised when registering task types in scheduler database otherwise.

See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/220/ for more details.

This revision is now accepted and ready to land.Jan 28 2021, 5:33 PM

Build is green

Patch application report for D4964 (id=17722)

Rebasing onto 0ad37740d9...

Current branch diff-target is up to date.
Changes applied before test
commit e8725eb2476ce6d29783ca90928268c56bfb12ba
Author: Antoine Lambert <antoine.lambert@inria.fr>
Date:   Thu Jan 28 16:11:25 2021 +0100

    launchpad/tasks: Fix ping task function name
    
    An exception is raised when registering task types in scheduler database otherwise.

See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/222/ for more details.