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

Some stat test updates #161

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

brodybits
Copy link

@brodybits brodybits commented May 10, 2019

  • Improve description on built-in stat constructor check
  • Add async fs stats constructor test
  • statSync uid & gid test fixes
    • fix test description
    • remove duplicated Stats constructor check
  • Add async test of stat uid & gid - now skipped on "win32" platform for Travis CI to pass

Open questions:

  • I noticed that the async stat call gives us different uid & gid values from the statSync call (I removed check of actual values due to differences between my mac and Travis CI). I am not sure if this is relevant or not?
  • async stat call does not seem to give us Truthy uid or gid values on Windows ("win32" platform), any explanation?
  • I am not sure if I skipped the async test of uid & gid the right way or not? (some candid feedback is requested)

Christopher J. Brody added 3 commits May 10, 2019 12:54
(skipped on "win32" platform)
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.

None yet

1 participant