Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 709342 Details for
Bug 920916
non-ssl sockets perform blocking connect()
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Regression test script
bug-920916.t (text/troff), 943 bytes, created by
krishnan parthasarathi
on 2013-03-13 06:42:05 UTC
(
hide
)
Description:
Regression test script
Filename:
MIME Type:
Creator:
krishnan parthasarathi
Created:
2013-03-13 06:42:05 UTC
Size:
943 bytes
patch
obsolete
>#! /bin/bash > >. $(dirname $0)/../include.rc >. $(dirname $0)/../volume.rc > >cleanup; > >function setup_firewall () { > iptables -N testChain > iptables -A testChain -p tcp --dport 24007 --syn -j DROP > iptables -A INPUT -g testChain >} > >function teardown_firewall () { > iptables -D INPUT -g testChain > iptables -D testChain 1 > iptables -X testChain >} > >## Start and create a volume >TEST glusterd; >TEST pidof glusterd; >TEST $CLI volume info; > >TEST $CLI volume create $V0 replica 2 stripe 2 $H0:$B0/${V0}{1,2,3,4,5,6,7,8}; > >## Verify volume is is created >EXPECT "$V0" volinfo_field $V0 'Volume Name'; >EXPECT 'Created' volinfo_field $V0 'Status'; > >## Start volume and verify >TEST $CLI volume start $V0; >EXPECT 'Started' volinfo_field $V0 'Status'; > >trap teardown_firewall SIGINT SIGTERM SIGSTOP >setup_firewall; >EXPECT_WITHIN 1 "" glusterfs --attribute-timeout=0 --entry-timeout=0 -s $H0 --volfile-id $V0 $M1 >teardown_firewall; > >cleanup;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 920916
: 709342