Re: Session Logs for our classroom sessions

2013-02-06 Thread Phill Whiteside
Hi Brian,

thanks for the clarification. I did mention that whoopsie only monitors
/var/crash. I should have stated that apport actually generates the file in
/var/crash. Also, thanks for putting clearly what is some what long-winded
on the error wiki area about the switch from dev release to stable release
in terms of where the reports end up.

regards,

Phill.

On 6 February 2013 20:08, Brian Murray  wrote:

> On Wed, Feb 06, 2013 at 02:09:23PM -0500, Nicholas Skaggs wrote:
> > I wanted to share some session logs for anyone who hasn't been able
> > to make our classroom sessions. I updated the page with the logs,
> > but I'll include them inline here as well:
> >
> > https://wiki.ubuntu.com/Testing/Activities/Classroom#preview
> >
> > In particular, here are the logs for each of the sessions that have
> > already occurred:
> >
> > Phillw and Nicholas's intro sessions:
> > http://irclogs.ubuntu.com/2013/01/15/%23ubuntu-classroom.html#t19:01
> > Phillw and Gema's sessions on bugs:
> > http://irclogs.ubuntu.com/2013/02/06/%23ubuntu-classroom.html#t16:01
>
> I wanted to clarify the role of whoopsie and apport here.  It is
> actually apport that notices application crashes and creates files
> regarding the fact that there was a crash and that this should be
> uploaded.  Whoopsie then notices that there is a crash that should be
> uploaded and sends the crash to daisy.
>
> Additionally, if you are using the development release of Ubuntu apport
> will send the crash file to Launchpad and start the bug filing process
> for you.  For stable releases of Ubuntu these only go to the error
> tracker.
>
> --
> Brian Murray
> Ubuntu Bug Master
>
> --
> Ubuntu-quality mailing list
> Ubuntu-quality@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality
>
> --
> 
> https://wiki.ubuntu.com/phillw
-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: Session Logs for our classroom sessions

2013-02-06 Thread Brian Murray
On Wed, Feb 06, 2013 at 02:09:23PM -0500, Nicholas Skaggs wrote:
> I wanted to share some session logs for anyone who hasn't been able
> to make our classroom sessions. I updated the page with the logs,
> but I'll include them inline here as well:
> 
> https://wiki.ubuntu.com/Testing/Activities/Classroom#preview
> 
> In particular, here are the logs for each of the sessions that have
> already occurred:
> 
> Phillw and Nicholas's intro sessions:
> http://irclogs.ubuntu.com/2013/01/15/%23ubuntu-classroom.html#t19:01
> Phillw and Gema's sessions on bugs:
> http://irclogs.ubuntu.com/2013/02/06/%23ubuntu-classroom.html#t16:01

I wanted to clarify the role of whoopsie and apport here.  It is
actually apport that notices application crashes and creates files
regarding the fact that there was a crash and that this should be
uploaded.  Whoopsie then notices that there is a crash that should be
uploaded and sends the crash to daisy.

Additionally, if you are using the development release of Ubuntu apport
will send the crash file to Launchpad and start the bug filing process
for you.  For stable releases of Ubuntu these only go to the error
tracker.

--
Brian Murray
Ubuntu Bug Master

-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Session Logs for our classroom sessions

2013-02-06 Thread Nicholas Skaggs
I wanted to share some session logs for anyone who hasn't been able to 
make our classroom sessions. I updated the page with the logs, but I'll 
include them inline here as well:


https://wiki.ubuntu.com/Testing/Activities/Classroom#preview

In particular, here are the logs for each of the sessions that have 
already occurred:


Phillw and Nicholas's intro sessions: 
http://irclogs.ubuntu.com/2013/01/15/%23ubuntu-classroom.html#t19:01
Phillw and Gema's sessions on bugs: 
http://irclogs.ubuntu.com/2013/02/06/%23ubuntu-classroom.html#t16:01


Additionally, thomi and myself held an autopilot session during UDW; the 
log for that is here:

http://irclogs.ubuntu.com/2013/01/30/%23ubuntu-classroom.html#t18:30

Finally, I would encourage you all to read Martin's session during UDW. 
He takes about the work he and others do with automated testing;

