GCHQDeveloper314

Results 41 issues of GCHQDeveloper314

While looking at #2591 it was discovered that tests involving Hadoop/Accumulo do not work on Windows. For Hadoop "Native IO is mandatory on Windows and without it you will not...

enhancement

Accumulo 2 became the default version of Accumulo in Gaffer in #2679. Accumulo 1 support was retained with a `legacy` profile. Currently the CI runs tests for all Maven modules...

automation

Currently the [integration-test](https://github.com/gchq/Gaffer/tree/v2-alpha/integration-test) module is untested. It defines test classes which are used/extended by various Gaffer stores, but these tests are not tested themselves (unit or integration). Usually tests don't...

enhancement
p:low

It appears that all the dependencies required by Gaffer are available in Maven central, which is the default repository used by Maven. Although this may not have been the case...

good first issue

The dependency cache step is using v2 of the [cache action](https://github.com/actions/cache), v3 is the latest. It is also not excluding Gaffer JARs from the cache. Gaffer JARs should be excluded...

automation

The `core-rest` ITs have a problem where if the `OperationServiceV1IT` test is run after V2 test versions (potentially just `OperationServiceV2IT`) it does not work correctly and becomes stuck, never finishing...

bug

Accumulo 2 became the default version of Accumulo in Gaffer in #2679. Accumulo 1 support was retained with a `legacy` profile. The shaded JARs created with this profile (e.g. `spring-rest`...

The Accumulo team state that "Code not in the public API should be considered unstable, at risk of changing between versions" (see [the Public API Definition](https://accumulo.apache.org/api/) and [this blog post](https://accumulo.apache.org/blog/2019/11/04/checkstyle-import-control.html))....

tech-debt
accumulo-store

Certain tests produce an excessive amount of output. This includes: - Unnecessary stack traces caused by expected exceptions which are part of testing - A very large verbose output from...

tech-debt

Kerberos support will be added to the Accumulo store under #2614. This doesn't include adding support for Kerberos to the Spark Accumulo library. Adding that support will build on the...

enhancement
spark