OSC / osc-machete

High level interface to submitting and checking the status of batch jobs (currently OSC specific)
MIT License
1 stars 0 forks source link

Address inconsistency with Symbols and Strings for Job#status in machete #37

Closed ericfranz closed 8 years ago

ericfranz commented 9 years ago

Summary:

This commit addressed a problem that this inconsistency caused:

https://github.com/AweSim-OSC/osc-machete/commit/0feaf68afa071276372e96e98c9506972a27db02

This inconsistency might have been introduced by an earlier confusion on how ActiveRecord persisted symbols to a database column. When we address rearchitecture, including using a status value object, we just need to make sure that if we serialize that status value and deserialize it later it has a consistent value.

ericfranz commented 8 years ago

32 will address this