teraslice-test-harness 1.0.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  > A helpful library for testing teraslice jobs, operations, and other components.
6
6
 
7
- This a package within the [Teraslice](https://github.com/terascope/teraslice) monorepo. See our [documentation](https://terascope.github.io/teraslice/docs/packages/teraslice-test-harness/overview) for more information or the [issues](https://github.com/terascope/teraslice/issues?q=is%3Aopen+is%3Aissue+label%3Apkg%2Fteraslice-test-harness) associated with this package
7
+ This is a package within the [Teraslice](https://github.com/terascope/teraslice) monorepo. See our [documentation](https://terascope.github.io/teraslice/docs/packages/teraslice-test-harness/overview) for more information or the [issues](https://github.com/terascope/teraslice/issues?q=is%3Aopen+is%3Aissue+label%3Apkg%2Fteraslice-test-harness) associated with this package
8
8
 
9
9
  ## Contributing
10
10
 
@@ -6,9 +6,6 @@ export interface JobHarnessOptions {
6
6
  clients?: TestClientConfig[];
7
7
  cluster_manager_type?: ClusterManagerType;
8
8
  }
9
- export interface OpTestHarnessOptions {
10
- clients?: TestClientConfig[];
11
- }
12
9
  export type AnyOperationConstructor = ProcessorConstructor | SlicerConstructor;
13
10
  export interface SliceResults {
14
11
  slice: Slice;
@@ -1 +1 @@
1
- {"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../src/interfaces.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,sBAAsB,EACtB,sBAAsB,EACtB,gBAAgB,EAChB,oBAAoB,EACpB,iBAAiB,EACjB,KAAK,EACL,UAAU,EACV,kBAAkB,EACrB,MAAM,2BAA2B,CAAC;AAEnC,YAAY,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEzD,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,GAAC,sBAAsB,CAAC;AAE7E,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC7B,OAAO,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC7B,oBAAoB,CAAC,EAAE,kBAAkB,CAAA;CAC5C;AAED,MAAM,WAAW,oBAAoB;IACjC,OAAO,CAAC,EAAE,gBAAgB,EAAE,CAAC;CAChC;AAED,MAAM,MAAM,uBAAuB,GAAG,oBAAoB,GAAC,iBAAiB,CAAC;AAE7E,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,UAAU,EAAE,CAAA;CACrB;AAED,MAAM,WAAW,SAAS;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../src/interfaces.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,sBAAsB,EACtB,sBAAsB,EACtB,gBAAgB,EAChB,oBAAoB,EACpB,iBAAiB,EACjB,KAAK,EACL,UAAU,EACV,kBAAkB,EACrB,MAAM,2BAA2B,CAAC;AAEnC,YAAY,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEzD,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,GAAC,sBAAsB,CAAC;AAE7E,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC7B,OAAO,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC7B,oBAAoB,CAAC,EAAE,kBAAkB,CAAA;CAC5C;AAED,MAAM,MAAM,uBAAuB,GAAG,oBAAoB,GAAC,iBAAiB,CAAC;AAE7E,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,UAAU,EAAE,CAAA;CACrB;AAED,MAAM,WAAW,SAAS;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "teraslice-test-harness",
3
3
  "displayName": "Teraslice Test Harness",
4
- "version": "1.0.1",
4
+ "version": "1.2.0",
5
5
  "description": "A helpful library for testing teraslice jobs, operations, and other components.",
6
6
  "homepage": "https://github.com/terascope/teraslice/tree/master/packages/teraslice-test-harness#readme",
7
7
  "bugs": {
@@ -26,21 +26,20 @@
26
26
  "scripts": {
27
27
  "build": "tsc --build",
28
28
  "build:watch": "yarn build --watch",
29
- "test": "NODE_OPTIONS='--experimental-vm-modules' ts-scripts test . --",
30
- "test:debug": "NODE_OPTIONS='--experimental-vm-modules' ts-scripts test --debug . --",
31
- "test:watch": "NODE_OPTIONS='--experimental-vm-modules' ts-scripts test --watch . --"
29
+ "test": "ts-scripts test . --",
30
+ "test:debug": "ts-scripts test --debug . --",
31
+ "test:watch": "ts-scripts test --watch . --"
32
32
  },
33
33
  "dependencies": {
34
- "@terascope/fetch-github-release": "^0.8.10",
35
- "@terascope/teraslice-op-test-harness": "^1.24.1",
34
+ "@terascope/fetch-github-release": "^1.0.0",
36
35
  "decompress": "^4.2.1",
37
36
  "fs-extra": "^11.2.0"
38
37
  },
39
38
  "devDependencies": {
40
- "@terascope/job-components": "^1.0.1"
39
+ "@terascope/job-components": "^1.2.0"
41
40
  },
42
41
  "peerDependencies": {
43
- "@terascope/job-components": ">=1.0.1"
42
+ "@terascope/job-components": ">=1.2.0"
44
43
  },
45
44
  "engines": {
46
45
  "node": ">=14.17.0",