http://irclogs.ubuntu.com/2013/01/31/%23ubuntu-classroom.html#t15:00

Happy Testing,

Nicholas
-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: "Getting Started with Autopilot" - autopilot run helloworld runs 0 tests.

2013-02-06 Thread Nicholas Skaggs
John, that's correct. :-) You can run them all, or be specific as to 
what to run -- no wildcards.



Nicholas

On 02/06/2013 10:54 AM, John Kim wrote:
I tried again this morning, and I noticed that for autopilot run, I 
have to write the entire function's name.  The wildcard * doesn't work.


John


On ?, 2? 5, 2013 at 11:42 ??, John Kim  wrote:

Hello QA,

I am trying out Nicholas's autopilot tutorial, "Getting started with 
autopilot."  After branching auto-pilot walkthrough, I followed the 
steps, and this was my output.


/john@epikvision:~$ cd autopilot-walkthrough/
/john@epikvision:~/autopilot-walkthrough$ autopilot list helloworld/
/Loading tests from: /home/john/autopilot-walkthrough/
/
/
/helloworld.test_example.ExampleFunctions.test_assert/
/helloworld.test_example.ExampleFunctions.test_keyboard/
/helloworld.test_example.ExampleFunctions.test_mouse/
/helloworld.test_hello.HelloWorld.test_type_hello_world/

/ 4 total tests./
/john@epikvision:~/autopilot-walkthrough$ ls/
/firefox  helloworld/
/john@epikvision:~/autopilot-walkthrough$ autopilot run 
helloworld.test_hello*/

/Loading tests from: /home/john/autopilot-walkthrough/
/
/
/Tests running.../
/
/
/Ran 0 tests in 0.000s/
/OK/
/
/
When I ran autopilot, it didn't run any tests.  I expected a gedit 
window to appear after the test was run, but it didn't happen. Also, 
there was not three but four functions listed (not that it may be 
significant).


I would like to carry on with the tutorial, but I'm stuck.  Thanks 
very much.


John Kim







-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: "Getting Started with Autopilot" - autopilot run helloworld runs 0 tests.

2013-02-06 Thread John Kim
I tried again this morning, and I noticed that for autopilot run, I have to 
write the entire function's name.  The wildcard * doesn't work.

John


On 화, 2월 5, 2013 at 11:42 오후, John Kim  wrote:
Hello QA,

I am trying out Nicholas's autopilot tutorial, "Getting started with 
autopilot."  After branching auto-pilot walkthrough, I followed the steps, and 
this was my output.

john@epikvision:~$ cd autopilot-walkthrough
john@epikvision:~/autopilot-walkthrough$ autopilot list helloworld
Loading tests from: /home/john/autopilot-walkthrough

    helloworld.test_example.ExampleFunctions.test_assert
    helloworld.test_example.ExampleFunctions.test_keyboard
    helloworld.test_example.ExampleFunctions.test_mouse
    helloworld.test_hello.HelloWorld.test_type_hello_world

 4 total tests.
john@epikvision:~/autopilot-walkthrough$ ls
firefox  helloworld
john@epikvision:~/autopilot-walkthrough$ autopilot run helloworld.test_hello*
Loading tests from: /home/john/autopilot-walkthrough

Tests running...

Ran 0 tests in 0.000s
OK

When I ran autopilot, it didn't run any tests.  I expected a gedit window to 
appear after the test was run, but it didn't happen. Also, there was not three 
but four functions listed (not that it may be significant).

I would like to carry on with the tutorial, but I'm stuck.  Thanks very much.

John Kim


-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: "Getting Started with Autopilot" - autopilot run helloworld runs 0 tests.

2013-02-06 Thread Jean-Baptiste Lallement

On 02/06/2013 08:42 AM, John Kim wrote:

Hello QA,

I am trying out Nicholas's autopilot tutorial, "Getting started with
autopilot."  After branching auto-pilot walkthrough, I followed the
steps, and this was my output.

/john@epikvision:~$ cd autopilot-walkthrough/
/john@epikvision:~/autopilot-walkthrough$ autopilot list helloworld/
/Loading tests from: /home/john/autopilot-walkthrough/
/
/
/helloworld.test_example.ExampleFunctions.test_assert/
/helloworld.test_example.ExampleFunctions.test_keyboard/
/helloworld.test_example.ExampleFunctions.test_mouse/
/helloworld.test_hello.HelloWorld.test_type_hello_world/

