Skip to content

Conversation

@Salakar
Copy link
Contributor

@Salakar Salakar commented Feb 10, 2020

Description

Description your pull request here


Checklist

  • Does npm test pass with this change (including linting)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

@Salakar Salakar changed the title [WIP] GitHub Actions feat: GitHub Actions Feb 11, 2020
@Salakar Salakar changed the title feat: GitHub Actions tests: setup GitHub Actions to replace Travis Feb 11, 2020
@Salakar Salakar merged commit f2050f9 into master Feb 11, 2020
@Salakar Salakar deleted the @salakar/gh-actions branch February 11, 2020 00:17
if (process.platform !== 'win32') {
assert.equal(res[3], '9.9999999999999992e+22');
} else {
assert.equal(res[3], '9.9999999999999992e+022');
Copy link
Contributor

Choose a reason for hiding this comment

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

@Salakar I guess this is an issue with Redis itself on Windows?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe, it was consistent across all Node versions and only occured on Windows.

I did make a note of one strange behaviour though, it only started showing up on the newer Windows version Server 2019, didn't show on 2018 as far as I remember.

I have a todo already to try repro on my Windows box over the weekend, so will let you know the outcome here.

florian-schunk pushed a commit to florian-schunk/node-redis that referenced this pull request Jun 18, 2025
Additionally adds testing against many Node.js versions and Redis versions.
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.

3 participants