~brianaker/gearmand/ssl-update

« back to all changes in this revision

Viewing changes to tests/hostile.cc

  • Committer: Continuous Integration
  • Date: 2013-08-09 19:42:53 UTC
  • mfrom: (847.2.5 gearmand-1.2)
  • Revision ID: ci@tangent.org-20130809194253-7qi3duw695qkhlwz
Merge lp:~brianaker/gearmand/ssl-update Build: jenkins-Gearmand-817

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
 
326
326
static test_return_t worker_ramp_SETUP(void *object)
327
327
{
328
 
  test_skip_valgrind();
329
 
 
330
328
  worker_handles_st *handles= (worker_handles_st*)object;
331
329
 
332
330
  gearman_function_t echo_react_fn= gearman_function_create(echo_or_react_worker_v2);
546
544
 
547
545
static void *world_create(server_startup_st& servers, test_return_t&)
548
546
{
 
547
  SKIP_IF(valgrind_is_caller() == true);
549
548
  SKIP_IF(has_hostile() == false);
550
549
 
551
550
  hostile_server= libtest::get_free_port();