Commit Graph

49 Commits

Author SHA1 Message Date
Jonathan Shook
ae19037bce remainder of changes for scenario rework that need to be itemized 2023-12-06 14:26:53 -06:00
Jonathan Shook
a2ac3e3f75 structuring and naming changes 2023-12-06 14:26:29 -06:00
Jonathan Shook
921c6e17e3 cleanups and minor docs 2023-10-23 08:42:19 -05:00
Jonathan Shook
137ce31136 findmax 80% ready 2023-10-23 08:42:19 -05:00
Jonathan Shook
bff86b5525 bursty cycle rate test online 2023-10-23 08:42:19 -05:00
Jonathan Shook
9fa711b7ab checkpoint 2023-10-23 08:42:19 -05:00
Jonathan Shook
0699b446a6 remove duplicitous call path 2023-10-23 08:42:19 -05:00
Jonathan Shook
945f48983c scenario tests stubbed, error handling in session fixed, mvn verify works now 2023-10-23 08:42:19 -05:00
Jonathan Shook
bed3070495 fixed empty runScenario method and made it final 2023-10-23 08:42:19 -05:00
Jonathan Shook
7be8fd0708 minor updates, notes collected into gh issues 2023-10-23 08:42:19 -05:00
Mark Wolters
3bc5115b17 1st cut plugin adapters 2023-10-23 08:42:19 -05:00
Jonathan Shook
3ec511f61f partial progress to moving instrumentation 2023-10-23 08:41:17 -05:00
Jonathan Shook
835c74597a SCDryRunScenarioTest running like js analog now 2023-10-23 08:41:17 -05:00
Jonathan Shook
17052eaadf rework scenario invocation for better tests, unit test running only 2023-10-23 08:41:17 -05:00
Jonathan Shook
b0e984c55f basic component lifetimes working 2023-10-23 08:41:17 -05:00
Jonathan Shook
90519b9337 more fixes 2023-10-23 08:41:17 -05:00
Jonathan Shook
5cc0a51fc8 update integrated tests to use new metrics names 2023-08-28 16:14:22 -05:00
Jonathan Shook
745d203766 align test name to file 2023-08-16 15:44:29 -05:00
Jonathan Shook
99b84d5e35 align test name to file 2023-07-27 12:39:30 -05:00
Jonathan Shook
b324c59c11 remove package element from log4j2 configs 2023-06-06 09:03:13 -05:00
Jonathan Shook
963c481b26 update tests for stmt form 2023-05-18 14:58:23 -05:00
Jonathan Shook
30992793ed clarify multiple scenario entry points 2023-05-18 14:58:08 -05:00
Jeff Banks
02ff160b3c
Metrics Publishing (#1234)
Included the following with core changes to allow labeled metrics for Prometheus exposition format publishing.
* javadoc updates
* remove extra types
* use NBLabeledElement instead of NBNamedElement
* contextualize NBLabeledElement for graphite/metrics
* externalize labeled ScriptContext to API
* add labels to NicerTimer
* remove partial packaging
* more progress on formatting for prom exposition format
* added metrics diagram
* resolve build issues with label params
* resolve build issues with label params
* prometheus export services
* added PromExpoFormat Tests for NBMetricMeter(Counting+Sampling) and NBMetricTimer(Counting)
* added test for Gauge Formatting
* added Gauge Formatting as well as Sampling values (count, stdev ...)
* added sketch for metrics labeling contexts
* add NBLabeledElement in all the places, retool calling paths to use it
* synchronize antlr versions after partial snyk change
* unbreak static initializer block after IntelliJ "fixed" it.
* engine-api - adapt to NBLabeledElement
* adapters-api - adapt to NBLabeledElement
* nb-api - adapt to NBLabeledElement
* engine-core - adapt to NBLabeledElement
* misc-adapters - adapt to NBLabeledElement
* streaming-adapters - adapt to NBLabeledElement
* add missing test
* initial implementation of a prom push reporter
* Resolve build issue with parseGlobalOptions
* replaced with PromPushReporter
* cleanup unused deps
* dependency removal for micrometer
* allow empty labels for tests
* change space.getName to space.getSpaceName
* cleanup poms
* graphite linearization now includes space element
* http adapter should only depend on adapters API
* http space does not create its own metric names
* import cleanups
* improved javadocs
* introduce component concepts

---------

Co-authored-by: Jonathan Shook <jshook@gmail.com>
Co-authored-by: Mike Yaacoub <mike.yaacoub@datastax.com>
2023-05-09 09:52:42 -05:00
Jonathan Shook
69be6a1062 make tests use workload instead of yaml 2023-01-23 12:17:13 -06:00
Jonathan Shook
688a6f728f run example tests serially for now 2023-01-05 15:31:20 -06:00
Jonathan Shook
865c0ac387 remove previous "nb" module, which will be replaced by the nb5 module soon 2023-01-05 14:38:06 -06:00
Jonathan Shook
f379ad2927 deactivate rest module with old dependencies 2023-01-05 14:37:10 -06:00
Jonathan Shook
f412505690 consolidate error tests 2023-01-05 14:36:58 -06:00
Jonathan Shook
48055fe95f reduce logging output for integrated tests 2022-12-21 18:02:23 -06:00
Jonathan Shook
fd8e871da5 use local logger at debug level for any test output 2022-12-21 17:52:09 -06:00
Jonathan Shook
4f4b4982c8 templatize test logging level for logger setup and root logger 2022-12-20 23:11:55 -06:00
Jonathan Shook
077b41a3c6 misc naming, typo and formatting improvements 2022-12-20 20:03:22 -06:00
Jonathan Shook
1816381f97 make integrated tests more robust 2022-12-20 20:03:12 -06:00
Jonathan Shook
86c4dfd966 partial fixes for nosqlbench-797 Race condition between exceptional activity shutdown and normal scenario shutdown. 2022-11-30 11:17:10 -06:00
jeffbanks
eb1de8f1d5 Timing changes for github actions to properly perform build/test step. 2022-11-14 10:39:10 -06:00
Jonathan Shook
c55bbfc127 adapters ("drivers") can be specified per op template within a workload 2022-06-29 20:45:27 -05:00
Jonathan Shook
182bd44b1b add example for scenario spec test 2022-06-22 09:28:49 -05:00
Jonathan Shook
3d23506b46 cleanup of old scripts 2022-06-22 09:28:15 -05:00
Jonathan Shook
298fc89c8f cleanup of old scripts 2022-06-21 21:28:23 -05:00
Jonathan Shook
f971e726df move integration tests to proper scope 2022-06-16 15:13:35 -05:00
Jonathan Shook
0affcea559 improve example scripts 2022-06-16 15:13:32 -05:00
Jonathan Shook
11fa68ca20 fix threadchange integrated test 2022-06-16 15:13:21 -05:00
Jonathan Shook
5dbeff9911 docs updates 2022-06-16 15:13:17 -05:00
Jonathan Shook
f699b4f83f refactor activity specific signatures into faceted naming interface 2022-06-09 15:02:25 -05:00
Jonathan Shook
6dd1c43db3 move integrated testing to separate module 2022-06-09 15:01:02 -05:00
Jonathan Shook
fa2847a613 provide typed update interface for dynamic params 2022-06-09 15:00:58 -05:00
Jonathan Shook
cf5ae84abd restructure integrated tests as living examples 2022-06-09 15:00:49 -05:00
Jonathan Shook
c29e759b8d partial progress towards diag replacement in tests 2022-06-01 12:48:26 -05:00
Jonathan Shook
6d1bfd10b6 add nbr-examples to contain integrated test suite as examples 2022-05-31 20:49:09 -05:00