ru-fix / distributed-job-manager

DistributedJobManager will balance workload between servers for you.
https://ru-fix.github.io/distributed-job-manager
3 stars 1 forks source link

Refactor WorkPooledMultiJobIT #73

Closed KazankovMarch closed 4 years ago

KazankovMarch commented 4 years ago

Blocks in #78

WorkPooledMultiJobIT is overloaded.

I transferred from it

  1. djm creation method to super class, and used it everywhere as possible
  2. cleaning test to separate test-class
  3. method for verification distribution of StubbedJob to StubbedJob class

I want to use method for verification distribution of StubbedJob in new tests, but i don't want to expand WorkPooledMultiJobIT class