Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FKITDEV-2146: Fix the reconnecting #54

Merged
merged 6 commits into from
Mar 4, 2024

FKITDEV-2146: add test cases for reconnection

a6929f1
Select commit
Loading
Failed to load commit list.
Merged

FKITDEV-2146: Fix the reconnecting #54

FKITDEV-2146: add test cases for reconnection
a6929f1
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Mar 4, 2024 in 2m 25s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a normal build for the feature/FKITDEV-2146/optional-esign-queue branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js ENV OS State
429.1 16 NODE_ENV=travis Linux passed
429.2 18 NODE_ENV=travis Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Versions 16, 18
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "addons": {
    "apt": {
      "packages": [
        "rabbitmq-server",
        "openjdk-17-jdk"
      ]
    },
    "sonarcloud": {
      "organization": "techteamer"
    }
  },
  "node_js": [
    "16",
    "18"
  ],
  "git": {
    "depth": false
  },
  "env": [
    "jobs={:NODE_ENV=>\"travis\"}"
  ],
  "script": [
    "yarn test",
    "export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64",
    "export PATH=$JAVA_HOME/bin:$PATH",
    "sonar-scanner"
  ]
}