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

Consistency Integration Test #8

Open
marceloboeira opened this issue May 27, 2019 · 0 comments
Open

Consistency Integration Test #8

marceloboeira opened this issue May 27, 2019 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@marceloboeira
Copy link
Owner

We should create an integration test that splits up a big file or it performs an expected mathematical operations on generating records, in a way that the output can be inferred and checked.

e.g.:

  • splits up a 100MB video file into several 1MB files, sends to the commit log, re-assemble the file and checks md5 of the original and the re-assembled.
  • create a series of events that have random numbers, sum them from the source, then send the numbers as records through the stream and sum then on the output of the stream. Check if they are the same.

Acceptance criteria

Have a test that ensures consistency of the commit-log running on every build.

@marceloboeira marceloboeira added good first issue Good for newcomers help wanted Extra attention is needed labels May 27, 2019
This was referenced May 27, 2019
@marceloboeira marceloboeira added this to the 0.2.0 milestone May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant