Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge into master #12

Merged
merged 10 commits into from
Aug 23, 2019
Merged

Merge into master #12

merged 10 commits into from
Aug 23, 2019

Conversation

GoodDok
Copy link
Owner

@GoodDok GoodDok commented Aug 23, 2019

Description

Motivation and Context

Have you tested this? If so, how?

ahsanv and others added 10 commits July 19, 2019 07:03
* add force commit button

* bugfix

* remove temp

* added a couple unit tests

* consistency

* clarity
* Enable erroneously skipped range tests

Tox has not been running range_test.py due to the file being executable. This commit sets the file permissions to read/write only and remediates the problems that arose when the tests ran again:

* Some tests for RangeMonthly were not accurately capturing the correct logic
* Some tests were not compatible with Python 3 in some map operations
* RangeByMinutesBase performed arithmetics that yield different results on Python 2 and 3, this was changed to be more resilient on both. May have impact on those relying on the erroneous behavior right now.

* Enable erroneously skipped SGE tests

Tox has not been running contrib/sge_test.py due to the file being executable. This commit sets the file permissions to read/write only and remediates the problems that arose when the tests ran again:

* pickle.dump() behaves differently in Python 2 and 3, ensure that it works for both
* Get rid of warnings about unclosed files, handling file lifecycles properly
* Minor docstring syntax
…hdfs (#2762)

* Replace reference to outdated test environment py27-nonhdfs.
* Add blog post from xtream

Add reference to a new Medium post by xtream

* Update README to prevent warnings

* Update README 

Prevent warnings also on xtream name
* contrib/ftp: Clean up temporary files

* contrib/ftp: generate temporary filenames once

* contrib/ftp: slightly cleaner temporary directory names

* contrib/ftp: add testcase for tempfile cleanup

Also let test work in Python 3.
Also make the mtime offset larger because it fails in my timezone.
* Show task history link in visualizer when recording.

* Fix test.
@GoodDok GoodDok merged commit 8e1c966 into GoodDok:master Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants