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

Try to fix failing build on AppVeyor #290

Merged
merged 1 commit into from
Mar 24, 2020

Conversation

zikolach
Copy link
Contributor

  • remove finally block in timeseries commit method
  • change input validation in setStatus method
  • fix commit in Scenario class
  • propagate exceptions from commit
  • upgrade pytest dependency
  • tee stdout on appveyor

@zikolach zikolach requested a review from khaeru March 23, 2020 17:52
@khaeru
Copy link
Member

khaeru commented Mar 23, 2020

AppVeyor build 517 passed. The logs are, I guess as expected, very long.

@zikolach can you look through and collect any noteworthy information, then try removing the --capture=tee-sys flag to see if they still pass?

- pytest --test-r --verbose --capture=tee-sys

After that we can merge and continue with #289.

.appveyor.yml Outdated Show resolved Hide resolved
ixmp/backend/base.py Show resolved Hide resolved
ixmp/core.py Outdated Show resolved Hide resolved
- remove finally block in timeseries commit method (java)
- change input validation in setStatus method (java)
- fix commit in Scenario class (java)
- propagate exceptions from commit (java)
- upgrade pytest dependency
- add platform method to get current log level (remove changing log level in tests as it affects other tests log output)
- updated ixmp.jar (source diff https://github.com/iiasa/ixmp_source/compare/10742197121eaf83c6f222f969d7e2842d0bbdde...923f5b9b3c283c31f5ea6deb0854548a11144599)
Copy link
Member

@khaeru khaeru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

CI checks are all passing, although GitHub is not seeing the completed Travis builds for some reason.

@khaeru khaeru merged commit fe37314 into feature/xlsx-io-2 Mar 24, 2020
@zikolach zikolach deleted the feature/xlsx-io-2-extra branch March 24, 2020 19:46
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.

2 participants