-
Notifications
You must be signed in to change notification settings - Fork 3
test-load-balancer/sample_projects
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ABOUT ----- This is a directory of tiny projects created to demontrate TLB setup. These projects are written in different languages, using different testing frameworks and build tools supported by TLB(and sister projects). Here is a short discription of each example project --------------------------------------------------- ant_junit [Java]: Java project using Ant. Demonstrates running of JUnit tests on Ant build target using TLB java support. buildr_junit [Java]: Java project using Buildr. Demonstrates running of JUnit tests on Buildr build target using TLB java support. rspec1_example [Ruby]: Demonstrates running of RSpec-1.x tests using Rake build target. This uses TLB Ruby suppport(you need to install tlb-rspec1 gem on your computer for this to work). rspec2_example [Ruby]: Demonstrates running of RSpec-2.x tests using Rake build target. This uses TLB Ruby suppport(you need to install tlb-rspec2 gem on your computer for this to work). test-unit_example [Ruby]: Demonstrates running of Test::Unit tests using Rake build target. This uses TLB Ruby suppport(you need to install tlb-rspec2 gem on your computer for this to work). cucumber_example [Ruby]: Demonstrates running of Cucumber tests using Rake build target. This uses TLB Ruby suppport (you need to install tlb-cucumber gem on your computer for this to work). HOW TO USE ---------- All of these projects have a shell-script 'run_balanced.sh' or 'run_balanced.bat' which should be executed from the respective project root. This script executes two partitions of tests(one after another). On Windows, you can do a "run_balanced.bat --help" to figure out how to use the script NOTE ---- These partitions are executed serially, but this setup is only for demonstration purpose and to help new TLB users with working build-fragments. In a real world situation all such partitions would be started at the same time, and executed on different machines parallely(hence the load distribution).
About
Examples of how TLB can be used in different ecosystems.
Resources
Stars
Watchers
Forks
Packages 0
No packages published