DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Assign UIDs to jobs in the AddCommand.execute() method #136

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

The current implementation of AddCommand.execute() is wrong, since the job UID is not set before the job is added in the database.

We need to somehow generate a UID, and also add tests for that. The command doesn't have any tests!

ammen99 commented 4 years ago

@M1keReck Any updates on this? We need it for proper testing since otherwise we don't have the user client.