Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uprepl: refactor tests to not rely on timing #17828
Conversation
nodejs-github-bot
added
the
repl
label
Dec 22, 2017
jasnell
approved these changes
Dec 28, 2017
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@bmeck this needs a rebase, thanks! |
bmeck
force-pushed the
bmeck:async-repl-tests
branch
from
bbe4925
to
01e697e
Jan 17, 2018
targos
approved these changes
Jan 20, 2018
This comment has been minimized.
This comment has been minimized.
maclover7
force-pushed the
nodejs:master
branch
from
bb5575a
to
993b716
Jan 26, 2018
cjihrig
force-pushed the
nodejs:master
branch
from
993b716
to
082f952
Jan 26, 2018
BridgeAR
added
the
author ready
label
Feb 7, 2018
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Landed in de848ac |
BridgeAR
added a commit
to BridgeAR/node
that referenced
this pull request
Feb 10, 2018
BridgeAR
closed this
Feb 10, 2018
This comment has been minimized.
This comment has been minimized.
|
Hm, this broke multilines in the This can easily be verified with:
After entering that, it is not possible to type anything anymore. @bmeck do you think you can get this working soon again? Otherwise I guess the best will be to revert it? |
BridgeAR
referenced this pull request
Feb 11, 2018
Closed
Revert "repl: refactor tests to not rely on timing" #18715
This comment has been minimized.
This comment has been minimized.
|
@BridgeAR I'll take a look tomorrow and think I can fix it. |
cjihrig
added a commit
to cjihrig/node-1
that referenced
this pull request
Feb 11, 2018
cjihrig
referenced this pull request
Feb 11, 2018
Merged
test: add multiline repl input regression test #18718
BridgeAR
added a commit
to BridgeAR/node
that referenced
this pull request
Feb 12, 2018
cjihrig
added a commit
to cjihrig/node-1
that referenced
this pull request
Feb 14, 2018
cjihrig
added a commit
to cjihrig/node-1
that referenced
this pull request
Feb 14, 2018
MylesBorins
added
the
backport-requested-v9.x
label
Feb 21, 2018
This comment has been minimized.
This comment has been minimized.
|
edit: looks like it was reverted setting don't land |
MylesBorins
added
dont-land-on-v4.x
dont-land-on-v6.x
dont-land-on-v8.x
and removed
backport-requested-v9.x
labels
Feb 21, 2018
MylesBorins
added
the
dont-land-on-v10.x
label
Feb 21, 2018
MylesBorins
added a commit
that referenced
this pull request
Feb 21, 2018
MylesBorins
added a commit
that referenced
this pull request
Feb 21, 2018
MayaLekova
added a commit
to MayaLekova/node
that referenced
this pull request
May 8, 2018
MayaLekova
added a commit
to MayaLekova/node
that referenced
this pull request
May 8, 2018
MayaLekova
added a commit
to MayaLekova/node
that referenced
this pull request
May 8, 2018
targos
removed
the
author ready
label
Jun 8, 2018
MylesBorins
added a commit
that referenced
this pull request
Aug 7, 2018
MylesBorins
added a commit
that referenced
this pull request
Aug 7, 2018
MylesBorins
added a commit
that referenced
this pull request
Aug 9, 2018
rvagg
added a commit
that referenced
this pull request
Aug 16, 2018
MylesBorins
added a commit
that referenced
this pull request
Aug 16, 2018
targos
added this to Don't land (for now)
in v10.x
Sep 23, 2018
targos
moved this from Don't land (for now)
to Don't land (ever)
in v10.x
Sep 23, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
bmeck commentedDec 22, 2017
Tests relying on synchronous timing have been migrated to use events.
This is in preparation for more robust testing with the top level await transform. Some minor naming changes were also made to try and make bits more consistent as I was reading them.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
repl, test