Skip to content
Failed

Console Output

Push event to branch development
04:37:12 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot)
Obtained Jenkinsfile from 7a310031b9ed058b3c268f6d113d2d1fc31d37cf
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
‘explorer-for-zos-pod-development-14-bv8pl-hx2bt’ is offline
Agent explorer-for-zos-pod-development-14-bv8pl-hx2bt is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/che-che4z-explorer-for-zos/job/development/14/"
  labels:
    jenkins: "slave"
    jenkins/explorer-for-zos-pod_development_14: "true"
  name: "explorer-for-zos-pod-development-14-bv8pl-hx2bt"
spec:
  containers:
  - image: "node:12.10.0-alpine"
    name: "node"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.che4z.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "explorer-for-zos-pod-development-14-bv8pl-hx2bt"
    - name: "JENKINS_NAME"
      value: "explorer-for-zos-pod-development-14-bv8pl-hx2bt"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.che4z.svc.cluster.local/che4z/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:3dbc231fbe975b5e9ce83f5ea55d0456963e4cc1b21fb4e63e742eabcf16a807"
    name: "jnlp"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on explorer-for-zos-pod-development-14-bv8pl-hx2bt in /home/jenkins/agent/workspace/e4z-explorer-for-zos_development
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential d2420725-a9c8-4baa-b65f-2e6c0c84e22d
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/che-che4z-zos-resource-explorer.git
 > git init /home/jenkins/agent/workspace/e4z-explorer-for-zos_development # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-zos-resource-explorer.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --no-tags --force --progress https://github.com/eclipse/che-che4z-zos-resource-explorer.git +refs/heads/development:refs/remotes/origin/development
Fetching without tags
Checking out Revision 7a310031b9ed058b3c268f6d113d2d1fc31d37cf (development)
 > git config remote.origin.url https://github.com/eclipse/che-che4z-zos-resource-explorer.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/development:refs/remotes/origin/development # timeout=10
 > git config remote.origin.url https://github.com/eclipse/che-che4z-zos-resource-explorer.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-zos-resource-explorer.git
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --no-tags --force --progress https://github.com/eclipse/che-che4z-zos-resource-explorer.git +refs/heads/development:refs/remotes/origin/development
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7a310031b9ed058b3c268f6d113d2d1fc31d37cf
Commit message: "#80 return new connection tree node (#81)"
 > git rev-list --no-walk d93558dff16b69d92a2bbb817efd2d44b08c060c # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
04:38:42 [2019-10-01T08:38:42.675Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install & Test)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ npm ci

> fsevents@1.2.9 install /home/jenkins/agent/workspace/e4z-explorer-for-zos_development/node_modules/fsevents
> node install


> zosexplorer@0.8.0 postinstall /home/jenkins/agent/workspace/e4z-explorer-for-zos_development
> node ./node_modules/vscode/bin/install

Detected VS Code engine version: ^1.32.0
Found minimal version that qualifies engine range: 1.32.0
Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/507312a3e3b34b084b467dfd983263bc7c9d87e0/src/vs/vscode.d.ts
vscode.d.ts successfully installed!

added 788 packages in 43.316s
[Pipeline] sh
+ npm test

> zosexplorer@0.8.0 test /home/jenkins/agent/workspace/e4z-explorer-for-zos_development
> jest -w 1

FAIL src/__tests__/DatasetDataProvider.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

PASS src/__tests__/utils.test.ts
FAIL src/__tests__/datasetEditManager.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/DatasetCache.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/DeleteMember.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

PASS src/__tests__/AllocateLikeCmd.test.ts
PASS src/__tests__/PasteMember.test.ts
PASS src/__tests__/DatasetService.test.ts
PASS src/__tests__/SettingsFacade.test.ts
PASS src/__tests__/BrowseMember.test.ts
FAIL src/__tests__/CopyPasteService.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/EditConnection.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/createMember.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/EditFilter.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

PASS src/__tests__/CopyMember.test.ts
PASS src/__tests__/CreateConnection.test.ts
FAIL src/__tests__/DeleteFilterCmd.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/extension.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

PASS src/__tests__/DeleteConnection.test.ts
FAIL src/__tests__/RefreshConnection.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

PASS src/__tests__/CreateFilter.test.ts
Failed to collect coverage from /home/jenkins/agent/workspace/e4z-explorer-for-zos_development/src/ui/tree/DatasetTreeModel.ts
ERROR: TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

