-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Test data integrity #47
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
nitisht
commented
Dec 14, 2023
•
edited by theteachr
Loading
edited by theteachr
- Send logs to Parseable
- Wait for sync
- Download parquet from the store created by Parseable for the minute
- Compare the sent logs with the ones loaded from the downloaded parquet
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
theteachr
force-pushed
the
integrity-testing
branch
from
December 14, 2023 18:40
d77cdda
to
9e9430a
Compare
I have read the CLA Document and I hereby sign the CLA |
theteachr
changed the title
Initial commit: Add a test for data integrity
Test data integrity
Dec 14, 2023
recheck |
- Send logs to Parseable - Wait for sync - Download parquet from the store created by Parseable for the minute - Compare the sent logs with the ones loaded from the downloaded parquet
theteachr
force-pushed
the
integrity-testing
branch
from
December 15, 2023 03:10
27bfe5d
to
b4fb4a1
Compare
- Generate logs dynamically using `flog` - Ingest across minute boundaries
nitisht
commented
Dec 19, 2023
theteachr
added a commit
to parseablehq/parseable
that referenced
this pull request
Dec 19, 2023
This is necessary for parseablehq/quest#47 to work. When default compression algorithm was used, parquet files had unknown compression and couldn't be loaded during integrity testing using https://github.com/xitongsys/parquet-go.
trueleo
reviewed
Dec 19, 2023
@trueleo have you tested? does it work as expected |
@theteachr It seems to be failing with
I am running with default params and created a bucket named |
theteachr
reviewed
Dec 19, 2023
nitisht
pushed a commit
to parseablehq/parseable
that referenced
this pull request
Dec 19, 2023
This is necessary for parseablehq/quest#47 to work. When default compression algorithm was used, parquet files had unknown compression and couldn't be loaded during integrity testing using https://github.com/xitongsys/parquet-go.
Doing so was causing the wait time to be less than the sync time. * Misc Updates * - Check ingest response from Parseable - Add logs
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.