#1538 new defect

tests should create share files with the same Unix mode bits as a real storage server

Reported by: davidsarah Owned by: somebody
Priority: minor Milestone: undecided
Component: code Version: 1.9.0a1
Keywords: test unix Cc:
Launchpad Bug:

Description

Real storage servers create share files with mode 600 (rw-------), but some tests create share files with mode 644 and/or 755 (possibly depending on umask). Tests should do the same thing as a real server in order to be more realistic.

Change History (1)

comment:1 in reply to: ↑ description Changed at 2011-09-20T20:03:34Z by zancas

Replying to davidsarah:

Real storage servers create share files with mode 600 (rw-------), but some tests create share files with mode 644 and/or 755 (possibly depending on umask). Tests should do the same thing as a real server in order to be more realistic.

Could it be that filepath setContent has different defaults than filehandle.close()?

Note: See TracTickets for help on using tickets.