You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2016/08/30 07:34:20 UTC

[jira] [Created] (IGNITE-3800) IGFS: Local secondary: Add tests for local fs properties

Taras Ledkov created IGNITE-3800:
------------------------------------

             Summary: IGFS: Local secondary: Add tests for local fs properties
                 Key: IGNITE-3800
                 URL: https://issues.apache.org/jira/browse/IGNITE-3800
             Project: Ignite
          Issue Type: Task
          Components: IGFS
    Affects Versions: 1.6
            Reporter: Taras Ledkov
            Priority: Minor
             Fix For: 2.0


There are restrictions for check file system entry property on real local file system.
- we cannot change owner without native code and root permissions;
- to change the group the group must be pre-configured on the host. 

The base class for Local FS tests *IgfsLocalSecondaryFileSystemDualAbstractSelfTest* must read from environment the names of pre-configured groups. If the host environment doesn't support POSIX fs or cannot provide additional groups for test the flag *IGFS_LOCAL_FS_PROPERTIES_SUPPORT* must be set to false.

Build environment must be set names of groups and the flag.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)