Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[glsp-build] Build eclipse-glsp/glsp-client/master (#228) FAILURE

Job: eclipse-glsp/glsp-client/master
Build Number: 228
Build URL: https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-client/job/master/228/
Push event to branch master
Connecting to https://api.github.com using 116316/****** (GitHub app GLSP)
Obtained Jenkinsfile from 1b6e6f347ca3117c9f36a306ce62ddfb35387122
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes glsp/glsp-agent-pod-6510g-hz4x9
Agent glsp-agent-pod-6510g-hz4x9 is provisioned from template glsp-agent-pod-6510g
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-client/job/master/228/";
    runUrl: "job/eclipse-glsp/job/glsp-client/job/master/228/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c"
    jenkins/label: "glsp-agent-pod"
  name: "glsp-agent-pod-6510g-hz4x9"
  namespace: "glsp"
spec:
  containers:
  - command:
    - "cat"
    image: "node:16"
    name: "node"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
      readOnly: false
    - mountPath: "/.yarn"
      name: "yarn-global"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.glsp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "glsp-agent-pod-6510g-hz4x9"
    - name: "JENKINS_NAME"
      value: "glsp-agent-pod-6510g-hz4x9"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.glsp.svc.cluster.local/glsp/";
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir: {}
    name: "jenkins-home"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on glsp-agent-pod-6510g-hz4x9 in /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-app-glsp
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-glsp/glsp-client.git
 > git init /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-client.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub app GLSP
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-glsp/glsp-client.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-client.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 1b6e6f347ca3117c9f36a306ce62ddfb35387122 (master)
Commit message: "GLSP-1320: Update to latest glsp dev config (#334)"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1b6e6f347ca3117c9f36a306ce62ddfb35387122 # timeout=10
 > git rev-list --no-walk 43b14705d06f9b42eccc78108951ebd04198471e # timeout=10
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: in_progress) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ yarn install
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
warning Pattern ["wrap-ansi@^7.0.0"] is trying to unpack in the same destination "/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/yarn-cache/v6/npm-wrap-ansi-cjs-7.0.0-67e145cff510a6a6984bdf1152911d69d2eb9e43-integrity/node_modules/wrap-ansi-cjs" as pattern ["wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"]. This could result in non-deterministic behavior, skipping.
[4/5] Linking dependencies...
warning " > @eclipse-glsp/client@2.2.0-next" has unmet peer dependency "inversify@^6.0.1".
warning " > @eclipse-glsp/sprotty@2.2.0-next" has unmet peer dependency "inversify@^6.0.1".
warning " > @eclipse-glsp/protocol@2.2.0-next" has unmet peer dependency "inversify@^6.0.1".
warning "workspace-aggregator-e4f81ff3-8e47-41ba-91c6-98061ed5149a > @eclipse-glsp/sprotty > sprotty@1.0.0" has unmet peer dependency "inversify@^6.0.1".
[5/5] Building fresh packages...
$ yarn build
yarn run v1.22.19
$ yarn compile && yarn bundle
$ tsc -b
$ yarn standalone bundle
$ yarn --cwd ./examples/workflow-standalone bundle
$ webpack
asset bundle.js 3.85 MiB [emitted] (name: main) 1 related asset
asset aeb98e0beefa59d80a39.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42 66.3 KiB [emitted] [immutable] [from: ../../node_modules/@vscode/codicons/dist/codicon.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42] (auxiliary name: main)
runtime modules 2.63 KiB 9 modules
orphan modules 11 bytes [orphan] 1 module
modules by path ../../ 3.21 MiB (javascript) 66.3 KiB (asset)
  modules by path ../../packages/ 1.31 MiB 356 modules
  modules by path ../../node_modules/ 1.9 MiB (javascript) 66.3 KiB (asset) 312 modules
modules by path ../workflow-glsp/ 34.8 KiB
  modules by path ../workflow-glsp/lib/ 27.2 KiB 7 modules
  modules by path ../workflow-glsp/css/*.css 7.57 KiB 2 modules
modules by path ./ 12.9 KiB
  modules by path ./lib/*.js 7.12 KiB 3 modules
  modules by path ./css/*.css 5.78 KiB 2 modules
modules by mime type image/svg+xml 1.57 KiB
  data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 396 bytes [built] [code generated]
  data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 406 bytes [built] [code generated]
  + 2 modules
webpack 5.91.0 compiled successfully in 7719 ms
Done in 28.85s.
Done in 65.94s.
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git diff --name-only
+ grep --quiet ^yarn.lock
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Codechecks (ESLint))
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ yarn lint:ci
yarn run v1.22.19
$ yarn lint --output-file eslint_report.json --format json
$ eslint --ext .ts,.tsx . --output-file eslint_report.json --format json
Done in 44.09s.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
Post stage
[Pipeline] recordIssues
[ESLint] [-ERROR-] Errors during parsing
[ESLint] [-ERROR-] No files found for pattern 'node_modules/**/*/eslint.xml'. Configuration error?
[ESLint] Searching for all files in '/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master' that match the pattern 'node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] Skipping post processing
[ESLint] No filter has been set, publishing all 0 issues
[ESLint] Repository miner is not configured, skipping repository mining
[ESLint] Searching for all files in '/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master' that match the pattern 'node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] Skipping post processing
[ESLint] No filter has been set, publishing all 0 issues
[ESLint] Ignoring 'aggregatingResults' and ID 'null' since only a single tool is defined.
[ESLint] Searching for all files in '/home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master' that match the pattern 'node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] Skipping post processing
[ESLint] No filter has been set, publishing all 0 issues
[ESLint] Repository miner is not configured, skipping repository mining
[ESLint] [-ERROR-] Errors during parsing
[ESLint] [-ERROR-] No files found for pattern 'node_modules/**/*/eslint.xml'. Configuration error?
[ESLint] [-ERROR-] Errors during parsing
[ESLint] [-ERROR-] No files found for pattern 'node_modules/**/*/eslint.xml'. Configuration error?
[ESLint] Reference build recorder is not configured
[ESLint] No valid reference build found
[ESLint] All reported issues will be considered outstanding
[ESLint] Evaluating quality gates
[ESLint] -> All quality gates have been passed
[ESLint] -> Details for each quality gate:
[ESLint]    - [Total (any severity)]: ≪Success≫ - (Actual value: 0, Quality gate: 1.00)
[ESLint] Health report is disabled - skipping
[ESLint] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[ESLint] Attaching ResultAction with ID 'eslint' to build 'eclipse-glsp/glsp-client/master #228'.
[GitHub Checks] GitHub check (name: ESLint, status: completed) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tests (Mocha))
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ yarn test:ci
yarn run v1.22.19
$ lerna run test:ci --no-bail
lerna notice cli v7.4.2
lerna info ci enabled

 >  Lerna (powered by Nx)   Running target test:ci for 2 projects:

    - @eclipse-glsp/client
    - @eclipse-glsp/protocol

 

> @eclipse-glsp/protocol:"test:ci"

@eclipse-glsp/protocol: @eclipse-glsp/protocol: $ export JUNIT_REPORT_PATH=./report.xml && yarn test --reporter mocha-jenkins-reporter
@eclipse-glsp/protocol: @eclipse-glsp/protocol: $ mocha --config ../../.mocharc "./src/**/*.spec.?(ts|tsx)" --reporter mocha-jenkins-reporter
@eclipse-glsp/protocol:   Base Protocol Actions Action is
@eclipse-glsp/protocol:       ✔ should return true for an object having a `kind` property with string type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object having a `kind` property with incorrect type: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.004 s, Tests: 3
@eclipse-glsp/protocol:   Base Protocol Actions Action hasKind
@eclipse-glsp/protocol:       ✔ should return true for an object having a `kind` property that matches the given value: 0ms
@eclipse-glsp/protocol:       ✔ should return false for undefined: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object having a "kind" property that does not match the given value: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object not having a `kind` property: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 4
@eclipse-glsp/protocol:   Base Protocol Actions ActionMessage is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for undefined: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does have all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has all required interface properties an `action` property that passes the typeguard check: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has all required interface properties but does not have an `action` property that passes the typeguard check  : 0ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 5
@eclipse-glsp/protocol:   Base Protocol Actions RequestAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for undefined: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Base Protocol Actions RequestAction hasKind
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties and a `kind` property that matches the given value: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object having the correct type and a value for all required interface properties but having a `kind` property that does not match the given value: 0ms
@eclipse-glsp/protocol:       ✔ should return for an object not having the correct type and value for all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 4
@eclipse-glsp/protocol:   Base Protocol Actions ResponseAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for undefined: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Base Protocol Actions ResponseAction hasValidResponseId
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties and a non-empty value for `requestId`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object having the correct type and a value for all required interface properties and an empty value for `requestId`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Base Protocol Actions RejectAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for undefined: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Base Protocol Actions RejectAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 1ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 2
@eclipse-glsp/protocol:   Base Protocol Actions Operation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for undefined: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Base Protocol Actions Operation hasKind
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties and a `kind` property that matches the given value: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object having the correct type and a value for all required interface properties but having a `kind` property that does not match the given value: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object not having the correct type and value for all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 4
@eclipse-glsp/protocol:   Base Protocol Actions CompoundOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for undefined: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Base Protocol Actions CompoundOperation create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   Client notification actions StatusAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Client notification actions StatusAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 1ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Client notification actions MessageAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Client notification actions MessageAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Client notification actions StartProgressAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Client notification actions StartProgressAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 1ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Client notification actions UpdateProgressAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Client notification actions UpdateProgressAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Client notification actions EndProgressAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Client notification actions EndProgressAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 1ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Clipboard actions RequestClipboardDataAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Clipboard actions RequestClipboardDataAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 2
@eclipse-glsp/protocol:   Clipboard actions SetClipboardDataAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 1ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Clipboard actions SetClipboardDataAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Clipboard actions CutOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Clipboard actions CutOperation create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   Clipboard actions PasteOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Clipboard actions PasteOperation create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Context Actions RequestContextActions is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Context Actions RequestContextActions create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 2
@eclipse-glsp/protocol:   Context Actions SetContextActions is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 1ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Context Actions SetContextActions create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Edge modification operations ReconnectEdgeOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Edge modification operations ReconnectEdgeOperation create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 1ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Edge modification operations ChangeRoutingPointsOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Edge modification operations ChangeRoutingPointsOperation create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required args: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 2
@eclipse-glsp/protocol:   Element creation operations CreateOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Element creation operations CreateNodeOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Element creation operations CreateNodeOperation create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 2
@eclipse-glsp/protocol:   Element creation operations CreateEdgeOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Element creation operations CreateEdgeOperation create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element creation operations DeleteElementOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 42ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.043 s, Tests: 3
@eclipse-glsp/protocol:   Element creation operations DeleteElementOperation create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Element hover actions RequestPopupModelAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Element hover actions RequestPopupModelAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 2
@eclipse-glsp/protocol:   Element hover actions SetPopupModelAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 1ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Element hover actions SetPopupModelAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element navigation actions NavigationTarget is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 3
@eclipse-glsp/protocol:   Element navigation actions NavigationTarget hasArguments
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties and a defined `args` property: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object having the correct type and a value for all required interface properties and an undefined `args property: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element navigation actions NavigationTarget addArgument
@eclipse-glsp/protocol:       ✔ should assign a new `args` property to the given target and add the given key-value pair to the args object: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Element navigation actions NavigationTarget getElementIds
@eclipse-glsp/protocol:       ✔ should return the value for the ELEMENT_IDS key of the args object of the given target as a string array: 1ms
@eclipse-glsp/protocol:       ✔ should return an empty array for the given target with an undefined args property: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.003 s, Tests: 2
@eclipse-glsp/protocol:   Element navigation actions NavigationTarget setElementIds
@eclipse-glsp/protocol:       ✔ (should store the given element id array as a joined string value for the ELEMENT_IDS key: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Element navigation actions NavigationTarget setTextPosition
@eclipse-glsp/protocol:       ✔ (should store the given text position in the args property of the given target with separate keys for column and line.: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   Element navigation actions NavigationTarget getTextPosition
@eclipse-glsp/protocol:       ✔ should return the text position composed of its correspond keys in the args object of the given target: 0ms
@eclipse-glsp/protocol:       ✔ should return undefined for the given target with an undefined args property: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 2
@eclipse-glsp/protocol:   Element navigation actions RequestNavigationTargetsAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 1ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Element navigation actions RequestNavigationTargetsAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element navigation actions SetNavigationTargetsAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Element navigation actions SetNavigationTargetsAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element navigation actions NavigateToTargetAction
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 2
@eclipse-glsp/protocol:   Element navigation actions NavigateToTargetAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   Element navigation actions NavigateToTargetAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Element navigation actions ResolveNavigationTargetAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Element navigation actions ResolveNavigationTargetAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 2
@eclipse-glsp/protocol:   Element navigation actions SetResolvedNavigationTargetAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Element navigation actions SetResolvedNavigationTargetAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 2
@eclipse-glsp/protocol:   Element navigation actions NavigateToExternalTargetAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Element navigation actions NavigateToExternalTargetAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   Element selection actions SelectAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Element selection actions SelectAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: deselectAll: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Element selection actions SelectAction addSelection
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   Element selection actions SelectAction removeSelection
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Element selection actions SelectAction setSelection
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Element selection actions SelectAllAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 1ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Element selection actions SelectAllAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 2
@eclipse-glsp/protocol:   Element text editing actions RequestEditValidationAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Element text editing actions RequestEditValidationAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element text editing actions SetEditValidationResultAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Element text editing actions SetEditValidationResultAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element text editing actions ApplyLabelEditOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Element text editing actions ApplyLabelEditOperation create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   Element type hints actions RequestTypeHintsAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Element type hints actions RequestTypeHintsAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element type hints actions SetTypeHintsAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Element type hints actions SetTypeHintsAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element type hints actions RequestCheckEdgeAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface & optional properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 4
@eclipse-glsp/protocol:   Element type hints actions RequestCheckEdgeAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 1ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element type hints actions CheckEdgeResultAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface & optional properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 4
@eclipse-glsp/protocol:   Element type hints actions CheckEdgeResultAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element validation actions RequestMarkersAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Element validation actions RequestMarkersAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element validation actions SetMarkersAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Element validation actions SetMarkersAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 1ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Element validation actions DeleteMarkersAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Element validation actions DeleteMarkersAction is create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   Model data actions RequestModelAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Model data actions RequestModelAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Model data actions SetModelAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Model data actions SetModelAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 1ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Model data actions UpdateModelAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Model data actions UpdateModelAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 1ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Model data actions SourceModelChangedAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Model data actions SourceModelChangedAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   SetEditModeAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   SetEditModeAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   Model layout actions RequestBoundsAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Model layout actions RequestBoundsAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 1ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Model layout actions ComputedBoundsAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Model layout actions ComputedBoundsAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Model layout actions LayoutOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Model layout actions LayoutOperation create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Model saving actions SaveModelAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 1ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Model saving actions SaveModelAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Model saving actions SetDirtyStateAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Model saving actions SetDirtyStateAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Model saving actions RequestExportSvgAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Model saving actions RequestExportSvgAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Model saving actions ExportSvgAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Model saving actions ExportSvgAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Node modification actions is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Node modification actions create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   ChangeContainerOperation is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   ChangeContainerOperation create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Tool palette Actions TriggerNodeCreationAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Tool palette Actions TriggerNodeCreationAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 1ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Tool palette Actions TriggerEdgeCreationAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Tool palette Actions TriggerEdgeCreationAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 2
@eclipse-glsp/protocol:   Undo & Redo Actions UndoAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Undo & Redo Actions UndoAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Undo & Redo Actions RedoAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Undo & Redo Actions RedoAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Viewport Actions CenterAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 1ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Viewport Actions CenterAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 2
@eclipse-glsp/protocol:   Viewport Actions FitToScreenAction is
@eclipse-glsp/protocol:       ✔ should return true for an object having the correct type and a value for all required interface properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have all required interface properties: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 3
@eclipse-glsp/protocol:   Viewport Actions FitToScreenAction create
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required arguments and default values for the optional arguments: 0ms
@eclipse-glsp/protocol:       ✔ should return an object conforming to the interface with matching properties for the given required and optional arguments: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Node GLSP Client
@eclipse-glsp/protocol:       ✔ Should be in initial state after construction: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/protocol:   Node GLSP Client start
@eclipse-glsp/protocol:       ✔ should fail if no server is configured: 7ms
@eclipse-glsp/protocol:       ✔ Should resolve when server is configured: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.007 s, Tests: 2
@eclipse-glsp/protocol:   Node GLSP Client stop & onStop
@eclipse-glsp/protocol:       ✔ onStop should not resolve if stop has not been called: 1ms
@eclipse-glsp/protocol:       ✔ should be in stopped state and onStop should resolve: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.003 s, Tests: 2
@eclipse-glsp/protocol:   Node GLSP Client initialize
@eclipse-glsp/protocol:       ✔ should fail if server is not configured: 0ms
@eclipse-glsp/protocol:       ✔ should fail if client is not running: 0ms
@eclipse-glsp/protocol:       ✔ should invoke the corresponding server method: 0ms
@eclipse-glsp/protocol:       ✔ should return cached result on consecutive invocation: 1ms
@eclipse-glsp/protocol:       ✔ should fire event on first invocation: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.003 s, Tests: 5
@eclipse-glsp/protocol:   Node GLSP Client initializeClientSession
@eclipse-glsp/protocol:       ✔ should fail if server is not configured: 0ms
@eclipse-glsp/protocol:       ✔ should fail if client is not running: 0ms
@eclipse-glsp/protocol:       ✔ should invoke the corresponding server method: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Node GLSP Client disposeClientSession
@eclipse-glsp/protocol:       ✔ should fail if server is not configured: 1ms
@eclipse-glsp/protocol:       ✔ should fail if client is not running: 0ms
@eclipse-glsp/protocol:       ✔ should invoke the corresponding server method: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Node GLSP Client shutdownServer
@eclipse-glsp/protocol:       ✔ should fail if server is not configured: 1ms
@eclipse-glsp/protocol:       ✔ should fail if client is not running: 0ms
@eclipse-glsp/protocol:       ✔ should invoke the corresponding server method: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 3
@eclipse-glsp/protocol:   Node GLSP Client sendActionMessage
@eclipse-glsp/protocol:       ✔ should fail if server is not configured: 0ms
@eclipse-glsp/protocol:       ✔ should fail if client is not running: 0ms
@eclipse-glsp/protocol:       ✔ should invoke the corresponding server method: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Node GLSP Client onActionMessage
@eclipse-glsp/protocol:       ✔ should be properly registered if server is not configured: 0ms
@eclipse-glsp/protocol:       ✔ should be properly registered if client is not running: 0ms
@eclipse-glsp/protocol:       ✔ should unregister global handler if dispose is invoked: 0ms
@eclipse-glsp/protocol:       ✔ should unregister client id handler if dispose is invoked: 0ms
@eclipse-glsp/protocol:       ✔ should invoke global handler when the an action message is sent via proxy: 0ms
@eclipse-glsp/protocol:       ✔ should invoke client id handler when the an action message is sent via proxy: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 6
@eclipse-glsp/protocol:   Base JSON-RPC GLSP Client start
@eclipse-glsp/protocol:       ✔ should successfully start & activate the connection: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   Base JSON-RPC GLSP Client stop
@eclipse-glsp/protocol:       ✔ should successfully stop if the client was not running: 0ms
@eclipse-glsp/protocol:       ✔ should successfully stop if the client was running: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Base JSON-RPC GLSP Client initialize
@eclipse-glsp/protocol:       ✔ should fail if client is not running: 1ms
@eclipse-glsp/protocol:       ✔ should forward the corresponding initialize request and cache result: 1ms
@eclipse-glsp/protocol:       ✔ should return cached result on consecutive invocation: 1ms
@eclipse-glsp/protocol:       ✔ should fire event on first invocation: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.004 s, Tests: 4
@eclipse-glsp/protocol:   Base JSON-RPC GLSP Client initializeClientSession
@eclipse-glsp/protocol:       ✔ should fail if client is not running: 1ms
@eclipse-glsp/protocol:       ✔ should invoke the corresponding server method: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 2
@eclipse-glsp/protocol:   Base JSON-RPC GLSP Client disposeClientSession
@eclipse-glsp/protocol:       ✔ should fail if client is not running: 0ms
@eclipse-glsp/protocol:       ✔ should invoke the corresponding server method: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Base JSON-RPC GLSP Client shutdownServer
@eclipse-glsp/protocol:       ✔ should fail if client is not running: 1ms
@eclipse-glsp/protocol:       ✔ should invoke the corresponding server method: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 2
@eclipse-glsp/protocol:   Base JSON-RPC GLSP Client sendActionMessage
@eclipse-glsp/protocol:       ✔ should fail if client is not running: 0ms
@eclipse-glsp/protocol:       ✔ should invoke the corresponding server method: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   Base JSON-RPC GLSP Client onActionMessage
@eclipse-glsp/protocol:       ✔ should be registered to message emitter if client is not running: 0ms
@eclipse-glsp/protocol:       ✔ should be registered to message emitter if client is running: 1ms
@eclipse-glsp/protocol:       ✔ should unregister lister if dispose is invoked: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   Base JSON-RPC GLSP Client Connection events
@eclipse-glsp/protocol: [JsonrpcGLSPClient] Connection to server is erroring. Shutting down server. [ undefined ]
@eclipse-glsp/protocol:       ✔ Should be in error state after connection error: 2ms
@eclipse-glsp/protocol: [JsonrpcGLSPClient] Connection to server got closed. Server will not be restarted. []
@eclipse-glsp/protocol:       ✔ Should be in error state after connection close while running: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.003 s, Tests: 2
@eclipse-glsp/protocol:   Container configuration initializeContainer
@eclipse-glsp/protocol:       ✔ should load the given container modules: 1ms
@eclipse-glsp/protocol:       ✔ should load the same container module only once: 0ms
@eclipse-glsp/protocol:       ✔ should load the given container modules and add configurations: 0ms
@eclipse-glsp/protocol:       ✔ should load the given container modules/add configurations and not load modules from remove configurations: 1ms
@eclipse-glsp/protocol:       ✔ should load a module from a remove configuration if it is added later again: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 5
@eclipse-glsp/protocol:   FeatureModule
@eclipse-glsp/protocol:       ✔ Should not load a feature module with missing required modules: 0ms
@eclipse-glsp/protocol:       ✔ Should not load a feature module with partially loaded required modules: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 2
@eclipse-glsp/protocol:   FeatureModule No or single required module
@eclipse-glsp/protocol:       ✔ Should load a feature module with no required module: 0ms
@eclipse-glsp/protocol:       ✔ Should load a feature module with met required module: 1ms
@eclipse-glsp/protocol:       ✔ Should not load a feature module if required module is loaded afterwards: 0ms
@eclipse-glsp/protocol:       ✔ Should not load a feature module with missing required module: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 4
@eclipse-glsp/protocol:   FeatureModule Multiple required modules
@eclipse-glsp/protocol:       ✔ Should load feature module with loaded required modules: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 1
@eclipse-glsp/protocol:   LazyInjector get
@eclipse-glsp/protocol:       ✔ should return the service for a bound id: 0ms
@eclipse-glsp/protocol:       ✔ should throw an error if the service id is not bound: 0ms
@eclipse-glsp/protocol:       ✔ should throw an error if multiple services are bound to the given id: 0ms
@eclipse-glsp/protocol:       ✔ should return the same service instance for a bound id on subsequent calls: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.003 s, Tests: 4
@eclipse-glsp/protocol:   LazyInjector getOptional
@eclipse-glsp/protocol:       ✔ should return the service for a bound id: 0ms
@eclipse-glsp/protocol:       ✔ should return undefined if the service id is not bound: 0ms
@eclipse-glsp/protocol:       ✔ should throw an error if multiple services are bound to the given id: 1ms
@eclipse-glsp/protocol:       ✔ should return the same service instance for a bound id on subsequent calls: 0ms
@eclipse-glsp/protocol:       ✔ should return undefined if the service id was initially not bound but is bound on subsequent calls: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 5
@eclipse-glsp/protocol:   LazyInjector getAll
@eclipse-glsp/protocol:       ✔ should return all services for a multi bound id: 0ms
@eclipse-glsp/protocol:       ✔ should return the service for a single bound id: 0ms
@eclipse-glsp/protocol:       ✔ should return an empty array if the service id is not bound: 0ms
@eclipse-glsp/protocol:       ✔ should return an empty array if the service id was initially not bound but is bound on subsequent calls: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 4
@eclipse-glsp/protocol:   Disposable is
@eclipse-glsp/protocol:       ✔ should return false for a primitive: 0ms
@eclipse-glsp/protocol:       ✔ should return false for unknown function: 0ms
@eclipse-glsp/protocol:       ✔ should return true for the return value of Disposable.create(): 0ms
@eclipse-glsp/protocol:       ✔ should return true for the return value of Disposable.empty(): 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object with conflicting `dispose` property: 0ms
@eclipse-glsp/protocol:       ✔ disposable object: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 6
@eclipse-glsp/protocol:   Disposable DisposableCollection push
@eclipse-glsp/protocol:       ✔ should add one disposable to the collection and remove it again: 0ms
@eclipse-glsp/protocol:       ✔ should add multiple disposable to the collection and remove them again: 0ms
@eclipse-glsp/protocol:       ✔ should add one disposable function to the collection and remove it again: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 3
@eclipse-glsp/protocol:   TypeUtil AnyObject is
@eclipse-glsp/protocol:       ✔ should return true for an empty object: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object with arbitrary properties: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `undefined`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for `null`: 0ms
@eclipse-glsp/protocol:       ✔ should return false for unknown object of primitive type: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 5
@eclipse-glsp/protocol:   TypeUtil hasStringProp
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property that matches the given but not the given type: 1ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have a property that matches the given key: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that does not have a matching key when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property with matching name but invalid type when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property with matching name but without value when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type when using the optional flag: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 7
@eclipse-glsp/protocol:   TypeUtil hasBooleanProp
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property that matches the given but not the given type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have a property that matches the given key: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that does not have a matching key when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property with matching name but invalid type when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property with matching name but without value when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type when using the optional flag: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 7
@eclipse-glsp/protocol:   TypeUtil hasNumberProp
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property that matches the given but not the given type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have a property that matches the given key: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that does not have a matching key when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property with matching name but invalid type when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property with matching name but without value when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type when using the optional flag: 0ms
@eclipse-glsp/protocol:   Suite duration: 0 s, Tests: 7
@eclipse-glsp/protocol:   TypeUtil hasObjectProp
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property that matches the given but not the given type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have a property that matches the given key: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that does not have a matching key when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property with matching name but invalid type when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property with matching name but without value when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type when using the optional flag: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.002 s, Tests: 7
@eclipse-glsp/protocol:   TypeUtil hasFunctionProp
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property that matches the given but not the given type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have a property that matches the given key: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that does not have a matching key when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property with matching name but invalid type when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property with matching name but without value when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type when using the optional flag: 1ms
@eclipse-glsp/protocol:   Suite duration: 0.001 s, Tests: 7
@eclipse-glsp/protocol:   TypeUtil hasArrayProp
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property that matches the given but not the given type: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that does not have a property that matches the given key: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that does not have a matching key when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return false for an object that has a property with matching name but invalid type when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property with matching name but without value when using the optional flag: 0ms
@eclipse-glsp/protocol:       ✔ should return true for an object that has a property that matches the given key and type when using the optional flag: 0ms
@eclipse-glsp/protocol:   Suite duration: 0.023 s, Tests: 7
@eclipse-glsp/protocol:   456 passing (283ms)

> @eclipse-glsp/client:"test:ci"

@eclipse-glsp/client: @eclipse-glsp/client: $ export JUNIT_REPORT_PATH=./report.xml && yarn test --reporter mocha-jenkins-reporter
@eclipse-glsp/client: @eclipse-glsp/client: $ mocha --config ../../.mocharc "./src/**/*.spec.?(ts|tsx)" --reporter mocha-jenkins-reporter
@eclipse-glsp/client:   GLSPActionDispatcher requestUntil
@eclipse-glsp/client:       ✔ should resolve successfully if response dispatched within timeout: 16ms
@eclipse-glsp/client:       ✔ should resolve to `undefined` if no response dispatched within timeout & `rejectOnTimeout` flag is false: 4ms
@eclipse-glsp/client:       ✔ should be rejected if no response dispatched within timeout & `rejectOnTimeout` flag is true: 6ms
@eclipse-glsp/client:   Suite duration: 0.03 s, Tests: 3
@eclipse-glsp/client:   GLSPActionDispatcher request & re-dispatch
@eclipse-glsp/client:       ✔ should be possible to re-dispatch the response of a `request` call: 30ms
@eclipse-glsp/client:   Suite duration: 0.031 s, Tests: 1
@eclipse-glsp/client:   DefaultModelInitializationConstraint
@eclipse-glsp/client:       ✔ should complete after dispatching  non empty SetModelAction and `InitializeCanvasBoundsAction`: 1ms
@eclipse-glsp/client:       ✔ should complete after dispatching non empty UpdateModelAction and `InitializeCanvasBoundsAction`: 0ms
@eclipse-glsp/client:       ✔ should note complete after dispatching empty SetModelAction and `InitializeCanvasBoundsAction` : 0ms
@eclipse-glsp/client:       ✔ should note complete after dispatching  empty UpdateModelAction and `InitializeCanvasBoundsAction : 0ms
@eclipse-glsp/client:   Suite duration: 0.003 s, Tests: 4
@eclipse-glsp/client:   DefaultModelInitializationConstraint onInitialized
@eclipse-glsp/client:       ✔ returned promise should resolve once the constraint is initialized: 5ms
@eclipse-glsp/client:       ✔ registered listener should be invoked once the constraint is initialized: 0ms
@eclipse-glsp/client:       ✔ registered listener should be invoked directly on registration if the constraint is already initialized: 0ms
@eclipse-glsp/client:       ✔ Disposed listener should not be invoked once the constraint is initialized: 0ms
@eclipse-glsp/client:   Suite duration: 0.008 s, Tests: 4
@eclipse-glsp/client:   SelectionService Initial State
@eclipse-glsp/client:       ✔ On creation nothing should be selected and no feedback should be dispatched.: 1ms
@eclipse-glsp/client:   Suite duration: 0.003 s, Tests: 1
@eclipse-glsp/client:   SelectionService Single Selection
@eclipse-glsp/client:       ✔ Selecting a single element should be tracked correctly and trigger feedback.: 2ms
@eclipse-glsp/client:       ✔ Selecting the same element twice in one operation should not make a difference.: 1ms
@eclipse-glsp/client:       ✔ Selecting and then deselecting the same element should result in an empty selection.: 1ms
@eclipse-glsp/client:       ✔ Selecting and deselecting the same element in the same operation should have no effect.: 0ms
@eclipse-glsp/client:       ✔ Selecting and deselecting not-existing nodes should have no effect.: 1ms
@eclipse-glsp/client:   Suite duration: 0.009 s, Tests: 5
@eclipse-glsp/client:   SelectionService Multi Selection
@eclipse-glsp/client:       ✔ Selecting multiple elements should be tracked correctly and trigger feedback.: 1ms
@eclipse-glsp/client:       ✔ Selecting multiple elements should have the selection order in the dispatched feedback.: 2ms
@eclipse-glsp/client:       ✔ Selecting the same elements twice in one operation should not make a difference.: 0ms
@eclipse-glsp/client:       ✔ Selecting and then deselecting the same elements should result in an empty selection.: 1ms
@eclipse-glsp/client:       ✔ Selecting and deselecting the same elements in one operation should have no effect.: 1ms
@eclipse-glsp/client:       ✔ Selecting three elements and deselecting one should result in two selected and one deselected element.: 1ms
@eclipse-glsp/client:       ✔ A series of selection and deselection operations should be tracked correctly.: 2ms
@eclipse-glsp/client:   Suite duration: 0.013 s, Tests: 7
@eclipse-glsp/client:   SelectionService Changing Root
@eclipse-glsp/client:       ✔ Changing root deselects all selected elements if there are no matching elements.: 2ms
@eclipse-glsp/client:       ✔ Changing root keeps selected elements if there are matching elements.: 1ms
@eclipse-glsp/client:       ✔ Changing root with new selection correctly selects matching elements and deselects not matching elements.: 1ms
@eclipse-glsp/client:   Suite duration: 0.006 s, Tests: 3
@eclipse-glsp/client:   SelectionService Listeners
@eclipse-glsp/client:       ✔ A registered listener should be notified of a single selection change.: 1ms
@eclipse-glsp/client:       ✔ A registered listener should be notified of a multi-selection change.: 1ms
@eclipse-glsp/client:       ✔ A registered listener should be notified of series of selection changes.: 1ms
@eclipse-glsp/client:       ✔ A registered listener should NOT be notified of root changes.: 0ms
@eclipse-glsp/client:       ✔ Selecting the same elements consecutively should not trigger a listener update.: 1ms
@eclipse-glsp/client:       ✔ Selecting a not-existing elements should not trigger a listener update.: 1ms
@eclipse-glsp/client:   Suite duration: 0.007 s, Tests: 6
@eclipse-glsp/client:   FreeFormLayouter issue-610
@eclipse-glsp/client:       ✔ recursive hGrab/vGrab: 3ms
@eclipse-glsp/client:   Suite duration: 0.004 s, Tests: 1
@eclipse-glsp/client:   FreeFormLayouter issue-694
@eclipse-glsp/client:       ✔ Structure compartment (hGrab=true, vGrab=true), Left-aligned label (hGrab=true), right-aligned label (hGrab=false): 1ms
@eclipse-glsp/client:       ✔ Structure compartment (hGrab=true, vGrab=true): 0ms
@eclipse-glsp/client:       ✔ Structure compartment (hGrab=true, vGrab=true, padding*=10): 0ms
@eclipse-glsp/client:   Suite duration: 0.003 s, Tests: 3
@eclipse-glsp/client:   HBoxLayouter
@eclipse-glsp/client:       ✔ defaultParams: 0ms
@eclipse-glsp/client:       ✔ alignTop: 1ms
@eclipse-glsp/client:       ✔ alignCenter: 0ms
@eclipse-glsp/client:       ✔ alignBottom: 1ms
@eclipse-glsp/client:       ✔ padding: 0ms
@eclipse-glsp/client:       ✔ hGap: 1ms
@eclipse-glsp/client:       ✔ paddingFactor: 0ms
@eclipse-glsp/client:       ✔ minWidth: 1ms
@eclipse-glsp/client:       ✔ minHeight: 0ms
@eclipse-glsp/client:       ✔ prefWidth: 1ms
@eclipse-glsp/client:       ✔ prefHeight: 0ms
@eclipse-glsp/client:   Suite duration: 0.005 s, Tests: 11
@eclipse-glsp/client:   VBoxLayouter
@eclipse-glsp/client:       ✔ defaultParams: 1ms
@eclipse-glsp/client:       ✔ alignLeft: 1ms
@eclipse-glsp/client:       ✔ alignCenter: 0ms
@eclipse-glsp/client:       ✔ alignRight: 1ms
@eclipse-glsp/client:       ✔ padding: 0ms
@eclipse-glsp/client:       ✔ vGap: 0ms
@eclipse-glsp/client:       ✔ paddingFactor: 0ms
@eclipse-glsp/client:       ✔ minWidth: 0ms
@eclipse-glsp/client:       ✔ minHeight: 0ms
@eclipse-glsp/client:       ✔ prefWidth: 0ms
@eclipse-glsp/client:       ✔ prefHeight: 1ms
@eclipse-glsp/client:   Suite duration: 0.006 s, Tests: 11
@eclipse-glsp/client:   GridSnapper
@eclipse-glsp/client:       ✔ snap: 0ms
@eclipse-glsp/client:   Suite duration: 0 s, Tests: 1
@eclipse-glsp/client:   PointPositionUpdater
@eclipse-glsp/client:       ✔ updatePosition with no last drag position: 0ms
@eclipse-glsp/client:       ✔ update last position and reset: 0ms
@eclipse-glsp/client:       ✔ updatePosition with no snapper: 1ms
@eclipse-glsp/client:       ✔ updatePosition with snapper: 1ms
@eclipse-glsp/client:   Suite duration: 0.003 s, Tests: 4
@eclipse-glsp/client:   TypeHintProvider getShapeTypeHint
@eclipse-glsp/client:       ✔ should return `undefined` if no `SetTypeHintsAction` has been handled yet: 0ms
@eclipse-glsp/client:       ✔ should return `undefined` if no hint is registered for the given type (exact type match): 1ms
@eclipse-glsp/client:       ✔ should return the corresponding type hint for the given type (exact type match): 0ms
@eclipse-glsp/client:       ✔ should return the corresponding type hint for the given type (sub type match): 0ms
@eclipse-glsp/client:   Suite duration: 0.001 s, Tests: 4
@eclipse-glsp/client:   TypeHintProvider getEdgeTypeHint
@eclipse-glsp/client:       ✔ should return `undefined` if no `SetTypeHintsAction` has been handled yet: 0ms
@eclipse-glsp/client:       ✔ should return `undefined` if no hint is registered for the given type (exact type match): 0ms
@eclipse-glsp/client:       ✔ should return the corresponding type hint for the given type (exact type match): 0ms
@eclipse-glsp/client:       ✔ should return the corresponding type hint for the given type (sub type match): 0ms
@eclipse-glsp/client:   Suite duration: 0.001 s, Tests: 4
@eclipse-glsp/client:   ApplyTypeHintCommand test hints to model feature translation (after command execution)` ShapeTypeHint
@eclipse-glsp/client:       ✔ should not modify feature set of model element with no applicable type hint: 1ms
@eclipse-glsp/client:       ✔ should add all enabled (`true`) features, derived from the applied type hint, to the model: 1ms
@eclipse-glsp/client:       ✔ should remove all disabled (`false`) features, derived from the applied type hint, from the model: 1ms
@eclipse-glsp/client:   Suite duration: 0.003 s, Tests: 3
@eclipse-glsp/client:   ApplyTypeHintCommand test hints to model feature translation (after command execution)` ShapeTypeHint `isConnectable` (after hint has been applied to element)
@eclipse-glsp/client:       ✔ should return `true` if source/target elements are not defined in edge hint: 1ms
@eclipse-glsp/client:       ✔ should return `false` if element type is not in source/target elements of edge hint: 1ms
@eclipse-glsp/client:       ✔ should return `true` if element type is in source/target elements of edge hint (exact type): 1ms
@eclipse-glsp/client:       ✔ should return `true` if element super type is in source/target elements of edge hint (super type): 1ms
@eclipse-glsp/client:       ✔ should fallback to class-level `canConnect` implementation if no edge hint is applicable to routable: 1ms
@eclipse-glsp/client:   Suite duration: 0.022 s, Tests: 5
@eclipse-glsp/client:   ApplyTypeHintCommand test hints to model feature translation (after command execution)` ShapeTypeHint `isContainable` (after hint has been applied to element)
@eclipse-glsp/client:       ✔ should return `false` if corresponding hint has no containable elements defined: 0ms
@eclipse-glsp/client:       ✔ should return `true` if corresponding hint has containable element with matching type: 1ms
@eclipse-glsp/client:       ✔ should return `true` if corresponding hint as has containable element with matching super type: 0ms
@eclipse-glsp/client:   Suite duration: 0.002 s, Tests: 3
@eclipse-glsp/client:   ApplyTypeHintCommand test hints to model feature translation (after command execution)` EdgeTypeHint
@eclipse-glsp/client:       ✔ should not modify feature set of model element with no applicable type hint: 0ms
@eclipse-glsp/client:       ✔ should add all enabled (`true`) features, derived from the applied type hint, to the model: 1ms
@eclipse-glsp/client:       ✔ should remove all disabled (`false`) features, derived from the applied type hint, from the model: 0ms
@eclipse-glsp/client:   Suite duration: 0.002 s, Tests: 3
@eclipse-glsp/client:   AlignElementsCommand
@eclipse-glsp/client:       ✔ should align all elements left: 1ms
@eclipse-glsp/client:       ✔ should align all elements right: 1ms
@eclipse-glsp/client:       ✔ should align all elements center: 1ms
@eclipse-glsp/client:       ✔ should align all elements top: 0ms
@eclipse-glsp/client:       ✔ should align all elements bottom: 1ms
@eclipse-glsp/client:       ✔ should align all elements middle: 0ms
@eclipse-glsp/client:   Suite duration: 0.007 s, Tests: 6
@eclipse-glsp/client:   ResizeElementsCommand
@eclipse-glsp/client:       ✔ should make same width as last: 0ms
@eclipse-glsp/client:       ✔ should make same height as last: 0ms
@eclipse-glsp/client:       ✔ should make same width and height as last: 1ms
@eclipse-glsp/client:   Suite duration: 0.003 s, Tests: 3
@eclipse-glsp/client:   NavigationTarget
@eclipse-glsp/client:       ✔ should be able to set and get element IDs: 1ms
@eclipse-glsp/client:       ✔ should be able to set and get textual positions: 0ms
@eclipse-glsp/client:       ✔ should be able to set and get custom query arguments: 0ms
@eclipse-glsp/client:       ✔ should specify whether it has arguments: 0ms
@eclipse-glsp/client:   Suite duration: 0.001 s, Tests: 4
@eclipse-glsp/client:   MarqueeUtil Node marquee
@eclipse-glsp/client:       ✔ touch element: 0ms
@eclipse-glsp/client:       ✔ touch element (reverse): 0ms
@eclipse-glsp/client:       ✔ mark entire element: 0ms
@eclipse-glsp/client:       ✔ mark entire element (reverse): 0ms
@eclipse-glsp/client:   Suite duration: 0.001 s, Tests: 4
@eclipse-glsp/client:   MarqueeUtil Edge marquee
@eclipse-glsp/client:       ✔ touch edge: 1ms
@eclipse-glsp/client:       ✔ touch edge (reverse): 0ms
@eclipse-glsp/client:       ✔ mark entire edge: 1ms
@eclipse-glsp/client:       ✔ mark entire edge (reverse): 0ms
@eclipse-glsp/client:       ✔ edge path should be marked: 0ms
@eclipse-glsp/client:   Suite duration: 0.003 s, Tests: 5
@eclipse-glsp/client:   MarkerNavigator
@eclipse-glsp/client:       ✔ next(undefined) without any markers returns undefined: 0ms
@eclipse-glsp/client:       ✔ previous(undefined) without any markers returns undefined: 0ms
@eclipse-glsp/client:       ✔ next(undefined) with one marker returns the one marker: 1ms
@eclipse-glsp/client:       ✔ next(firstMarker) with only one marker returns again the first marker: 0ms
@eclipse-glsp/client:       ✔ previous(firstMarker) with only one marker returns again the first marker: 1ms
@eclipse-glsp/client:       ✔ next(firstMarker) with two marker returns second marker then again first marker: 0ms
@eclipse-glsp/client:       ✔ previous(firstMarker) with two marker returns second marker then again first marker: 0ms
@eclipse-glsp/client:       ✔ returns markers in the order left-to-right, top-to-bottom with next(): 1ms
@eclipse-glsp/client:       ✔ returns markers in the order left-to-right, top-to-bottom with previous(): 0ms
@eclipse-glsp/client:   Suite duration: 0.004 s, Tests: 9
@eclipse-glsp/client:   SModel Util calcRoute
@eclipse-glsp/client:       ✔ should return complete route: 0ms
@eclipse-glsp/client:       ✔ should filter duplicates with same coordinates: 1ms
@eclipse-glsp/client:       ✔ should not filter source and target even if duplicate coordinates: 0ms
@eclipse-glsp/client:       ✔ should filter duplicates with same coordinates but allow tolerance: 0ms
@eclipse-glsp/client:       ✔ should allow filtering based on point type: ROUTE_KINDS: 0ms
@eclipse-glsp/client:       ✔ should allow filtering based on point type: ROUTING_POINT_KINDS: 0ms
@eclipse-glsp/client:   Suite duration: 0.002 s, Tests: 6
@eclipse-glsp/client:   124 passing (191ms)

 

 >  Lerna (powered by Nx)   Successfully ran target test:ci for 2 projects


