Actions
action #56876
closedYAML setting overwrite each other
Description
proof of concept: https://github.com/os-autoinst/openQA/pull/2329
I deployed this version to fix production, but having a little more compact test case sounds reasonable :)
But note that even this lengthy test case fails randomly - as we do not sort the keys of yaml
Updated by tinita over 5 years ago
coolo wrote:
But note that even this lengthy test case fails randomly - as we do not sort the keys of yaml
I think we should fix that too. Whenever we iterate over hash keys and it's not super important to be performant and a large hash, then we should sort.
Updated by tinita over 5 years ago
- Status changed from New to In Progress
- Assignee set to tinita
Updated by tinita over 5 years ago
- % Done changed from 0 to 100
Updated by coolo over 5 years ago
- Status changed from In Progress to Resolved
- Target version changed from Current Sprint to Done
Actions