BAD: eof on file 0xbcf550 (output), expected 'stderr' at tests/test_job_process.c:3461 (test_spawn).
Bruno Bigras
bigras.bruno at gmail.com
Thu Dec 15 16:40:00 UTC 2011
One test fails when running 'make check'.
I got : BAD: eof on file 0xbcf550 (output), expected 'stderr' at
tests/test_job_process.c:3461 (test_spawn).
Ubuntu 11.10
$ uname -a
Linux ip-10-242-81-44 3.0.0-14-virtual #23-Ubuntu SMP Mon Nov 21 21:09:11
UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
Thanks,
Bruno
ubuntu at ip-10-242-81-44:~/upstart/testUp/upstart-1.4$ make check
Making check in intl
make[1]: Entering directory `/home/ubuntu/upstart/testUp/upstart-1.4/intl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/ubuntu/upstart/testUp/upstart-1.4/intl'
Making check in dbus
make[1]: Entering directory `/home/ubuntu/upstart/testUp/upstart-1.4/dbus'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/ubuntu/upstart/testUp/upstart-1.4/dbus'
Making check in init
make[1]: Entering directory `/home/ubuntu/upstart/testUp/upstart-1.4/init'
make check-am
make[2]: Entering directory `/home/ubuntu/upstart/testUp/upstart-1.4/init'
make test_system test_environ test_process test_job_class test_job_process
test_job test_log test_event test_event_operator test_blocked
test_parse_job test_parse_conf test_conf test_control
make[3]: Entering directory `/home/ubuntu/upstart/testUp/upstart-1.4/init'
make[3]: `test_system' is up to date.
make[3]: `test_environ' is up to date.
make[3]: `test_process' is up to date.
make[3]: `test_job_class' is up to date.
make[3]: `test_job_process' is up to date.
make[3]: `test_job' is up to date.
make[3]: `test_log' is up to date.
make[3]: `test_event' is up to date.
make[3]: `test_event_operator' is up to date.
make[3]: `test_blocked' is up to date.
make[3]: `test_parse_job' is up to date.
make[3]: `test_parse_conf' is up to date.
make[3]: `test_conf' is up to date.
make[3]: `test_control' is up to date.
make[3]: Leaving directory `/home/ubuntu/upstart/testUp/upstart-1.4/init'
make check-TESTS
make[3]: Entering directory `/home/ubuntu/upstart/testUp/upstart-1.4/init'
Testing system_kill()
...with TERM signal
...with KILL signal
...with no group leader
[0;32mPASS[m: test_system
Testing environ_add()
...with empty table
...with new variable
...with new variable from environment
...with new variable unset in environment
...with replacement variable
...with replacement variable from environment
...with replacement variable unset in environment
...with new variable but no replace
...with existing variable
...with existing variable from environment
...with existing variable unset in environment
Testing environ_append()
...with new entries
...with replacement entries
...with preserve existing entries
Testing environ_set()
Testing environ_lookup()
...with empty table
...with key to be found
...with key not found
...with key that is prefix of another
...with longer key
Testing environ_get()
...with empty table
...with key to be found
...with key not found
...with key that is prefix of another
Testing environ_getn()
...with empty table
...with key to be found
...with key not found
...with key that is prefix of another
...with longer key
Testing environ_all_valid()
...with valid table
...with empty table
...with missing equals
Testing environ_expand()
...with no expansion
...with simple expansion
...with simple expansion of smaller value
...with simple expansion of same size value
...with multiple simple expansions
...with simple bracketed expression
...with multiple simple bracketed expression
...with simple expression inside bracketed expression
...with bracketed expression inside bracketed expression
...with bracketed default expression
...with bracketed default expression for set variable
...with bracketed default expression for null variable
...with bracketed default or null expression
...with bracketed default or null expression for set variable
...with bracketed default or null expression for null variable
...with bracketed alternate expression
...with bracketed alternate expression for set variable
...with bracketed alternate expression for null variable
...with bracketed alternate or null expression
...with bracketed alternate or null expression for set variable
...with bracketed alternate or null expression for null variable
...with references in bracketed expression argument
...with dollar sign in whitespace
...with bracketed dollar sign
...with simple expansion of unknown variable
...with bracketed expansion of unknown variable
...with expansion of unknown variable within expression name
...with expansion of unknown variable within expression argument
...with unknown operator in expression
...with missing close brace after expression
[0;32mPASS[m: test_environ
Testing process_new()
Testing process_name()
...with main process
...with pre-start process
...with post-start process
...with pre-stop process
...with post-stop process
...with invalid process
Testing process_from_name()
...with main process
...with pre-start process
...with post-start process
...with pre-stop process
...with post-stop process
...with invalid process
[0;32mPASS[m: test_process
Testing job_class_new()
Testing job_class_consider()
...with no registered class and best class
...with no registered class and not best class
...with registered class that cannot be replaced
...with replacable registered class and best class
...with replacable registered class and not best class
Testing job_class_reconsider()
...with registered best class
...with registered not best class
...with registered not best class that can't be replaced
...with unregistered class
...with no registered class
...with no classes to replace it
Testing job_class_register()
...with signal emission
...without signal emission
Testing job_class_unregister()
Testing job_class_environment()
...with no configured environment
...with configured environment
...with configuration overriding built-ins
Testing job_class_get_instance()
...with running job
...with unknown job
...with environment
...with invalid environment
Testing job_class_get_instance_by_name()
...with known job
...with singleton job
...with unknown instance
Testing job_class_get_all_instances()
...with active instances
...with no instances
Testing job_class_start()
...with new job
...with no wait
...with stopping job
...with starting job
...with environment
...with invalid environment
Testing job_class_stop()
...with running job
...with no wait
...with stopping job
...with unknown job
...with environment
...with invalid environment
Testing job_class_restart()
...with running job
...with no wait
...with stopping job
...with unknown job
...with environment
...with invalid environment
Testing job_class_get_name()
Testing job_class_get_description()
...with description
...with no description
Testing job_class_get_author()
...with author
...with no author
Testing job_class_get_version()
...with version
...with no version
Testing job_class_get_start_on()
...with event tree
...with no events
Testing job_class_get_stop_on()
...with event tree
...with no events
Testing job_class_get_emits()
...with events
...with no events
[0;32mPASS[m: test_job_class
Testing job_process_run()
...with simple command
...with shell command
...with small script
...with small script and trailing newlines
...with script that will fail
...with environment of unnamed instance
...with environment of named instance
...with environment for pre-stop
...with environment for post-stop
...with long script
...with non-daemon job
...with script for daemon job
...with daemon job
...with forking job
...with no such file
...ensure that no log file written for single-line no-output script
...ensure that no log file written for single-line no-output command
...ensure that no log file written for CONSOLE_NONE
...ensure that no log file written for multi-line no-output script
...with single-line script that writes 1 line to stdout
...with single-line script that is killed
...with single-line command that is killed
...with multi-line script that is killed
...with single-line script that writes 1 byte and is killed
...with multi-line script that writes 1 byte and is killed
...with single-line command that writes 1 line to stdout
...with multi-line script that writes 1 line to stdout
...with instance job and single-line script that writes 1 line to stdout
...with single-line script that writes >1 lines to stdout
...with single-line command that writes >1 lines to stdout
...with multi-line script that writes >1 lines to stdout
...with single-line script that writes 1 line to stderr
...with single-line command that writes 1 line to stderr
...with multi-line script that writes 1 line to stderr
...with single-line script that writes >1 lines to stderr
...with single-line command that writes >1 lines to stderr
...with multi-line script that writes >1 lines to stderr
...with single-line script that writes 1 line to stdout then 1 line to
stderr
...with single-line script that writes 1 line to stderr then 1 line to
stdout
...with single-line command that writes to stdout and stderr
...with single-line script running an invalid command
...with multi-line script running an invalid command
...with multi-line script that writes 1 line to stdout then 1 line to stderr
...with multi-line script that writes 1 line to stderr then 1 line to stdout
...with setuid me
test: Temporary process spawn error: Cannot allocate memory
test: Temporary process spawn error: Cannot allocate memory
test: Temporary process spawn error: Cannot allocate memory
test: Temporary process spawn error: Cannot allocate memory
test: Temporary process spawn error: Cannot allocate memory
test: Temporary process spawn error: Cannot allocate memory
test: Temporary process spawn error: Cannot allocate memory
test: Temporary process spawn error: Cannot allocate memory
test: Temporary process spawn error: Cannot allocate memory
test: Temporary process spawn error: Cannot allocate memory
Testing job_process_spawn()
...with simple job
...with no console
...with console logging
...with working directory
...with environment
...with non-daemon job
...with daemon job
...with no such file
...with debug enabled
...ensure sane signal state with no console
...ensure sane signal state with log console
...simple test
...with single-line script and 'console log'
...with multi-line script and 'console log'
...read single null byte with 'console log'
...read data from forked process
...read data from daemon process
BAD: eof on file 0xbcf550 (output), expected 'stderr
'
at tests/test_job_process.c:3461 (test_spawn).
/bin/bash: line 5: 14840 Aborted ${dir}$tst
[0;31mFAIL[m: test_job_process
Testing job_new()
...with no name
...with name given
...with D-Bus connection
Testing job_register()
...with signal emission
...without signal emission
Testing job_change_goal()
...with waiting job
...with stopping job
...with running job and start
...with running job and stop
...with running job and no process
...with starting job
...with waiting job
Testing job_change_state()
...waiting to starting
...waiting to starting for named instance
...waiting to starting with export
...starting to pre-start
...starting to pre-start without process
...starting to pre-start for failed process
...pre-start to spawned
...pre-start to spawned for named instance
...pre-start to spawned with export
...pre-start to spawned without process
...pre-start to spawned for failed process
...pre-start to spawned for waiting job
...spawned to post-start
...spawned to post-start without process
...spawned to post-start for failed process
...post-start to running for service
...post-start to running for task
...running to pre-stop
...running to pre-stop without process
...running to pre-stop for named instance
...running to pre-stop with export
...running to pre-stop for failed process
...running to stopping
...running to stopping for named instance
...running to stopping with export
...running to stopping for killed process
...running to stopping for unknown signal
...pre-stop to running
...pre-stop to stopping
...stopping to killed
...stopping to killed without process
...killed to post-stop
...killed to post-stop without process
...killed to post-stop for failed process
...post-stop to waiting
...post-stop to waiting for named instance
...post-stop to waiting with export
...post-stop to waiting with d-bus connection
...post-stop to starting
...post-stop to starting without new environment
...post-stop to waiting for replaced job
...post-stop to waiting for still active job
...post-stop to waiting for deleted job
Testing job_next_state()
...with waiting job and a goal of start
...with starting job and a goal of stop
...with starting job and a goal of start
...with pre-start job and a goal of stop
...with pre-start job and a goal of start
...with spawned job and a goal of stop
...with spawned job and a goal of start
...with post-start job and a goal of stop
...with post-start job and a goal of start
...with post-start job and a goal of respawn
...with running job and a goal of stop
...with dead running job and a goal of stop
...with running job and a goal of start
...with pre-stop job and a goal of start
...with pre-stop job and a goal of stop
...with post-start job and a goal of respawn
...with stopping job and a goal of start
...with stopping job and a goal of stop
...with killed job and a goal of start
...with killed job and a goal of stop
...with post-stop job and a goal of start
...with post-stop job and a goal of stop
Testing job_failed()
...with no current failure
...with previous failure
Testing job_finished()
...with blocked events
...with blocked events and failure
...without blocked events
Testing job_emit_event()
...with singleton in starting state
...with instance in starting state
...with singleton in running state
...with instance in running state
...with non-failed singleton in stopping state
...with non-failed instance in stopping state
...with failed singleton in stopping state
...with failed instance in stopping state
...with killed singleton in stopping state
...with killed instance in stopping state
...with unknown killed singleton in stopping state
...with unknown killed instance in stopping state
...with unstarted singleton in stopping state
...with unstarted instance in stopping state
...with failed respawn singleton in stopping state
...with failed respawn instance in stopping state
...with non-failed singleton in stopped state
...with non-failed instance in waiting state
...with failed singleton in waiting state
...with failed instance in waiting state
...with killed singleton in waiting state
...with killed instance in waiting state
...with unknown killed singleton in waiting state
...with unknown killed instance in waiting state
...with unstarted singleton in waiting state
...with unstarted instance in waiting state
...with failed respawn singleton in waiting state
...with failed respawn instance in waiting state
Testing job_name()
...with non-instance job
...with instance job
...with multiple calls
Testing job_goal_name()
...with stop goal
...with start goal
...with respawn goal
...with invalid goal
Testing job_goal_from_name()
...with stop goal
...with start goal
...with respawn goal
...with invalid goal
Testing job_state_name()
...with waiting state
...with starting state
...with pre-start state
...with spawned state
...with post-start state
...with running state
...with pre-stop state
...with stopping state
...with killed state
...with post-stop state
...with invalid state
Testing job_state_from_name()
...with waiting state
...with starting state
...with pre-start state
...with spawned state
...with post-start state
...with running state
...with pre-stop state
...with stopping state
...with killed state
...with post-stop state
...with invalid state
Testing job_start()
...with stopping job
...with no wait
...with starting job
Testing job_stop()
...with running job
...with no wait
...with stopping job
Testing job_restart()
...with running job
...with no wait
...with stopping job
Testing job_get_name()
...with instance name
...with no instance name
Testing job_get_goal()
Testing job_get_state()
Testing job_get_processes()
...with no processes
...with pre-start process
...with post-start process and no main process
...with main process
...with main process and post-start process
...with main process and pre-stop process
...with pre-stop process and no main process
...with post-stop process
[0;32mPASS[m: test_job
Testing log_new()
...object checks with uid 0
...ensure logging disallowed for uid >0
...parent check
...writing a new log file with uid 0
...same logger appending to file with uid 0
...different logger appending to file with uid 0
...ensure logging resumes when file made accessible with uid 0
...ensure logger flushes when destroyed with uid 0
...ensure log written when directory created accessible with uid 0
...ensure remainder of log written when file deleted with uid 0
...writing 1 null with uid 0
...writing >1 null with uid 0
...writing 1 non-printable only with uid 0
...writing >1 non-printable only with uid 0
...with very long relative path and uid 0
...with overly long relative path and uid 0
...with very long absolute path and uid 0
...with overly long absolute path and uid 0
Testing log_destroy()
...ensure log fd closed with uid 0
...ensure path and io elements freed with uid 0
...ensure unflushed data freed with uid 0
[0;32mPASS[m: test_log
Testing event_new()
Testing event_block()
Testing event_unblock()
Testing event_poll()
...with unblocked pending event
...with unblocked handling event
...with blocked handling event
...with finished event
Testing event_pending()
Testing event_pending_handle_jobs()
...with non-matching event for start
...with partial matching event to start
...with matching events to start
...with environment in start event
...with restart of stopping job
...with already running job
...with instance name
...with restart of existing instance
...with error in instance name
...with non-matching event for stop
...with matching event to stop
...with environment in stop event
...with stop of restarting job
...with already stopping job
...with environment expansion in stop event
Testing event_finished()
...with non-failed event
...with failed event
...with failed failed event
...with non-blocked stopping job
...with non-blocked starting job
...with stopping job but wrong event
...with starting job but wrong event
...with stopping job
...with starting job
[0;32mPASS[m: test_event
Testing event_operator_new()
...with EVENT_MATCH
...with EVENT_MATCH and environment
...with EVENT_OR
Testing event_operator_copy()
...with EVENT_OR
...with EVENT_MATCH and no environment or event
...with EVENT_MATCH and environment
...with EVENT_MATCH and referenced event
...with children
Testing event_operator_destroy()
...with referenced event
...without referenced event
Testing event_operator_update()
...with EVENT_OR and both children FALSE
...with EVENT_OR and only left child TRUE
...with EVENT_OR and only right child TRUE
...with EVENT_OR and both children TRUE
...with EVENT_AND and both children FALSE
...with EVENT_AND and only left child TRUE
...with EVENT_AND and only right child TRUE
...with EVENT_AND and both children TRUE
Testing event_operator_match()
...with different name events
...with same name events
...with same environment lists
...with environment lists and wrong values
...with environment lists and wrong values negated
...with environment lists and correct values negated
...with shorter environment list in operator
...with matching value lists
...with non-matching value lists
...with shorter value list in operator
...with shorter list in event
...with different order environment lists
...with value list and variable list
...with unknown variable in operator
...with globs in operator environment
...with globs in operator value
...with variable reference in operator
...with unknown variable reference in operator
Testing event_operator_handle()
...with non-matching event
...with matching event
...with duplicate matching event
...with matching event and complete expression
...with environment
Testing event_operator_environment()
...with environment table
...with environment variable for event list
...with no matches
Testing event_operator_events()
...with matches in tree
...with no matches
Testing event_operator_reset()
[0;32mPASS[m: test_event_operator
Testing blocked_new()
...with job
...with event
...with D-Bus EmitEvent method
...with D-Bus Instance.Start method
...with D-Bus Instance.Stop method
...with D-Bus Instance.Restart method
...with D-Bus Job.Start method
...with D-Bus Job.Stop method
...with D-Bus Job.Restart method
[0;32mPASS[m: test_blocked
Testing parse_job()
...with simple job file
...with missing exec and script
...with non-NULL update parameter (override)
Testing stanza_instance()
...with argument
...with multiple stanzas
...with extra argument
...with missing argument
Testing stanza_description()
...with single argument
...with multiple stanzas
...with missing argument
...with extra argument
Testing stanza_version()
...with single argument
...with multiple stanzas
...with missing argument
...with extra argument
Testing stanza_author()
...with single argument
...with multiple stanzas
...with missing argument
...with extra argument
Testing stanza_env()
...with single argument
...with repeated stanzas
...with missing argument
...with extra argument
Testing stanza_export()
...with single argument
...with multiple arguments
...with multiple stanzas
...with missing argument
Testing stanza_start()
...with event name
...with event name and arguments
...with event name and various arguments
...with operator and two events
...with operator and two events with arguments
...with multiple operators
...with parentheses
...with nested parentheses
...with multiple on stanzas
...with missing argument
...with unknown argument
...with on and missing argument
...with operator at start of expression
...with operator at end of expression
...with consecutive operators
...with operator at start of group
...with operator at end of group
...with missing open paren
...with missing close paren
...with group immediately after event
...with event immediately after group
...with positional arguments after name-based ones
Testing stanza_stop()
...with event name
...with event name and arguments
...with event name and various arguments
...with operator and two events
...with operator and two events with arguments
...with multiple operators
...with parentheses
...with nested parentheses
...with multiple on stanzas
...with missing argument
...with unknown argument
...with on and missing argument
...with operator at start of expression
...with operator at end of expression
...with consecutive operators
...with operator at start of group
...with operator at end of group
...with missing open paren
...with missing close paren
...with group immediately after event
...with event immediately after group
...with positional arguments after name-based ones
Testing stanza_emits()
...with single argument
...with multiple arguments
...with multiple stanzas
...with missing argument
Testing stanza_manual()
...manual_stanza before start on
...manual stanza after start on
Testing stanza_exec()
...with arguments
...with duplicates
...with exec following script
...with no arguments
Testing stanza_script()
...with block
...with multiple blocks
...with script following exec
...with argument
Testing stanza_pre_start()
...with exec and command
...with multiple exec
...with script and block
...with multiple script
...with script following exec
...with exec following script
...with exec but no command
...with argument to script
...with unknown argument
...with missing argument
Testing stanza_post_start()
...with exec and command
...with multiple exec
...with script and block
...with multiple script
...with script following exec
...with exec following script
...with exec but no command
...with argument to script
...with unknown argument
...with missing argument
Testing stanza_pre_stop()
...with exec and command
...with multiple exec
...with script and block
...with multiple script
...with script following exec
...with exec following script
...with exec but no command
...with argument to script
...with unknown argument
...with missing argument
Testing stanza_post_stop()
...with exec and command
...with multiple exec
...with script and block
...with multiple script
...with script following exec
...with exec following script
...with exec but no command
...with argument to script
...with unknown argument
...with missing argument
Testing stanza_expect()
...with stop argument
...with daemon argument
...with fork argument
...with none argument
...with multiple for stanzas
...with missing argument
...with unknown argument
...with extra argument
Testing stanza_task()
...with no arguments
...with multiple stanzas
...with arguments
Testing stanza_kill()
...with timeout and single argument
...with signal and single argument
...with multiple timeout and single argument stanzas
...with multiple signal and single argument stanzas
...with missing argument
...with unknown second argument
...with timeout and missing argument
...with signal and missing argument
...with timeout and non-integer argument
...with timeout and too-large argument
...with timeout and alphanumeric argument
...with timeout and negative argument
...with signal and unknown signal argument
...with timeout and extra argument
...with signal and extra argument
Testing stanza_respawn()
...with no argument
...with multiple no argument stanzas
...with limit and two arguments
...with limit and unlimited
...with multiple limit and two argument stanzas
...with limit and missing second argument
...with limit and missing arguments
...with limit and non-integer interval argument
...with limit and too-large interval argument
...with limit and non-integer limit argument
...with limit and too-large limit argument
...with limit and alphanumeric interval argument
...with limit and alphanumeric limit argument
...with limit and negative interval argument
...with limit and negative interval argument
...with extra argument to limit
...with unknown argument to limit
Testing stanza_normal()
...with single argument
...with single argument containing signal name
...with multiple arguments
...with multiple stanzas
...with missing argument
...with non-integer argument
...with alphanumeric argument
...with negative argument
...with unknown argument
...with missing exit
Testing stanza_console()
...with none argument
...with output argument
...with owner argument
...with log argument
...with multiple stanzas
...with unknown argument
...with argument
...with missing argument
Testing stanza_umask()
...with single argument
...with multiple stanzas
...with missing argument
...with non-octal argument
...with non-integer argument
...with alphanumeric argument
...with negative argument
...with extra argument
Testing stanza_nice()
...with positive argument
...with negative argument
...with multiple stanzas
...with missing argument
...with overly large argument
...with overly small argument
...with non-integer argument
...with alphanumeric argument
...with extra argument
Testing stanza_oom()
...with positive argument
...with positive score argument
...with negative argument
...with negative score argument
...with never argument
...with never score argument
...with multiple stanzas
...with multiple score stanzas
...with an oom overriding an oom score stanza
...with an oom score overriding an oom stanza
...with missing argument
...with missing score argument
...with overly large argument
...with overly large score argument
...with overly small argument
...with overly small score argument
...with non-integer argument
...with non-integer score argument
...with alphanumeric argument
...with alphanumeric score argument
...with extra argument
...with extra score argument
Testing stanza_limit()
...with as limit
...with core limit
...with cpu limit
...with data limit
...with fsize limit
...with memlock limit
...with msgqueue limit
...with nice limit
...with nofile limit
...with nproc limit
...with rss limit
...with rtprio limit
...with sigpending limit
...with stack limit
...with multiple limits
...with multiple of a single limit
...with unlimited hard limit
...with unlimited soft limit
...with missing hard limit
...with missing soft limit
...with unknown resource type
...with missing resource type
...with non-integer hard value argument
...with non-integer soft value argument
...with too-large hard value argument
...with too-large soft value argument
...with alphanumeric hard value argument
...with alphanumeric soft value argument
...with extra argument
Testing stanza_chroot()
...with single argument
...with multiple stanzas
...with missing argument
...with extra argument
Testing stanza_chdir()
...with single argument
...with multiple stanzas
...with missing argument
...with extra argument
Testing stanza_setuid()
...with single argument
...with multiple stanzas
...with missing argument
...with extra argument
Testing stanza_setgid()
...with single argument
...with multiple stanzas
...with missing argument
...with extra argument
[0;32mPASS[m: test_parse_job
Testing parse_conf()
...with simple file
[0;32mPASS[m: test_parse_conf
Testing conf_source_new()
Testing conf_file_new()
Testing conf_source_reload() with job directory
...with new job directory
...with new file in directory (direct write)
...with modified job (direct write)
...with modified job (atomic rename)
...with deleted job
...with modification to running job
...with modification to replacement for running job
...with deletion of replacement for running job
...with deletion of running job
...with error after modification of job
...with parse error after modification of job
...with error parsing job
...with job parse error
...with non-existant directory
...with deletion of top-level directory
...without .conf extension only
...with literal .conf file
...with new job directory but no inotify
...with reload of job directory
...with error parsing job without inotify
...with job parse error without inotify
...with non-existant directory and no inotify
...with reload of deleted directory
...without .conf extension only
...with literal .conf file
Testing conf_source_reload() with config directory
...with new conf directory
...with new file in directory
...with modified file in directory
...with deleted file
...with error after modification of file
...with parse error after modification of file
...with error parsing file
...with non-existant directory
...with deletion of top-level directory
...with new conf directory but no inotify
...with reload of conf directory
...with error parsing file without inotify
...with parse error without inotify
...with non-existant directory and no inotify
...with reload of deleted directory
Testing conf_source_reload() with configuration file
...with new conf file
...with new file alongside conf file
...with modification to file alongside conf file
...with modification (direct write)
...with modification (atomic rename)
...with deletion
...with creation (direct write)
...with creation (atomic rename)
...with error after modification
...with parse error after modification
...with physical error parsing file
...with parse error
...with non-existant file
...with deletion of parent directory
...with new conf file but no inotify
...with reload of conf file
...with error parsing file without inotify
...with parse error without inotify
...with non-existant conf file and no inotify
...with reload of deleted conf file
Testing conf_source_reload()
Testing toggle_conf_name() changing conf to override
...changing override to conf
Testing override files
...with pre-override environment (conf with no override before watch)
...with pre-override environment (conf with no override after watch)
...ensure lone override ignored before watch
...ensure lone override ignored after watch
...create conf, watch, then create/modify/delete override
...create watch, conf, then create/modify/delete override
...create override, watch, then create/modify/delete conf
...create watch, override, then create/modify/delete conf
...create override, watch, conf, then modify/delete override
...create watch, override, conf, then modify/delete override
...create both conf+override files, watch, then modify/delete conf
...create both conf+override files, watch, then modify/delete override
...create conf, watch, then create invalid override, delete override
...ensure override ignored for CONF_FILE
...both conf+override files with no inotify support
Testing conf_file_destroy()
...with not-current job
...with stopped job
...with running job
Testing conf_select_job()
...with one file
...with multiple files
...with file but no attached job
...with no match
[0;32mPASS[m: test_conf
Testing control_server_open()
...with expected success
...with already listening
Testing control_server_connect()
...with no jobs
...with existing jobs
Testing control_server_close()
Testing control_bus_open()
...with system bus
...with existing jobs
...with disconnect during registration
...with our name already taken
...with no system bus
Testing control_bus_close()
Testing control_disconnected()
Testing control_reload_configuration()
Testing control_get_job_by_name()
...with known job
...with unknown job
...with illegal job name
Testing control_get_all_jobs()
...with registered jobs
...with no registered jobs
Testing control_emit_event()
...with empty environment list
...with environment list
...with no wait
...with failed event
...with empty name
...with missing equals in environment list
Testing control_get_version()
Testing control_get_log_priority()
...with fatal
...with error
...with warn
...with message
...with info
...with debug
Testing control_set_log_priority()
...with fatal
...with error
...with warn
...with message
...with info
...with debug
...with unknown string
[0;32mPASS[m: test_control
[0;31m===============================================
1 of 14 tests failed
Please report to upstart-devel at lists.ubuntu.com
===============================================[m
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/ubuntu/upstart/testUp/upstart-1.4/init'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/ubuntu/upstart/testUp/upstart-1.4/init'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/ubuntu/upstart/testUp/upstart-1.4/init'
make: *** [check-recursive] Error 1
ubuntu at ip-10-242-81-44:~/upstart/testUp/upstart-1.4$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/upstart-devel/attachments/20111215/b9529c74/attachment-0001.html>
More information about the upstart-devel
mailing list