Re: [MTT users] mtt reports arrive without subject.

2008-01-14 Thread Pavel Shamis (Pasha)
I found the problem  it was a typo in name of variable. I had 
something like :

email_subject: MPI regression $broken_name

After fixing the name I started to get reports !

Thanks.

Pasha


Pavel Shamis (Pasha) wrote:



I might've misread your last email. Did the new
email_subject INI parameter from above solve your issue? I'd
have to see the --debug output to know why the Subject was
blank.
  
Sorry I forgot to test the  "email_subject = MPI test results: 
_section()"

I just tested the command line mailer and it works well.


 

...
email_subject = MPI test results: $phase / $sectiona

In mail body I got:

Subject:
start_timestamp: Thu Jan 10 12:25:56 2008




Was the body of the email okay, or was it really blank
following the start_timestamp line?
  

The email body was ok and only the subj. was empty.

Thanks,
Ethan


 

Thanks.

--
Pavel Shamis (Pasha)
Mellanox Technologies




 

Pasha
___
mtt-users mailing list
mtt-us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/mtt-users



  






--
Pavel Shamis (Pasha)
Mellanox Technologies



Re: [MTT users] mtt reports arrive without subject.

2008-01-10 Thread Ethan Mallove
Hi Pasha,

I confess that I don't use the Email reporter. I think the
email_subject is out-of-date. Try this:

  email_subject = MPI test results: _section()

I'm unsure about the empty email body, but have an idea.
What does this output for you?

  $ which Mail mailx mail rmail mutt elm

I'm guessing the problem is that your mail agent has a
problem with doing this:

  $ cat foo.txt |  -s "MTT Mail Test" pa...@mellanox.co.il
  $ cat foo.txt
  Subject:
  start_timestamp: blah blah
  ...

The body of the mail message *should* be something like this:

  Subject: MPI test results: mpi install: mpi-developer
  start_timestamp: Thu Jan  3 16:35:53 2008
  bitness: 4
  compiler_name: sun
  compiler_version: 5.9 2007/07/12;
  configure_arguments: blah blah ...
  duration: 0 seconds
  endian: 0
  ENVIRONMENT_BEGIN
  prepend_path PATH /ws/ompi-tools/SUNWspro/SOS12-ML/bin
  ENVIRONMENT_END
  exit_signal: -1
  exit_value: 0
  merge_stdout_stderr: 1
  mpi_install_section_name: mpi-developer
  mpi_name: ompi-nightly-v1.0
  mpi_version: 1.0.3a1r11129
  os_version: s10x_u4wos_12
  phase: MPI Install
  result_message: blah blah ...
  start_timestamp: Thu Jan  3 16:37:16 2008
  test_result: 0
  vpath_mode: 0

Regards,
Ethan



On Thu, Jan/10/2008 02:55:10PM, Pavel Shamis (Pasha) wrote:
> Hi,
> I'm running MTT trunk (r1126) and I'm getting mail reports without any 
> subject.
> 
> In ini file I have:
> [Reporter: send email]
> module = Email
> email_to = pa...@mellanox.co.il
> email_subject = MPI test results: $phase / $sectiona
> 
> In mail body I got:
> 
> Subject:
> start_timestamp: Thu Jan 10 12:25:56 2008
> 
> Thanks.
> 
> -- 
> Pavel Shamis (Pasha)
> Mellanox Technologies
> 
> ___
> mtt-users mailing list
> mtt-us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/mtt-users


[MTT users] mtt reports arrive without subject.

2008-01-10 Thread Pavel Shamis (Pasha)

Hi,
I'm running MTT trunk (r1126) and I'm getting mail reports without any 
subject.


In ini file I have:
[Reporter: send email]
module = Email
email_to = pa...@mellanox.co.il
email_subject = MPI test results: $phase / $sectiona

In mail body I got:

Subject:
start_timestamp: Thu Jan 10 12:25:56 2008

Thanks.

--
Pavel Shamis (Pasha)
Mellanox Technologies