0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 16 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
used thread for master heartbeat instead of process which can help master avoids deadlock of threads(once there is thread hang on whole process, heartbeat is stopped too); changed to inject dtr into TestCase as late as possible for project code may hack TestCase#run for some reason; also updated little logs More... over 15 years ago
refactored drb test runner and worker_club More... over 15 years ago
changed worker club to be singleton class; fixed thread safe test result to_s method More... over 15 years ago
refactored start_rinda server to be with_rinda_server More... over 15 years ago
changed wakeup_agents to use Process instead of Thread More... over 15 years ago
updated some log output More... over 15 years ago
added useful log outputs More... over 15 years ago
remove rescuing DRbConnError in service; added more log outputs More... over 15 years ago
removed 2 useless log output; removed RUN_TEST_FINISHED notification when run test finished; fixed log_level env must use string problem More... over 15 years ago
added DTR_LOG_LEVEL env variable for specifying log level More... over 15 years ago
more useful logs output More... over 15 years ago
named agent log file: dtr_agent.log More... over 15 years ago
output more useful log; changed to always add localhost as first one in broadcast_list More... over 15 years ago
fixed gemspec More... over 15 years ago
fixed terminate tests left dead sub process problem More... over 15 years ago
fixed dtr:testtask More... over 15 years ago
fixed dtr_package task may cause test task problem More... over 15 years ago
clean logs; fixed bug: master process exits without waiting for drb test runner threads finished More... over 15 years ago
clean testdata; changed :setup_env_cmd to :agent_env_setup_cmd More... over 15 years ago
fixed gemspec More... over 15 years ago
refactored timeout of running test in test runner thread More... over 15 years ago
changed master process waiting finish strategy to check runner thread working in master process instead of counting More... over 15 years ago
cleaning test_unit implementation More... over 15 years ago
more reasonable test for: dont sync codebase and setup new working env for agent is in same dir with master process More... over 15 years ago
dont sync codebase and setup new working env for agent is in same dir with master process More... over 15 years ago
fixed test_multi_dtr_tasks_should_be_queued_and_processed_one_by_one More... over 15 years ago
setup agent_helper to start multi-agents for all tests More... over 15 years ago
clean logs in cmd More... over 15 years ago
clean logs in agents; moved setup dtr_master_env variable into WorkingEnv#within More... over 15 years ago
refactored sync_codebase&setup_env for agents More... over 15 years ago