Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…0285) ## Summary & Motivation #20020 borked master. This reverts the change. ## How I Tested These Changes On master: ``` (dagster-3.11.5-2024-02-25) ➜ dagster git:(master) ✗ pytest python_modules/dagster/dagster_tests/definitions_tests/auto_materialize_tests/test_asset_daemon.py WARNING:root:Unable to detect CI environment. No test analytics will be sent. ====================================================================== test session starts ======================================================================= platform darwin -- Python 3.11.5, pytest-7.4.4, pluggy-1.4.0 rootdir: /Users/schrockn/code/dagster-io/dagster configfile: pyproject.toml plugins: syrupy-4.6.1, cases-3.8.2, anyio-4.3.0, time-machine-2.13.0, dependency-0.5.1, typeguard-4.1.5, mock-3.3.1, requests-mock-1.11.0, cov-2.10.1, xdist-3.3.1, buildkite-test-collector-0.1.7, hypothesis-6.98.12, rerunfailures-10.0 collected 0 items / 1 error ============================================================================= ERRORS ============================================================================= ______________________ ERROR collecting python_modules/dagster/dagster_tests/definitions_tests/auto_materialize_tests/test_asset_daemon.py _______________________ python_modules/dagster/dagster_tests/definitions_tests/auto_materialize_tests/test_asset_daemon.py:62: in <module> from .updated_scenarios.cron_scenarios import ( python_modules/dagster/dagster_tests/definitions_tests/auto_materialize_tests/updated_scenarios/cron_scenarios.py:74: in <module> AssetDaemonScenario( E TypeError: AssetDaemonScenario.__new__() got an unexpected keyword argument 'initial_state' ==================================================================== short test summary info ===================================================================== ERROR python_modules/dagster/dagster_tests/definitions_tests/auto_materialize_tests/test_asset_daemon.py - TypeError: AssetDaemonScenario.__new__() got an unexpected keyword argument 'initial_state' !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ======================================================================== 1 error in 0.37s ======================================================================= ``` On revert branch: ``` (dagster-3.11.5-2024-02-25) ➜ dagster git:(revert-20020) ✗ pytest python_modules/dagster/dagster_tests/definitions_tests/auto_materialize_tests/test_asset_daemon.py WARNING:root:Unable to detect CI environment. No test analytics will be sent. ====================================================================== test session starts ======================================================================= platform darwin -- Python 3.11.5, pytest-7.4.4, pluggy-1.4.0 rootdir: /Users/schrockn/code/dagster-io/dagster configfile: pyproject.toml plugins: syrupy-4.6.1, cases-3.8.2, anyio-4.3.0, time-machine-2.13.0, dependency-0.5.1, typeguard-4.1.5, mock-3.3.1, requests-mock-1.11.0, cov-2.10.1, xdist-3.3.1, buildkite-test-collector-0.1.7, hypothesis-6.98.12, rerunfailures-10.0 collected 69 items python_modules/dagster/dagster_tests/definitions_tests/auto_materialize_tests/test_asset_daemon.py ................................ ```
- Loading branch information