Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Add documentation #51

Open
ittaiz opened this issue Mar 29, 2018 · 10 comments
Open

Add documentation #51

ittaiz opened this issue Mar 29, 2018 · 10 comments
Assignees

Comments

@ittaiz
Copy link
Member

ittaiz commented Mar 29, 2018

No description provided.

@ensonic
Copy link

ensonic commented Oct 9, 2018

+100. Please expand the README and add a simple example.

@c-parsons
Copy link

+200

I was pointed to this repository, as I'm trying to tabulate alternatives for Bazel testing frameworks. It's very unclear to me what this testing framework does, what it intends to do, and what it's current usability and support state is. Could you provide some brief background here? Is this repository currently unmaintained?

@ittaiz
Copy link
Member Author

ittaiz commented Jan 16, 2019 via email

ittaiz added a commit that referenced this issue Jan 23, 2019
@ittaiz
Copy link
Member Author

ittaiz commented Jan 23, 2019

#101
@c-parsons and @ensonic Would love your feedback as well if this answers some or all of your questions.
Note that since I maintain the general part and the jvm one but not the go/python parts I will lean on my colleagues to hopefully add soon their respective snippets

ittaiz added a commit that referenced this issue Jan 23, 2019
* add more detailed readme

advances #51

* added buletted list

* add OSS examples

* Create README.md

* moved java to its own readme

* links relative
@ensonic
Copy link

ensonic commented Jan 27, 2019

Thanks, the changes in #101 are great. I was looking for generic helper to setup integration tests that are using bazel, while this focuses of scafolding for e.g. bazel rules.

@ittaiz
Copy link
Member Author

ittaiz commented Jan 27, 2019

what do you mean by "integration tests that are using bazel"? We also use this for E2Es where Bazel is one of the "collaborators" of the system-under-test.

@ensonic
Copy link

ensonic commented Jan 27, 2019

bazel test is for unit tests. For integration tests you need to setup test environments, etc.

@ittaiz
Copy link
Member Author

ittaiz commented Jan 27, 2019

I think integration tests are a vague enough term :(
We have, internally, integration as well as e2e tests which start everything from the test process (Kafka, Cassandra, Redis, ZK, MySQL, mongo, etc) and tests are independent, hermetic and reproducible.

If you’re talking about how to use bazel so that you setup “external” (to the test action) dependencies then I think that’s not really idiomatic in bazel. You can run without sandboxing and you should be able to achieve this.

@bkhouri
Copy link

bkhouri commented May 25, 2020

Is there an update on adding the python documentation?

@ittaiz
Copy link
Member Author

ittaiz commented May 25, 2020

not really but also the python version is very much unmaintained unfortunately

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

No branches or pull requests

4 participants