29     CREATE_CONNECTION = "createConnection",
       ~~~~~~~~~~~~~~~~~
src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

31     CREATE_CONNECTION = "createConnection",
       ~~~~~~~~~~~~~~~~~
STACK: 
-------------------------|----------|----------|----------|----------|-------------------|
File                     |  % Stmts | % Branch |  % Funcs |  % Lines | Uncovered Line #s |
-------------------------|----------|----------|----------|----------|-------------------|
All files                |    31.45 |    25.19 |     26.6 |    31.19 |                   |
 src                     |    52.31 |    76.12 |    22.73 |    52.06 |                   |
  constants.ts           |      100 |      100 |      100 |      100 |                   |
  extension.ts           |        0 |        0 |        0 |        0 |... 58,161,162,163 |
  utils.ts               |    88.07 |    78.46 |    83.33 |    87.96 |... 25,227,228,229 |
 src/commands            |       50 |    41.27 |    48.57 |       50 |                   |
  AllocateLikeDataset.ts |    84.38 |     87.5 |    85.71 |    84.38 |   56,64,65,91,112 |
  BrowseMember.ts        |      100 |      100 |      100 |      100 |                   |
  CopyMember.ts          |      100 |      100 |      100 |      100 |                   |
  CreateConnection.ts    |    76.19 |       50 |    33.33 |    76.19 |    23,24,26,28,35 |
  CreateFilter.ts        |    88.89 |       50 |       50 |    88.89 |                26 |
  CreateMember.ts        |        0 |        0 |        0 |        0 |... 65,66,68,73,77 |
  DeleteConnection.ts    |     87.5 |       50 |      100 |     87.5 |                20 |
  DeleteFilter.ts        |        0 |        0 |        0 |        0 |... 20,21,22,23,24 |
  DeleteMember.ts        |        0 |        0 |        0 |        0 |... 50,51,53,55,56 |
  EditConnection.ts      |        0 |        0 |        0 |        0 |... 41,42,43,44,45 |
  EditFilter.ts          |        0 |        0 |        0 |        0 |... 27,33,36,37,38 |
  PasteMember.ts         |    90.91 |    83.33 |    66.67 |    90.91 |             37,59 |
  RefreshConnection.ts   |        0 |      100 |        0 |        0 |       17,19,20,21 |
 src/model               |        0 |        0 |        0 |        0 |                   |
  DSEntities.ts          |        0 |        0 |        0 |        0 |    45,46,47,48,49 |
 src/service             |    23.32 |    11.17 |    25.27 |    22.76 |                   |
  CopyPasteService.ts    |        0 |        0 |        0 |        0 |... 52,53,55,59,63 |
  CredentialsService.ts  |        0 |      100 |        0 |        0 | 15,17,25,29,33,36 |
  DatasetCache.ts        |        0 |        0 |        0 |        0 |... 82,183,184,185 |
  DatasetEditManager.ts  |     7.63 |        0 |        0 |     7.63 |... 65,366,370,371 |
  DatasetService.ts      |    95.24 |       50 |      100 |       95 |                72 |
  SettingsFacade.ts      |    75.32 |    47.37 |    78.57 |    74.67 |... 65,166,167,169 |
  ZoweRestClient.ts      |        0 |        0 |        0 |        0 |... 78,192,193,195 |
 src/ui/tree             |        0 |        0 |        0 |        0 |                   |
  DatasetDataProvider.ts |        0 |        0 |        0 |        0 |... 17,318,319,322 |
-------------------------|----------|----------|----------|----------|-------------------|

Summary of all failing tests
FAIL src/__tests__/DatasetDataProvider.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/datasetEditManager.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/DatasetCache.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/DeleteMember.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/CopyPasteService.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/EditConnection.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/createMember.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/EditFilter.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/DeleteFilterCmd.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/extension.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~

FAIL src/__tests__/RefreshConnection.test.ts
  ● Test suite failed to run

    TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
    src/ui/tree/DatasetTreeModel.ts:29:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    29     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~
    src/ui/tree/DatasetTreeModel.ts:31:5 - error TS2300: Duplicate identifier 'CREATE_CONNECTION'.

    31     CREATE_CONNECTION = "createConnection",
           ~~~~~~~~~~~~~~~~~


Test Suites: 11 failed, 10 passed, 21 total
Tests:       60 passed, 60 total
Snapshots:   0 total
Time:        52.102s
Ran all test suites.
npm ERR! Test failed.  See above for more details.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
Stage "Package" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE