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

timestamp_spec fails occasionally #196

Closed
subnetmarco opened this issue May 1, 2015 · 3 comments
Closed

timestamp_spec fails occasionally #196

subnetmarco opened this issue May 1, 2015 · 3 comments
Assignees
Labels

Comments

@subnetmarco
Copy link
Member

This test fails from time to time. Provide a fix for:

Failure → spec/unit/timestamp_spec.lua @ 37
Timestamp should give the same timestamps table for the same time
spec/unit/timestamp_spec.lua:44: Expected objects to be the same.
Passed in:
(table): {
  [day] = 1430438400000
  [hour] = 1430460000000
  [minute] = 1430461560000
  [month] = 1430438400000
  [second] = 1430461593000
  [year] = 1420070400000 }
Expected:
(table): {
  [day] = 1430438400000
  [hour] = 1430460000000
  [minute] = 1430461560000
  [month] = 1430438400000
  [second] = 1430461592000
  [year] = 1420070400000 }
@subnetmarco subnetmarco self-assigned this May 1, 2015
@subnetmarco subnetmarco changed the title Timestamp spec issue timestamp_spec fails occasionally May 1, 2015
subnetmarco added a commit that referenced this issue May 27, 2015
@subnetmarco
Copy link
Member Author

Please reopen this issue if it happens again.

@thibaultcha
Copy link
Member

It does, it happened a few days ago on travis still

@subnetmarco
Copy link
Member Author

The fix has been pushed just now, so let me know if it happens again from now on

ctranxuan pushed a commit to streamdataio/kong that referenced this issue Aug 25, 2015
Former-commit-id: d95b879416009ad65a78c43d5c4cec87d8f1345b
ctranxuan pushed a commit to streamdataio/kong that referenced this issue Aug 25, 2015
Former-commit-id: e71ce36db01fb2a6863e419b5cba8ac322df6336
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants