Skip to content

Conversation

@SigureMo
Copy link
Member

@SigureMo SigureMo commented Nov 3, 2025

PR Category

Environment Adaptation

PR Types

Bug fixes

Description

https://github.com/HypothesisWorks/hypothesis/releases/tag/hypothesis-python-6.145.0 貌似有点问题,windows CI 会挂掉

https://github.com/PaddlePaddle/Paddle/actions/runs/19034809026/job/54356673965?pr=76190

======================================================================
ERROR: test (test_onednn_conv_concat_activation_fuse_pass.TestOneDNNConvConcatActivationFusePass)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\actions-runner\_work\Paddle\Paddle\build\test\ir\inference\test_onednn_conv_concat_activation_fuse_pass.py", line 163, in test
    self.run_and_statistics(
  File "C:\actions-runner\_work\Paddle\Paddle\build\test\ir\inference\auto_scan_test.py", line 486, in run_and_statistics
    loop_func()
  File "C:\actions-runner\_work\Paddle\Paddle\build\test\ir\inference\auto_scan_test.py", line 479, in run_test
    return self.run_test(quant=quant, prog_configs=[prog_config])
  File "C:\action-cache\python_venv\lib\site-packages\hypothesis\core.py", line 2114, in wrapped_test
    raise the_error_hypothesis_found
  File "C:\action-cache\python_venv\lib\site-packages\hypothesis\core.py", line 2080, in wrapped_test
    state.run_engine()
  File "C:\action-cache\python_venv\lib\site-packages\hypothesis\core.py", line 1385, in run_engine
    runner.run()
  File "C:\action-cache\python_venv\lib\site-packages\hypothesis\internal\conjecture\engine.py", line 933, in run
    self._run()
  File "C:\action-cache\python_venv\lib\site-packages\hypothesis\internal\conjecture\engine.py", line 1503, in _run
    self.generate_new_examples()
  File "C:\action-cache\python_venv\lib\site-packages\hypothesis\internal\conjecture\engine.py", line 1109, in generate_new_examples
    zero_data = self.cached_test_function((ChoiceTemplate("simplest", count=None),))
  File "C:\action-cache\python_venv\lib\site-packages\hypothesis\internal\conjecture\engine.py", line 514, in cached_test_function
    self.test_function(data)
  File "C:\action-cache\python_venv\lib\site-packages\hypothesis\internal\conjecture\engine.py", line 565, in test_function
    data.freeze()
  File "C:\action-cache\python_venv\lib\site-packages\hypothesis\internal\conjecture\data.py", line 1309, in freeze
    self.observer.conclude_test(self.status, self.interesting_origin)
  File "C:\action-cache\python_venv\lib\site-packages\hypothesis\internal\conjecture\datatree.py", line 1175, in conclude_test
    node.check_exhausted()
  File "C:\action-cache\python_venv\lib\site-packages\hypothesis\internal\conjecture\datatree.py", line 498, in check_exhausted
    not self.is_exhausted
AttributeError: 'TreeNode' object has no attribute 'is_exhausted'. Did you mean: 'check_exhausted'?

----------------------------------------------------------------------
Ran 1 test in 0.557s

FAILED (errors=1)

报错栈很奇怪,看起来是报错的过程中出了问题,目测没有看出具体问题,暂时装旧版本依赖

@paddle-bot
Copy link

paddle-bot bot commented Nov 3, 2025

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@SigureMo SigureMo changed the title [CI] Pin test dependency hypothesis to <6.145.0 [CI] Limit test dependency hypothesis with <6.145.0 Nov 3, 2025
Copy link
Contributor

@swgu98 swgu98 left a comment

Choose a reason for hiding this comment

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

NB

@swgu98 swgu98 merged commit ab153e6 into PaddlePaddle:develop Nov 4, 2025
54 checks passed
@SigureMo SigureMo deleted the ci/pin-hypothesis-to-less-than-6-145-0 branch November 4, 2025 02:11
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.

2 participants