Tina Müller (tinita)

Results 411 comments of Tina Müller (tinita)

test passing now: ``` [09:58:54] t/api/13-influxdb.t ................ ok ```

Normally we could check `$OpenQA::Isotovideo::Interface::version >= 28`, right? But I guess that's not very nice for a change with over 200 lines

@jknphy there will be an email sent to the openqa mailing list after deployment.

I retriggered the Tumbleweed OBS test, there is already a ticket about [the failing 27-consoles-vmware.t test](https://progress.opensuse.org/issues/114881)

I agree that exceptions should be used for such cases. But I wouldn't just use a simple `die`, but something like `NotFoundException('message')`. And to actually turn that into a 404...

> Skimming through the code, it seems that `testid` is a required route placeholder with number validation. Why do you need to do any null checks at all if it...

@adrianschroeter Would that be in the flatpak.yaml file in a custom field, or do you think about adding a .spec file?

Ok, I added `require_order`

Some clarification regarding terminology: YAML basically has two styles: block and flow style. (also see https://www.yaml.info/learn/flowstyle.html) ``` x: - block - style - sequence y: [flow, style, sequence] ``` When...