Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: how to make close() fail

by dave_the_m (Monsignor)
on Sep 29, 2012 at 09:22 UTC ( [id://996359]=note: print w/replies, xml ) Need Help??


in reply to Re: how to make close() fail
in thread how to make close() fail

Seems liek a completely unnecessary test to me
NFS for example does buffered writes "over the wire", so all the writes apparently work, only for the final flush associated with the close() to fail (e.g. due to filesystem full)

Dave.

Replies are listed 'Best First'.
Re^3: how to make close() fail
by BrowserUk (Patriarch) on Sep 29, 2012 at 09:41 UTC

    I know close can fail, but that wasn't my point.

    How complicated can a failed-to-close code path be that you can't test it 'by inspection'?

    And if it is complicated enough to warrant it, it probably indicates poor design.

    More likely this is the triumph of a "100% code coverage" mandate over reason.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    RIP Neil Armstrong

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://996359]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-23 10:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found