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

Upgrade Go, use modules and enable CI on GitHub Actions #220

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

Commits on Dec 17, 2021

  1. Bump Go to 1.17.5 and start using modules

    Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
    errordeveloper committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c1a57e7 View commit details
    Browse the repository at this point in the history
  2. Add env var to override common timeouts in tests

    There had been 4s & 5s timeouts that can lead to test failure, this
    rounds up both of these to 5s and provide LIBKV_TEST_SHORT_TIMEOUT
    for CI to override if needed.
    
    Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
    errordeveloper committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    d01e9da View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Remove Travis CI

    Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
    errordeveloper committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    8e504cf View commit details
    Browse the repository at this point in the history
  2. Configure basic GitHub Actions workflow

    Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
    errordeveloper committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    4ba2497 View commit details
    Browse the repository at this point in the history
  3. Rewrite testWatch

    - make the test more explicit about how watch method currently
      works on supported stores
    
    Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
    errordeveloper committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    45790e4 View commit details
    Browse the repository at this point in the history