Skip to content

Conversation

@DonJayamanne
Copy link
Contributor

This PR fixes ##116900

assert.strictEqual(document.cells[0].metadata.runStartTime, runStartTime);
assert.strictEqual(document.cells[0].metadata.lastRunDuration, lastRunDuration);
assert.strictEqual(document.cells[0].metadata.executionOrder, executionOrder);
assert.strictEqual(document.cells[0].metadata.runState, vscode.NotebookCellRunState.Running);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added tests for all numeric metadata fields to ensure we don't regress for any of them accidentally like we did for runState.

@DonJayamanne DonJayamanne changed the title Ensure runState is updated correctly Ensure Notebook Cell runState is updated correctly Feb 18, 2021
@rebornix rebornix added this to the February 2021 milestone Feb 18, 2021
@jrieken
Copy link
Member

jrieken commented Feb 18, 2021

Thanks @DonJayamanne!

@jrieken jrieken merged commit 869fb74 into microsoft:main Feb 18, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants