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

Fix flaky test in LogUtilTest.groovy #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix flaky test in LogUtilTest.groovy

bec72f0
Select commit
Loading
Failed to load commit list.
Open

Fix flaky test in LogUtilTest.groovy #92

fix flaky test in LogUtilTest.groovy
bec72f0
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 9, 2023 in 4m 5s

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 #92 fix flaky test in LogUtilTest.groovy.
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 (Trusty)
JDK Version openjdk8
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "jdk": [
    "openjdk8"
  ],
  "before_install": [
    "if [ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ]; then openssl aes-256-cbc -K $encrypted_4f2072688125_key -iv $encrypted_4f2072688125_iv -in maintainer-secring.gpg.enc -out maintainer-secring.gpg -d; fi"
  ],
  "before_cache": [
    "rm -f  $HOME/.gradle/caches/modules-2/modules-2.lock",
    "rm -fr $HOME/.gradle/caches/*/plugin-resolution/"
  ],
  "cache": {
    "directories": [
      "$HOME/.gradle/caches/",
      "$HOME/.gradle/wrapper/"
    ]
  },
  "script": [
    "git config --global user.email \"builds@travis-ci.com\"",
    "git config --global user.name \"Travis CI\"",
    "./gradlew check",
    "if [ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ];then git checkout master;git remote set-url origin \"https://$GITHUBKEY@github.com/yahoo/parsec-libraries\";./gradlew release;fi",
    "if [ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ]; then ./gradlew publish closeAndReleaseSonatypeStagingRepository; fi"
  ],
  "env": [
    "global=SIGNING_KEYID=[secure]=SIGNING_PWD=[secure]=OSS_USER=[secure]=OSS_PW=[secure]=GITHUBKEY=[secure]"
  ],
  "branches": {
    "only": [
      "master"
    ]
  }
}