willr3

Results 17 comments of willr3

I know ran into the assumption about FABAN_HOME once before when fixing the CmdAgentImpl (google-groups link)[https://groups.google.com/forum/#!topic/faban-users/rC9ZEtqyevY]. The documentation does mention that it is preferred to have the same FABAN_HOME across...

if the runs are already stored in `run/XXXX` do we need to also change the json file name? I do like the idea of the hooks mutating the default file,...

I think I like the idea of supporting `"cpu":[1,8]` as a multi-select instead of creating a custom encoding using `*` or `{1,8}`. Horreum could enable the array of options either...

Yes, we could create a sql that performs all N checks in a single query. It would be a massive query but that isn't new for Horreum. I have an...

We should also remove the `filtering` and `metric` boolean attributes from `labels` and change the UI. The UI currently loads each `filtering` metric into a select with a drop down...

Adding to this as I saw additional intermittent failures when running tests on CI ``` Error: Failures: Error: SchemaServiceTest.testCreateSchemaAfterRunWithArrayData:307->lambda$testCreateSchemaAfterRunWithArrayData$5:308->lambda$testCreateSchemaAfterRunWithArrayData$4:312 expected: but was: Error: SchemaServiceTest.testCreateSchemaAfterRunWithMultipleSchemas:342->lambda$testCreateSchemaAfterRunWithMultipleSchemas$7:343->lambda$testCreateSchemaAfterRunWithMultipleSchemas$6:347 expected: but was: Error: SchemaServiceTest.testCreateSchemaAfterRunWithObjectData:376->lambda$testCreateSchemaAfterRunWithObjectData$9:377->lambda$testCreateSchemaAfterRunWithObjectData$8:381 expected:...

Is Horreum going toward the model of pulling data in addition to receiving uploads? I agree we have use cases where pulls are necessary but is that something that belongs...

The compare function changed with release `0.12`. It now accepts a url and Horreum will append `id=` for each selected run. see #1328

That is an interesting idea. Have you seen a "bulk create" button in another product or service where you might be able to share a screen shot? It would be...