tree: 321a63eb430c479daeba191eb557407fb9a24307 [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/system/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)