tree: 6b550238b8d7239a2b03ab94b317349f19ba979e [path history] [tgz]
  1. ingest_test.sh
  2. ingest_test_2.sh
  3. ingest_test_3.sh
  4. README.md
  5. verify_test.sh
  6. verify_test_2.sh
test/test1/README.md

Command to run from command line

Can run this test with pre-existing splits; use the following command to create the table with 100 pre-existing splits

../../../bin/accumulo 'org.apache.accumulo.test.TestIngest' --createTable -u root -p secret --splits 100 --rows 0

Could try running verify commands after stopping and restarting accumulo

When write ahead log is implemented can try killing tablet server in middle of ingest

Run 5 parallel ingesters and verify:

. ingest_test.sh
# (wait)
. verify_test.sh
# (wait)

# Overwrite previous ingest:
. ingest_test_2.sh
# (wait)
. verify_test_2.sh
# (wait)

# Delete what was previously ingested:
. ingest_test_3.sh
# (wait)