/ 4 total tests./
/john@epikvision:~/autopilot-walkthrough$ ls/
/firefox  helloworld/
/john@epikvision:~/autop ilot-walkthrough$ autopilot run
helloworld.test_hello*/

Use the name of the testsuite without the '*'

If you want to run the full test suite:
$ autopilot run  helloworld.test_hello
or
$ autopilot run  helloworld.test_example

or a single test in the testsuite:
$ autopilot run helloworld.test_hello.HelloWorld.test_type_hello_world


/Loading tests from: /home/john/autopilot-walkthrough/
/
/
/Tests running.../
/
/
/Ran 0 tests in 0.000s/
/OK/
/
/
When I ran autopilot, it didn't run any tests.  I expected a gedit
window to appear after the test was run, but it didn't happen. Also,
there was not three but four functions listed (not that it may be
significant).

I would like to carry on with the tutorial, but I'm stuck.  Thanks very
much.

John Kim






--
Jean-Baptiste
irc: jibel

--
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


"Getting Started with Autopilot" - autopilot run helloworld runs 0 tests.

2013-02-06 Thread John Kim
Hello QA,

I am trying out Nicholas's autopilot tutorial, "Getting started with 
autopilot."  After branching auto-pilot walkthrough, I followed the steps, and 
this was my output.

john@epikvision:~$ cd autopilot-walkthrough
john@epikvision:~/autopilot-walkthrough$ autopilot list helloworld
Loading tests from: /home/john/autopilot-walkthrough

    helloworld.test_example.ExampleFunctions.test_assert
    helloworld.test_example.ExampleFunctions.test_keyboard
    helloworld.test_example.ExampleFunctions.test_mouse
    helloworld.test_hello.HelloWorld.test_type_hello_world

 4 total tests.
john@epikvision:~/autopilot-walkthrough$ ls
firefox  helloworld
john@epikvision:~/autopilot-walkthrough$ autopilot run helloworld.test_hello*
Loading tests from: /home/john/autopilot-walkthrough

Tests running...

Ran 0 tests in 0.000s
OK

When I ran autopilot, it didn't run any tests.  I expected a gedit window to 
appear after the test was run, but it didn't happen. Also, there was not three 
but four functions listed (not that it may be significant).

I would like to carry on with the tutorial, but I'm stuck.  Thanks very much.

John Kim

-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: Ubuntu Friendly Meeting - February 5th / 6th

2013-02-06 Thread Mads Hansen
Sorry i did not attend the Ubuntu Friendly Meeting, I got hospitalized for
3 day's.
Hansen


Subject: Ubuntu Friendly Meeting - February 5th / 6th (depending on

> TZ)
> Message-ID: <1359809659.2236.1.camel@tardis-t530>
> Content-Type: text/plain; charset="UTF-8"
>
> All people interested in Ubuntu Friendly:
>
> The Doodle Pool has completed and the time chosen is 01:00 UTC 2/6/2013.
> We will meet on #ubuntu-meeting. I think we may alternate this time slot
> with a 17:00 UTC slot. I also think I would like to see the team meet
> twice a month to get items off the ground.
>
> meeting agenda:
> https://wiki.ubuntu.com/UbuntuFriendly/Meetings
>
> please feel free to add your own items -- any items we do not get to we
> will schedule until next time.
>
> Charles
>
>
>
>
> --
>
> Message: 2
> Date: Tue, 15 Jan 2013 09:10:59 -0800
> From: Goddard 
> To: motepr...@gmail.com
> Cc: ubuntu-quality@lists.ubuntu.com
> Subject: unsubscribe
> Message-ID: <7a14a7d1-d267-40d2-bdef-e1eb5b8a7...@gmail.com>
> Content-Type: text/plain; charset=iso-8859-1
>
> unsubscribe
>
>
>
> --
>
> --
> Ubuntu-quality mailing list
> Ubuntu-quality@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality
>
>
> End of Ubuntu-quality Digest, Vol 64, Issue 6
> *
>
-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality