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

ParticipantsTestCase test_update is failing #8

Closed
russellvt opened this issue Mar 28, 2021 · 2 comments
Closed

ParticipantsTestCase test_update is failing #8

russellvt opened this issue Mar 28, 2021 · 2 comments

Comments

@russellvt
Copy link
Contributor

Since the new update (1.11.1), I have been seeing a FAIL on main.ParticipantsTestCase, now.

Traceback (most recent call last):
  File "tests.py", line 213, in test_update
    self.assertTrue(p1["updated_at"] >= self.ps[0]["updated_at"])
AssertionError: False is not true

I've not yet dug in to it, however.

@ZEDGR
Copy link
Owner

ZEDGR commented Mar 28, 2021

I have also executed the tests, but I haven't got this FAIL every time. This is from CHALLONGE, maybe they are having a delay updating the "updated_at" field.

test_call (__main__.APITestCase) ... ok
test_get_credentials (__main__.APITestCase) ... ok
test_get_local_timezone (__main__.APITestCase) ... ok
test_set_credentials (__main__.APITestCase) ... ok
test_set_get_timezone (__main__.APITestCase) ... ok
test_create_description (__main__.AttachmentsTestCase) ... ok
test_create_file (__main__.AttachmentsTestCase) ... skipped 'Skipping because of API Issues'
test_create_file_with_description (__main__.AttachmentsTestCase) ... skipped 'Skipping because of API Issues'
test_create_url (__main__.AttachmentsTestCase) ... ok
test_create_url_with_description (__main__.AttachmentsTestCase) ... ok
test_destroy (__main__.AttachmentsTestCase) ... ok
test_index (__main__.AttachmentsTestCase) ... ok
test_update_description (__main__.AttachmentsTestCase) ... ok
test_update_file (__main__.AttachmentsTestCase) ... skipped 'Skipping because of API Issues'
test_update_file_only_description (__main__.AttachmentsTestCase) ... skipped 'Skipping because of API Issues'
test_update_file_with_description (__main__.AttachmentsTestCase) ... skipped 'Skipping because of API Issues'
test_update_url (__main__.AttachmentsTestCase) ... ok
test_update_url_with_description (__main__.AttachmentsTestCase) ... ok
test_index (__main__.MatchesTestCase) ... ok
test_mark_as_underway (__main__.MatchesTestCase) ... ok
test_show (__main__.MatchesTestCase) ... ok
test_unmark_as_underway (__main__.MatchesTestCase) ... ok
test_update_reopen (__main__.MatchesTestCase) ... ok
test_check_in_and_undo_check_in (__main__.ParticipantsTestCase) ... skipped 'Skipping because of API Issues'
test_create (__main__.ParticipantsTestCase) ... ok
test_create_with_number_names (__main__.ParticipantsTestCase) ... ok
test_destroy_after_tournament_start (__main__.ParticipantsTestCase) ... ok
test_destroy_before_tournament_start (__main__.ParticipantsTestCase) ... ok
test_index (__main__.ParticipantsTestCase) ... ok
test_randomize (__main__.ParticipantsTestCase) ... ok
test_show (__main__.ParticipantsTestCase) ... ok
test_update (__main__.ParticipantsTestCase) ... ok
test_finalize (__main__.TournamentsTestCase) ... ok
test_index (__main__.TournamentsTestCase) ... ok
test_index_filter_by_created (__main__.TournamentsTestCase) ... ok
test_index_filter_by_state (__main__.TournamentsTestCase) ... ok
test_open (__main__.TournamentsTestCase) ... ok
test_reset (__main__.TournamentsTestCase) ... ok
test_show (__main__.TournamentsTestCase) ... ok
test_start (__main__.TournamentsTestCase) ... ok
test_update_name (__main__.TournamentsTestCase) ... ok
test_update_private (__main__.TournamentsTestCase) ... ok
test_update_type (__main__.TournamentsTestCase) ... ok

----------------------------------------------------------------------
Ran 43 tests in 138.494s

OK (skipped=6)

@ZEDGR
Copy link
Owner

ZEDGR commented Jun 1, 2021

closing this due to inactivity

@ZEDGR ZEDGR closed this as completed Jun 1, 2021
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

No branches or pull requests

2 participants