A middleware abstraction library that provides a simple programming interface to various compute and storage resources.
34
stars
17
forks
source link
name and max memory missing in toString()/hashCode()/equals() of JobDescription/JobStatusImplementation #612
Closed
sverhoeven closed 6 years ago
For tests in xenon-cli I depend on the equals() to assert proper construction of JobDescription and JobStatusImplementation objects.
Currently the name and maxMemory properties are ignored in the equals() method. This causes false positives in the tests.