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

Flaky Test Tagged Value Upgrade Test #76

Closed
1 of 3 tasks
danyeaw opened this issue Feb 19, 2019 · 1 comment
Closed
1 of 3 tasks

Flaky Test Tagged Value Upgrade Test #76

danyeaw opened this issue Feb 19, 2019 · 1 comment
Labels
up-for-grabs Any takers?

Comments

@danyeaw
Copy link
Member

danyeaw commented Feb 19, 2019

When running the StorageTestCase, the test_tagged_value_upgrade test is failing when running with the full test suite, but it passes when run by itself.

I'm submitting a...

  • Bug report
  • Feature request
  • Documentation issue or request

Current behavior

4 != 1
Expected :
1
Actual :
4

self = <gaphor.storage.tests.test_storage.FileUpgradeTestCase testMethod=test_tagged_values_upgrade>
first = 1, second = 4, msg = None
def _patched_equals(self, first, second, msg=None):
try:
>           old(self, first, second, msg)
../../pycharm-2018.3/helpers/pycharm/teamcity/diff_tools.py:32: 
@danyeaw danyeaw added the up-for-grabs Any takers? label Feb 19, 2019
@amolenaar amolenaar mentioned this issue Mar 10, 2019
7 tasks
@amolenaar
Copy link
Member

Fixed in #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
up-for-grabs Any takers?
Projects
None yet
Development

No branches or pull requests

2 participants