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 Ingester tests #4249

Merged
merged 4 commits into from
Jan 9, 2024
Merged

Fix Ingester tests #4249

merged 4 commits into from
Jan 9, 2024

Conversation

gernest
Copy link
Contributor

@gernest gernest commented Jan 5, 2024

Ingester no longer inserts parquet data to frostdb the tests were passing by accident (assertions were in the wrong block that was never executed).

I needed these tests to be correct and passing because a lot of work has been done on frostdb to facilitate automatic record generation. To upgrade to these new improvements.

  • Both implementation must generate the same output arrow.Record

I included generated arrows in testdata directory for the reason above.

@gernest gernest requested review from a team as code owners January 5, 2024 16:24
@CLAassistant
Copy link

CLAassistant commented Jan 5, 2024

CLA assistant check
All committers have signed the CLA.

gernest and others added 4 commits January 9, 2024 14:48
Ingester no longer inserts parquet data to `frostdb` the tests were passing by
accident (assertions were in the wrong block that was never executed).

I needed these tests to be correct and passing because a lot of work has been
done on `frostdb` to facilitate automatic record generation. To upgrade to
these new improvements.

- Both implementation must generate the same output `arrow.Record`

I included generated arrows in `testdata` directory  for the reason above.
@thorfour thorfour merged commit 479368d into parca-dev:main Jan 9, 2024
32 of 34 checks passed
@gernest gernest deleted the fix-ingestion-test branch January 9, 2024 21:27
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.

3 participants