Done in 31.40s.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test Coverage (master only))
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ yarn test:coverage:ci
yarn run v1.22.19
$ yarn glsp coverageReport .
$ /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/node_modules/.bin/glsp coverageReport .
node:internal/errors:478
    ErrorCaptureStackTrace(err);
    ^

TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension "" for /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/node_modules/@eclipse-glsp/cli/bin/glsp. Loading extensionless files is not supported inside of "type":"module" package.json contexts. The package.json file /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/node_modules/@eclipse-glsp/cli/package.json caused this "type":"module" context. Try changing /home/jenkins/agent/workspace/eclipse-glsp_glsp-client_master/node_modules/@eclipse-glsp/cli/bin/glsp to have a file extension. Note the "bin" field of package.json can point to a file with an extension, for example {"type":"module","bin":{"glsp":"./bin/glsp.js"}}
    at new NodeError (node:internal/errors:387:5)
    at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:75:11)
    at defaultGetFormat (node:internal/modules/esm/get_format:117:38)
    at defaultLoad (node:internal/modules/esm/load:81:20)
    at nextLoad (node:internal/modules/esm/loader:163:28)
    at ESMLoader.load (node:internal/modules/esm/loader:605:26)
    at ESMLoader.moduleProvider (node:internal/modules/esm/loader:457:22)
    at new ModuleJob (node:internal/modules/esm/module_job:63:26)
    at ESMLoader.#createModuleJob (node:internal/modules/esm/loader:480:17)
    at ESMLoader.getModuleJob (node:internal/modules/esm/loader:434:34) {
  code: 'ERR_UNKNOWN_FILE_EXTENSION'
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
Stage "Deploy (master only)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Build result FAILURE: Send email notification to glsp-build@xxxxxxxxxxx
[Pipeline] emailext
Sending email to: glsp-build@xxxxxxxxxxx

Back to the top