Skip to content

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

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