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

Windows server unit tests for fs are failing #23727

Closed
liza-mae opened this issue Oct 2, 2018 · 0 comments
Closed

Windows server unit tests for fs are failing #23727

liza-mae opened this issue Oct 2, 2018 · 0 comments
Assignees
Labels
Team:Operations Team label for Operations Team test_infra test

Comments

@liza-mae
Copy link
Contributor

liza-mae commented Oct 2, 2018

The following tests are failing for the windows fs:

  1. dev/build/lib/fs copy() copies the mode of the source file:
    Error: expected '666' to equal '777'
    at Assertion.assert (node_modules\expect.js\index.js:96:13)
    at Assertion.be.Assertion.equal (node_modules\expect.js\index.js:216:10)
    at Assertion.(anonymous function) [as be] (node_modules\expect.js\index.js:69:24)
    at Context.it (C:/Users/vagrant/kibana/src/dev/build/lib/tests/fs.js:187:45)
    at

  2. dev/build/lib/fs copyAll() copies files and directories from source to dest, creating dest if necessary, respecting mode:
    Error: expected '666' to equal '777'
    at Assertion.assert (node_modules\expect.js\index.js:96:13)
    at Assertion.be.Assertion.equal (node_modules\expect.js\index.js:216:10)
    at Assertion.(anonymous function) [as be] (node_modules\expect.js\index.js:69:24)
    at Context.it (C:/Users/vagrant/kibana/src/dev/build/lib/tests/fs.js:228:78)
    at

  3. dev/build/lib/fs copyAll() supports atime and mtime:
    Error: expected 113214397141.89111 to be below 86400000
    at Assertion.assert (node_modules\expect.js\index.js:96:13)
    at Assertion.lessThan.Assertion.below (node_modules\expect.js\index.js:313:10)
    at Function.below (node_modules\expect.js\index.js:499:17)
    at Context.it (C:/Users/vagrant/kibana/src/dev/build/lib/tests/fs.js:285:63)
    at
    at process._tickDomainCallback (internal/process/next_tick.js:228:7)

Part of issue: #21315

@liza-mae liza-mae self-assigned this Oct 2, 2018
@jbudz jbudz added the Team:Operations Team label for Operations Team label Oct 10, 2018
@liza-mae liza-mae changed the title Windows fs tests are failing Windows unit tests for fs are failing Oct 18, 2018
@liza-mae liza-mae changed the title Windows unit tests for fs are failing Windows server unit tests for fs are failing Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Operations Team label for Operations Team test_infra test
Projects
None yet
Development

No branches or pull requests

2 participants