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

feat: support script for building and deploying OSS #115

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

karel-rehor
Copy link
Contributor

Proposed Changes

  • adds the script scripts/influxdb3-oss-local.sh for building and deploying influxdb OSS on the same machine
  • purpose is to
    • standardize build and deployment to simplify testing as OSS is rolled out.
    • add OSS testing to the build pipeline

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • Tests pass
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@karel-rehor karel-rehor requested a review from bednar November 28, 2024 16:03
@karel-rehor karel-rehor marked this pull request as draft November 28, 2024 16:03
Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.35%. Comparing base (5739de0) to head (e165807).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   60.35%   60.35%           
=======================================
  Files          33       33           
  Lines        2048     2048           
=======================================
  Hits         1236     1236           
  Misses        812      812           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@bednar bednar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let’s keep this in draft for now. We can use this script to test our v3 clients with InfluxDB 3 OSS, but let’s hold off on integrating it into CI.

For CI integration, we need to wait for the officially released image. That will give us confidence that the build, image, and server are stable, ensuring our CI won’t fail unpredictably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants