Isilon / isilon_hadoop_tools

Tools for Using Hadoop with OneFS
https://pypi.org/project/isilon-hadoop-tools/
MIT License
14 stars 21 forks source link

Add identities and directories for cdp #88

Closed shirleylxie closed 3 years ago

shirleylxie commented 3 years ago

Travis failed with error: "ERROR: More than one .egg-info directory found in /tmp/pip-pip-egg-info-o1xw8f4u". It should be fixed when https://github.com/Isilon/isilon_hadoop_tools/pull/87 is merged.

shirleylxie commented 3 years ago

Test Done: Create users: root@remotedev-sxie-rdu:/git/isilon_hadoop_tools/venv/bin# ./isilon_create_users --dist cdp --onefs-password a --zone System --no-verify 10.205.230.227 http://paste.west.isilon.com/247276

Create dirs: root@remotedev-sxie-rdu:/git/isilon_hadoop_tools/venv/bin# ./isilon_create_directories --dist cdp --onefs-password a --zone System --no-verify 10.205.230.227 http://paste.west.isilon.com/247278

tucked commented 3 years ago

We'll also need to update the tests to exercise the new code: https://github.com/Isilon/isilon_hadoop_tools/blob/238bf718e6eb439a49aca8d8d5ae29df95b176a6/tests/conftest.py#L590 https://github.com/Isilon/isilon_hadoop_tools/blob/238bf718e6eb439a49aca8d8d5ae29df95b176a6/tests/conftest.py#L604-L607 https://github.com/Isilon/isilon_hadoop_tools/blob/238bf718e6eb439a49aca8d8d5ae29df95b176a6/tests/conftest.py#L615-L618 https://github.com/Isilon/isilon_hadoop_tools/blob/238bf718e6eb439a49aca8d8d5ae29df95b176a6/tests/test__scripts.py#L24 https://github.com/Isilon/isilon_hadoop_tools/blob/238bf718e6eb439a49aca8d8d5ae29df95b176a6/tests/test_identities.py#L7-L13

tucked commented 3 years ago

Closing and reopening to kick Travis...

shirleylxie commented 3 years ago

I missed to commit one file...

shirleylxie commented 3 years ago

Test result: root@remotedev-sxie-rdu:/git/isilon_hadoop_tools# tox -e py36 -- --address 10.205.229.176 --password a http://paste.west.isilon.com/247463

shirleylxie commented 3 years ago

Test result after fix: http://paste.west.isilon.com/248229 http://paste.west.isilon.com/248230