[
https://issues.apache.org/jira/browse/BEAM-8951?focusedWorklogId=362017&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-362017
]
ASF GitHub Bot logged work on BEAM-8951:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Dec/19 03:13
Start Date: 21/Dec/19 03:13
Worklog Time Spent: 10m
Work Description: tvalentyn commented on issue #10435: [BEAM-8951] Stop
using nose in load tests
URL: https://github.com/apache/beam/pull/10435#issuecomment-568147273
Didn't have time to take a look today and I am planning to be out next week.
@udim have converted several suites to pytest recently and may have some
feedback here.
With nose, I think we had to configure output collectors via xml files, see:
https://github.com/apache/beam/blob/754b64b4a59f717d84032570acb8ed4cad87b227/sdks/python/scripts/run_integration_test.sh#L248
, I have not yet learned how change output collection with pytest.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 362017)
Time Spent: 1h 40m (was: 1.5h)
> Stop using nose in load tests
> -----------------------------
>
> Key: BEAM-8951
> URL: https://issues.apache.org/jira/browse/BEAM-8951
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Kamil Wasilewski
> Assignee: Kamil Wasilewski
> Priority: Major
> Fix For: Not applicable
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> The community is considering moving away from nose to pytest:
> https://issues.apache.org/jira/browse/BEAM-3713. We should change the way of
> running Python load tests: instead of being subclasses of
> `unittest.TestCase`, they could be plain Python scripts, just like wordcount
> examples. This will bring one additional benefit: _LOAD_TEST_ENABLED_ guard
> will be no longer needed and could be safely removed
--
This message was sent by Atlassian Jira
(v8.3.4#803005)