Re: [Gluster-devel] glupy test failing

2014-06-20 Thread Raghavendra Bhat

On Friday 20 June 2014 09:44 PM, Justin Clift wrote:

On 20/06/2014, at 3:49 PM, Vijay Bellur wrote:


Side-effect of merging this patch [1]. Have reverted the change to let 
regression tests pass.


That seems to have fixed it.

+ Justin


Yeah. It has been fixed. Thanks :)

Regards,
Raghavendra Bhat


--
GlusterFS - http://www.gluster.org

An open source, distributed file system scaling to several
petabytes, and handling thousands of clients.

My personal twitter: twitter.com/realjustinclift



___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] glupy test failing

2014-06-20 Thread Justin Clift
On 20/06/2014, at 3:49 PM, Vijay Bellur wrote:

> Side-effect of merging this patch [1]. Have reverted the change to let 
> regression tests pass.


That seems to have fixed it.

+ Justin

--
GlusterFS - http://www.gluster.org

An open source, distributed file system scaling to several
petabytes, and handling thousands of clients.

My personal twitter: twitter.com/realjustinclift

___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-devel


[Gluster-devel] glupy test failing

2014-06-20 Thread Raghavendra Bhat


Hi,

I am seeing glupy.t test being failed in some testcases. It is failing 
in my local machine as well (with latest master). Is it a genuine 
failure or a spurious one?


/tests/features/glupy.t(Wstat: 0 Tests: 6 
Failed: 2)

  Failed tests:  2, 6

As per the logfile of the fuse mount done in the testcase this is the 
error:



[2014-06-20 14:15:53.038826] I [MSGID: 100030] [glusterfsd.c:1998:main] 
0-glusterfs: Started running glusterfs version 3.5qa2 (args: glusterfs 
-f /d/backends/glupytest.vol /mnt/glusterfs/0)
[2014-06-20 14:15:53.059484] E [glupy.c:2382:init] 0-vol-glupy: Python 
import failed
[2014-06-20 14:15:53.059575] E [xlator.c:425:xlator_init] 0-vol-glupy: 
Initialization of volume 'vol-glupy' failed, review your volfile again
[2014-06-20 14:15:53.059587] E [graph.c:322:glusterfs_graph_init] 
0-vol-glupy: initializing translator failed
[2014-06-20 14:15:53.059595] E [graph.c:525:glusterfs_graph_activate] 
0-graph: init failed
[2014-06-20 14:15:53.060045] W [glusterfsd.c:1182:cleanup_and_exit] (--> 
0-: received signum (0), shutting down
[2014-06-20 14:15:53.060090] I [fuse-bridge.c:5561:fini] 0-fuse: 
Unmounting '/mnt/glusterfs/0'.
[2014-06-20 14:19:01.867378] I [MSGID: 100030] [glusterfsd.c:1998:main] 
0-glusterfs: Started running glusterfs version 3.5qa2 (args: glusterfs 
-f /d/backends/glupytest.vol /mnt/glusterfs/0)
[2014-06-20 14:19:01.897158] E [glupy.c:2382:init] 0-vol-glupy: Python 
import failed
[2014-06-20 14:19:01.897241] E [xlator.c:425:xlator_init] 0-vol-glupy: 
Initialization of volume 'vol-glupy' failed, review your volfile again
[2014-06-20 14:19:01.897252] E [graph.c:322:glusterfs_graph_init] 
0-vol-glupy: initializing translator failed
[2014-06-20 14:19:01.897260] E [graph.c:525:glusterfs_graph_activate] 
0-graph: init failed
[2014-06-20 14:19:01.897635] W [glusterfsd.c:1182:cleanup_and_exit] (--> 
0-: received signum (0), shutting down
[2014-06-20 14:19:01.897677] I [fuse-bridge.c:5561:fini] 0-fuse: 
Unmounting '/mnt/glusterfs/0'.



Regards,
Raghavendra Bhat
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] glupy test failing

2014-06-20 Thread Justin Clift
On 20/06/2014, at 3:43 PM, Raghavendra Bhat wrote:

> I am seeing glupy.t test being failed in some testcases. It is failing in my 
> local machine as well (with latest master). Is it a genuine failure or a 
> spurious one? 
> 
> /tests/features/glupy.t(Wstat: 0 Tests: 6 Failed: 2) 
>   Failed tests:  2, 6 

Yeah, we're discussing it on gluster-devel at the moment too.

It seems to be a real failure, but not caused by your CR.

We're guessing it's due to libgfapi being removed from the
master branch last night.  The removal of it also removed
the __init__.py file, which glupy relies on as well.

The fix will probably be to have the glupy installation
Makefile create the __init__.py file now instead.

+ Justin

--
GlusterFS - http://www.gluster.org

An open source, distributed file system scaling to several
petabytes, and handling thousands of clients.

My personal twitter: twitter.com/realjustinclift

___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] glupy test failing

2014-06-20 Thread Vijay Bellur

On 06/20/2014 08:13 PM, Raghavendra Bhat wrote:


Hi,

I am seeing glupy.t test being failed in some testcases. It is failing
in my local machine as well (with latest master). Is it a genuine
failure or a spurious one?

/tests/features/glupy.t(Wstat: 0 Tests: 6
Failed: 2)
   Failed tests:  2, 6

As per the logfile of the fuse mount done in the testcase this is the
error:


[2014-06-20 14:15:53.038826] I [MSGID: 100030] [glusterfsd.c:1998:main]
0-glusterfs: Started running glusterfs version 3.5qa2 (args: glusterfs
-f /d/backends/glupytest.vol /mnt/glusterfs/0)
[2014-06-20 14:15:53.059484] E [glupy.c:2382:init] 0-vol-glupy: Python
import failed
[2014-06-20 14:15:53.059575] E [xlator.c:425:xlator_init] 0-vol-glupy:
Initialization of volume 'vol-glupy' failed, review your volfile again
[2014-06-20 14:15:53.059587] E [graph.c:322:glusterfs_graph_init]
0-vol-glupy: initializing translator failed
[2014-06-20 14:15:53.059595] E [graph.c:525:glusterfs_graph_activate]
0-graph: init failed
[2014-06-20 14:15:53.060045] W [glusterfsd.c:1182:cleanup_and_exit] (-->
0-: received signum (0), shutting down
[2014-06-20 14:15:53.060090] I [fuse-bridge.c:5561:fini] 0-fuse:
Unmounting '/mnt/glusterfs/0'.
[2014-06-20 14:19:01.867378] I [MSGID: 100030] [glusterfsd.c:1998:main]
0-glusterfs: Started running glusterfs version 3.5qa2 (args: glusterfs
-f /d/backends/glupytest.vol /mnt/glusterfs/0)
[2014-06-20 14:19:01.897158] E [glupy.c:2382:init] 0-vol-glupy: Python
import failed
[2014-06-20 14:19:01.897241] E [xlator.c:425:xlator_init] 0-vol-glupy:
Initialization of volume 'vol-glupy' failed, review your volfile again
[2014-06-20 14:19:01.897252] E [graph.c:322:glusterfs_graph_init]
0-vol-glupy: initializing translator failed
[2014-06-20 14:19:01.897260] E [graph.c:525:glusterfs_graph_activate]
0-graph: init failed
[2014-06-20 14:19:01.897635] W [glusterfsd.c:1182:cleanup_and_exit] (-->
0-: received signum (0), shutting down
[2014-06-20 14:19:01.897677] I [fuse-bridge.c:5561:fini] 0-fuse:
Unmounting '/mnt/glusterfs/0'.



Side-effect of merging this patch [1]. Have reverted the change to let 
regression tests pass.


Note to self: Double check for verified +1 votes by regression tests 
before merging.


Thanks,
Vijay

[1] http://review.gluster.org/7920
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-devel