...
- Installation completes without issues
- Ctrl-C terminates the program without throwing an exception
- Program starts without exceptions (providing that the directories needed exist on the system)
Code Block | ||||
---|---|---|---|---|
| ||||
git clone https://github.com/rchain/rchain.git
cd rchain
git checkout dev
sbt clean bnfc:generate node/debian:packageBin
sudo apt install ./node/target/
sudo apt install ./node/target/rnode_0.3.1_all.deb
sudo systemctl start rnode.service
# in one terminal
sudo journalctl -f -u rnode.service
# in another terminal (for repl testing)
rnode --repl
# after that (for deploy testing)
rnode --deploy-demo |
Code Block | ||||
---|---|---|---|---|
| ||||
git clone https://github.com/rchain/rchain.git
cd rchain
git checkout dev
sbt clean bnfc:generate node/rpm:packageBin
sudo dnf install node/target/rpm/RPMS/noarch/rnode-0.3.1-1.noarch.rpm
sudo systemctl start rnode.service
# in one terminal
sudo journalctl -f -u rnode.service
# in another terminal (for repl testing)
rnode --repl
# after that (for deploy testing)
rnode --deploy-demo |
Testing Matrix
Who? | What Test the tasks described above in your assigned environment below. | |||
---|---|---|---|---|
Jeremy |
Test DEB (Ubuntu)
Test Deb, RRM, and tarball (stable)
1 GB RAM, 1 CPU
Test Fedora
RPM
non VMUbuntu 16.04 LTS Results (DEB):
Comments: | Fedora 27 VM Results (RPM):
Comments: | Debian Stable VM Results (DEB):
Comments: | ||
Henry | Debian Stable VM (1 GB RAM, 1 CPU): (DB, Binary Tarball Results (DEB):
Comments: Results (Binary Tarball):
| Fedora Laptop (8 GB RAM, 4 CPU) (RPM, Binary Tarball) Results (RPM):
Comments: Still seeing NPE when I exit REPL with CTRL-C https://rchain.atlassian.net/browse/CORE-485 Results (Binary Tarball):
| ||
Medha | Test docker 1 CPU, 1 GB RAM | |||
Mateusz | Ubuntu 16.04
| |||
Michael Birch | test locally with dev | assembly jar docker Result: Both work fine (modulo NPE on exit of repl via ^D) | ||
Sebastian | test locally with dev | test docker with dev |