Skip to content

Conversation

@felixdivo
Copy link
Collaborator

@felixdivofelixdivo commented Apr 30, 2019

Closes#369.

This PR:

  • add tests for can.MessageSync (a small change to ComparingMessagesTestCase was required)
  • add some types to the docs
  • remove unnecessary logging
  • fixes a possible bug that could have occured when for example the second message has a lower timestamp then the first one (now capps to a minimum 0.0)
  • disable GC while running the (probably for the CI server still too) unreliable test_cycle_time()

Will have to check whether these new tests run reliably on the CI server.

@felixdivofelixdivo self-assigned this Apr 30, 2019
@codecov
Copy link

codecovbot commented Apr 30, 2019

Codecov Report

Merging #561 into develop will increase coverage by 0.3%.
The diff coverage is 100%.

@@ Coverage Diff @@## develop #561 +/- ## ========================================== + Coverage 63.7% 64.01% +0.3%  ========================================== Files 63 63 Lines 5700 5699 -1 ========================================== + Hits 3631 3648 +17 + Misses 2069 2051 -18

@felixdivofelixdivo added this to the 3.2 Release milestone May 1, 2019
@felixdivo
Copy link
CollaboratorAuthor

This actually works, it's just AppVeyor being strange. -.-

@felixdivofelixdivo requested a review from hardbyteMay 6, 2019 06:31
Copy link
Owner

@hardbytehardbyte left a comment

Choose a reason for hiding this comment

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

Just a few minor comments that might help long term.

@felixdivofelixdivo merged commit 097bcde into developMay 8, 2019
@felixdivofelixdivo deleted the test-message-sync branch May 8, 2019 07:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add test for can.MessageSync

3 participants

@felixdivo@hardbyte