Skip to content

Conversation

@ErikEJ
Copy link
Contributor

@ErikEJ ErikEJ commented Oct 23, 2019

Probably WIP!

related to #16

Add 2 missing tests
@ErikEJ
Copy link
Contributor Author

ErikEJ commented Oct 24, 2019

Nice, can now see test result on DevOps!

@ErikEJ
Copy link
Contributor Author

ErikEJ commented Oct 24, 2019

Hmm... Looks like the "positive" .netcoreapp2.1 tests should run on Windows only - how do I fix that?

@Wraith2
Copy link
Contributor

Wraith2 commented Oct 24, 2019

[PlatformSpecific(TestPlatforms.Windows)] i think, or possibly [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsWindows)] if that doesn't work. Is there any specific reason this couldn't work on linux?

@ErikEJ
Copy link
Contributor Author

ErikEJ commented Oct 24, 2019

@Wraith2 Thanks, I figured it out: [PlatformSpecific(TestPlatforms.Windows)] did the job!

@Wraith2
Copy link
Contributor

Wraith2 commented Oct 24, 2019

Was it mostly a copy paste job from the netfx version or reference source?

@ErikEJ
Copy link
Contributor Author

ErikEJ commented Oct 25, 2019

@Wraith2 Yes, mostly copy paste forom netfx code, I will comment where I have made major changes

@ErikEJ
Copy link
Contributor Author

ErikEJ commented Oct 25, 2019

Failing test seems unrelated !?

@David-Engel
Copy link
Contributor

Failing test seems unrelated !?

I re-ran the builds and they passed. I've adjusted the pipelines so they don't spawn so many jobs simultaneously. I think the SQL endpoints can get overwhelmed if certain authentication-related tests all hit at the same time.

@ErikEJ
Copy link
Contributor Author

ErikEJ commented Oct 26, 2019

Again test errors that seem unrelated / flaky

Add SqlConnectionStringBuilder tests
@ErikEJ ErikEJ requested a review from cheenamalhotra November 9, 2019 14:29
Copy link
Contributor

@David-Engel David-Engel left a comment

Choose a reason for hiding this comment

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

Just the one line needs to be reverted. Otherwise, I approve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants