-
Notifications
You must be signed in to change notification settings - Fork 227
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
Upgrade scalatest #834
Upgrade scalatest #834
Conversation
because of deprecation in scalatest.
To be continued... |
That wasn't fun. |
Why do you think we avoided doing this for so long? ;-) |
Fooled myself |
These errors in the log are strange: |
These too:
|
Agreed, will look into that. |
Did this happen before?
|
Yes, warnings like this were already occurring. |
It seems to me that calling Specifically, in unit tests we should initialise Kamon with the test class and not inside specific test (see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@szymonm hey thanks so much for this PR! Yes this is def why we avoided this :-p
Run
It seems like people generally don't init Kamon instrumentation in the unit tests? |
Don't bother trying to fix the Kamon stuff if it already existed. It doesn't break the unit tests anyhow, but it just floods the log which is harmless. We've had issues from time to time getting Kamon initialized properly, and so this will probably need to be revisited at time point. |
I'll go ahead and merge these changes in. |
The error we are seeing from akka Tried to move manually |
Pull Request checklist
Current behavior :
Scalatest upgrade was blocking Scala 2.12 upgrade (#457 )