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

[inner-2371] fix: sql execution hang problem caused by the inability to respond to the front side due to unprocessed packets. #3839

Merged
merged 2 commits into from
Nov 13, 2023

Merge branch 'master' into inner-2371

e4675a8
Select commit
Loading
Failed to load commit list.
Merged

[inner-2371] fix: sql execution hang problem caused by the inability to respond to the front side due to unprocessed packets. #3839

Merge branch 'master' into inner-2371
e4675a8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 13, 2023 in 4m 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 #3839 [inner-2371] fix: sql execution hang problem caused by the inability to respond to the front side due to unprocessed packets..
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Xenial)
JDK Version openjdk8
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "jdk": [
    "openjdk8"
  ],
  "bundler_args": "--retry 1",
  "branches": {
    "only": [
      "master",
      "/((\\d)|(\\.))+((\\/)tag)$/"
    ]
  },
  "deploy": [
    {
      "provider": "releases",
      "file_glob": true,
      "file": [
        "target/*-linux.tar.gz"
      ],
      "skip_cleanup": true,
      "on": {
        "repo": "actiontech/dble",
        "tags": true,
        "jdk": "openjdk8"
      },
      "draft": true,
      "token": {
        "secure": "BSUg1adCcO1vZJ1Jiyv/atERsQgphVUgj2WL5/cIJvXXBHp1DSNyQHPv8CyDkz7vH1cZbKe6ev+Bz2V/OyE9NMQVXRS5qwrUCw+ScGQHmMfuNkIPtpzGCuyNOUCwpGB28LzlTLmXgGGI/WhOokc3eCh7sJ6OftOkoRmGDD4x+2OyXy3Yd7rtyggzohfksmJ0oNqwA50f0vXXDC/KD51xOY3Ik4txi1sf65ccpJ2mR9nbDUphYbA6mzokX1L8cvuVyhV0N1Dd+SDpHE2eOXoretDQ1vK/i3K0fLoPpGsbagTSl75lgJi5LB4jQIxHAibLT+/St70WpB+7P2JqBq9ocaJnldLGgNmRb4osEnH/8lpurRkvonHY5kWgl3XBcolw/wd0c1fJmftJCyPwjJceSGg/+hG7516dqA2GEavgs8mMEMgxEcPH9Jp7fP9K72Ck7X28nyddBDH5AwI7lUY6PKTwmXBsH0hXupVWK7+d1nfMgK3hK6b2F1wE6TC82rLf7IwQUxIVcfSL/kuzzgJpaF0ccTTBNWHCf/At2hunTK1USPRj8AOteK99ype+6/0xhhiOFdNxWtu95IhFfpJPVeGtAVrh4fln2nA7erWmuD58QBGfoWFNJMhT8zshdg0AQpwAu5qcxgQBOddU8IO44g+eA5rosqH3AM7Yj3HvIXw="
      }
    }
  ]
}