ZuInnoTe / hadoopcryptoledger

Hadoop Crypto Ledger - Analyzing CryptoLedgers, such as Bitcoin Blockchain, on Big Data platforms, such as Hadoop/Spark/Flink/Hive
Apache License 2.0
141 stars 51 forks source link

Move integration tests from examples into new top-level folder and document in contribution guidelines #75

Closed phelps-sg closed 3 years ago

phelps-sg commented 3 years ago

The integration tests are currently in the examples/ folder, which makes them hard to find. Suggest moving into a new top-level folder called integration-tests/. Instructions for running the integration tests could be added to CONTRIBUTING.md.

jornfranke commented 3 years ago

The examples do not contain integration tests. Please do not work on any issues before it has been agreed and discussed. Otherwise we cannot accept pull requests.

phelps-sg commented 3 years ago

In examples/spark-bitcoinblock/ folder there is a folder called integration-test/. I was assuming that it was an integration test, but is it merely an example of an integration test? Can you point me to the correct location for the integration tests?