Skip to content

Fix Doris devops.go SQL from `ORDER BY minute ASC` to `ORDER BY minut…

b6d054c
Select commit
Loading
Failed to load commit list.
Draft

Feat: Support New Database Doris #277

Fix Doris devops.go SQL from `ORDER BY minute ASC` to `ORDER BY minut…
b6d054c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jun 3, 2025 in 2m 45s

Build Failed

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #277 Support New Database: Doris.
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 failed.

Job Go OS State
656.1 Go 1.14 1.14.x Linux failed
656.2 Go 1.15 1.15.x Linux failed

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 ./..."
        ]
      }
    ]
  }
}