DistributedTaskScheduling / JobAdder

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

removed error logs from database #160

Closed FellowPlanter closed 4 years ago

FellowPlanter commented 4 years ago

Most tests cause the logger to log errors because some methods check if a job with a given uid exists in the database or not, so there's always an error when a new job is added because it's not in the database yet.