xenon-middleware / xenon

A middleware abstraction library that provides a simple programming interface to various compute and storage resources.
http://xenon-middleware.github.io/xenon/
Apache License 2.0
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

sverhoeven commented 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.

jmaassen commented 6 years ago

Doh! I forgot to add those.

Will fix