-
Notifications
You must be signed in to change notification settings - Fork 853
relax test condition for windows #9393
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
Conversation
@joerg84 do you agree with such approach? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -1196,8 +1197,12 @@ function parallelIndexSuite() { | |||
}, | |||
|
|||
testCreateInParallel: function () { | |||
let n = 80; | |||
for (let i = 0; i < n; ++i) { | |||
let noIndices = 80; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a TODO in the code to fix this and open an internal ticket?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO this should only be a short term fix (see comment), but if it enables more automated testing +1/.
…ax-benchmark-for-windows
test blue. |
@@ -1196,8 +1197,12 @@ function parallelIndexSuite() { | |||
}, | |||
|
|||
testCreateInParallel: function () { | |||
let n = 80; | |||
for (let i = 0; i < n; ++i) { | |||
let noIndices = 80; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, noIndices
actually doesn't mean no indexes
, but it means number of indexes
... So the variable name is at least confusing. When trying to find a prefix for "number" I suggest to use nr
, num
or just number
instead of no
in the future. It can stay like this in this PR.
…-fix/oasis-statistics * 'devel' of https://github.com/arangodb/arangodb: Don't use non-existent variable (#9407) relax test condition for windows (#9393) improve handling when procdump detects the process is dead (#9381) Bug fix/internal issue #586 (#9401) fix tests that didn't properly use env variable to look for test (#9399) Pregel additional test & TSan error fix (#9357) use a lock when calling unload (#9375) @maierlars 😍 (#9394) fix typo (#9400) add initializeCursor back to DistinctCollectExecutor (#9386) Feature/add tcpdump support (#9396)
…ture/one-shard-db * 'devel' of https://github.com/arangodb/arangodb: Don't use non-existent variable (#9407) relax test condition for windows (#9393) improve handling when procdump detects the process is dead (#9381)
No description provided.