willr3

Results 16 issues of willr3

The [GenericBenchmark.start()](https://github.com/akara/faban/blob/master/harness/src/com/sun/faban/harness/engine/GenericBenchmark.java#L321) changes runStates to Run.COMPLETED but there are still several run related steps that can log to the run log or potentially hang. I do not see a runStatus...

We have a Faban environment with a master and 2 agents. The master FABAN_HOME is ~/code/project/faban/ and FABAN_HOME on the agents is ~/faban/. Agents load classes from jars in ~/code/project/faban...

filters were created for 2 use cases: 1. Does the provided filter object exist in the label value map? This allows user to pass in a "subset" of the label...

Horreum currently mutates user data by adding or changing the `$schema` field. Horreum should not assume it has ownership of user's data but should instead treat user data as immutable....

type/bug
priority/hold
priority/high

I tried to add: ```java @Inject TestService testService; ... List elvs = testService.labelValues(t.id,"","","",true,true,"start","Ascending",Integer.MAX_VALUE,1,Arrays.asList("labelFoo"),Collections.emptyList()); ``` To the TestServiceTest but it throws an exception when trying to run in intellij ``` java.lang.IllegalStateException:...

``` 2024-03-07 07:25:39,560 ERROR [io.hyp.too.hor.svc.Util] (vert.x-worker-thread-3) Failed to execute blocking task [Error Occurred After Shutdown]: java.lang.IllegalStateException: Session/EntityManager is closed at org.hibernate.internal.AbstractSharedSessionContract.checkOpen(AbstractSharedSessionContract.java:429) at org.hibernate.engine.spi.SharedSessionContractImplementor.checkOpen(SharedSessionContractImplementor.java:186) at org.hibernate.internal.AbstractSharedSessionContract.checkOpenOrWaitingForAutoClose(AbstractSharedSessionContract.java:447) at org.hibernate.internal.SessionImpl.checkOpenOrWaitingForAutoClose(SessionImpl.java:616) at org.hibernate.internal.SessionImpl.getPersistenceContext(SessionImpl.java:1825) at...

type/bug
branch/master
branch/stable
area/backend
priority/medium

## Changes proposed Adds storybook stories for the `components` to help visualize changes and start ui testing

Testes are currently sorted by folder based on a column on the `test` table that contains `/` separated folder names Building a complete folder tree requires scanning all visible tests...

type/enhancement
branch/master
area/UI
area/backend

**Describe the bug** We should not run user provided javascript functions in the browser. 1. They are a stability issue for any errors that escape sandboxing See #1328 and set...

type/bug
type/enhancement
area/UI
priority/medium

This is a general design consideration: `api/test/{id}/labelValues` and `api/run/{id}/labelValues` both return `List` `api/dataset/{id}/labelValues` returns `List` which is more a list of `Labels` with `Values` from a particular dataset. `LabelValuesModal.tsx` uses...

type/enhancement
area/backend
priority/high