Jonathan Shook

Results 257 issues of Jonathan Shook

Example query: write-core-cql: tags: group: main engine-core: true operation: write query: cql statements: - name: write-core-cql params: instrument: true cl: LOCAL_QUORUM

Although the driver.basic.request.consistency=LOCAL_QUORUM ... parameter was accepted by the cqld4 driver, it does not appear to be applied at the statement level. It looks like there is a disconnect when...

These settings should be uniformly configurable for all metrics reporting channels, so that when users compare data between them, they know that the data is being captured and reduced in...

There is a significant amount of documentation built-in to the NoSQLBench project in the form of Javadocs. These need to be published to a separate site via CI/CD automatically when...

NEEDS REVIEW

`WeightedStrings('one;two;three;four;five')` should yield 'one', 'two', 'three', 'four', 'five' in order and repeat. There is a boundary condition in the logic which needs to be fixed for this trivial example to...

bug
validated
works-as-designed

**The scope of this issue is targeted to security and vulnerability related checks. General code quality analysis is a separate issue.** Automated vulnerability scanning should be run against all releases,...

For example: * how do we ensure that there are no known security issues? * How do we make sure that the plugins work as expected? * What is our...

docs
missing_detail

Release notes are attached which explain all the core improvements since the last release. This should happen via an automated build mechanism for all stable and preview releases.

The previous docs system has been retired, but with it some of the CI/CD automation too. The docs which are tightly coupled with code (for good reasons) should also be...

**The scope of this issue is targeted to general code quality related checks. Security analysis is a separate issue #499.** Automated testing of code quality should be done via github...