Upstream test failures
See original GitHub issueI think these are all just FutureWarnings coming from pandas. I’ll try to take a look this week or next.
From: https://github.com/dask/dask/runs/2795401230
Here’s the breakdown AFAICT
6: FutureWarning: The 'freq' argument in Timestamp is deprecated and will be removed in a future version.
24: FutureWarning: In a future version of pandas all arguments of concat except for the argument 'objs' will be keyword-only
12: FutureWarning: In a future version of pandas all arguments of DataFrame.drop except for the argument 'labels' will be keyword-only
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (13 by maintainers)
Top Results From Across the Web
Sequential tests show error for upstream failures, by default #36
A user communicated that the default behavior of showing an error if a test has an upstream failure is not really the desired...
Read more >Moving Tests Upstream - Cirris
Cirris Systems provides guidelines for general testing. ... The upstream process means you look for ways to find errors sooner, possibly by testing...
Read more >When: manual in downstream pipeline causes upstream to ...
This is an example of the pipeline. The Integration Tests step has reported a failure, and I've manually run the Fast Tests from...
Read more >How do test the upstream data is good in an etl process (etl ...
You will find three things, firstly you miss some rules which you can add in when they occur, secondly you have some rules...
Read more >[#MDL-75757] unit test failures in question code after ...
unit test failures in question code after upstream dependency updated. Status: Assignee: Priority: Resolution:.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, we will ensure to fix that on the pandas side before the final 1.3 release.
Ah right, didn’t see I was in the wrong project 😅