Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Get more nightly tests to pass #11881

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

Merged
merged 7 commits into from
May 18, 2020
Merged

Get more nightly tests to pass #11881

merged 7 commits into from
May 18, 2020

Conversation

rchiodo
Copy link

@rchiodo rchiodo commented May 18, 2020

Get more nightly tests to pass and add more logging.

@rchiodo rchiodo added the no-changelog No news entry required label May 18, 2020
@rchiodo rchiodo self-assigned this May 18, 2020
@@ -0,0 +1,22 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
import { injectable } from 'inversify';
Copy link
Author

Choose a reason for hiding this comment

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

Note, this file will only be added to the loggers during testing. It simply logs the cell execution.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -592,7 +592,7 @@ suite('FileSystem', () => {

suite('createWriteStream', () => {
test('wraps the low-level impl', async () => {
const filename = await fix.resolve('x/y/z/spam.py');
const filename = await fix.resolve('x/y/z/spam2.py');
Copy link
Member

Choose a reason for hiding this comment

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

What's this change for?

Copy link
Author

Choose a reason for hiding this comment

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

Sorry, this test is randomly failing. Been trying to figure out why. Near as I can tell is that the file exists when it shouldn't (read test is interfering with the write test).

I can't repro locally, but I figured I'd try this instead of just disabling the test.

@rchiodo rchiodo merged commit f8e9f5b into master May 18, 2020
@rchiodo rchiodo deleted the rchiodo/nightly_ipywidgets branch May 18, 2020 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog No news entry required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants