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

Changing to Mongo driver library #229

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Fix closing brackets on tsbs_mongo_load

a4b6940
Select commit
Failed to load commit list.
Open

Changing to Mongo driver library #229

Fix closing brackets on tsbs_mongo_load
a4b6940
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 8, 2023 in 2m 33s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #229 Changing to Mongo driver library.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Stage 1: test

This stage passed.

Job Go OS State
606.1 Go 1.14 1.14.x Linux passed
606.2 Go 1.15 1.15.x Linux passed

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Focal)
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "jobs": {
    "include": [
      {
        "stage": "test",
        "name": "Go 1.14",
        "go": "1.14.x",
        "install": [
          "skip"
        ],
        "script": [
          "GO111MODULE=on go test -v -race -coverprofile=coverage.txt -covermode=atomic ./..."
        ]
      },
      {
        "stage": "test",
        "name": "Go 1.15",
        "go": "1.15.x",
        "install": [
          "skip"
        ],
        "script": [
          "GO111MODULE=on go test -v -race -coverprofile=coverage.txt -covermode=atomic ./..."
        ]
      }
    ]
  }
}