Eric Pershey

Results 6 issues of Eric Pershey

Line 1 of carrot/utils.py imports _uuid_generate_random which no longer exists in python 2.7.11. I am running python 2.7.11 on Windows 10 currently. Possible code to fix. try: from uuid import...

pbs_cgroups.PY -> gather_jobs_on_node -> os.stat_float_times() pbs_python -c "import sys; print(sys.version)" 3.9.10 (main, Apr 21 2022, 07:07:27) [GCC 7.3.1 20180323 [gcc-7-branch revision 258812]] os.stat_float_times seems to have been removed from python...

The test test_revert_moms_default_conf fails with master and it looks like $restrict_user_maxsysid was added to pbs_init.d which may be causing the issue. It looks like $restrict_user_maxsysid could be added to ptl_mom.py.Mom.__init__...

There are a number of places al_op is being passed to add_to_svrattrl_list or add_to_svrattrl_list_sorted in the al_flags position. I would like to correct the passed parameter to the correct one...

Using master at checkout a3829e0ef4f9809e3be500348d0b00430248e4e7 Generating tests for a subclass of numpy.ndarray doesn't seem to work properly. This might not be possible due to the way numpy.core.multiarray works. >>>python --version...

qdel subjobs with overlapping and repeating ranges causes the server to segfault. Associated with PR: https://github.com/openpbs/openpbs/pull/2552 (PDW309) [10/14 17:12:29] pbsdev@pdw-s1:~ 151% qsub -J 1-7 -- /bin/sleep 30 4007[].pdw-s1 (PDW309) [10/14...