-
Notifications
You must be signed in to change notification settings - Fork 12
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
Integration tests failing with 5.0.1 and 5.0.2 (5.0.0 is working) #640
Comments
same here: https://github.com/simatec/ioBroker.solax/actions/runs/12915319734/job/36016931916 Releases 5.0.1 and 5.0.2 are broken . Do not update to this versions (at least for now). |
Please test 5.0.3 |
Unfortunately the error just changed with 5.0.3: |
same - 5.0.3 also not working |
@Sickboy78 @hombach |
@Sickboy78 Please consider using standard test environment. An up to date test-and-release workflow can be found at ioroker.iobroker.examples repo. At least please check wether standard workflow works or fail too so that we get more information about the problem and its reason. |
@mcm1957 |
just to be sure maybe you could delete the node_modules tree an reload it using npm i for tests you coul pull the working github versionninto a new local directory and check if it works. Otherwise i do not have a real idea. ev check uf you installed something globally which causeus a conflict. |
hmmm... I m on mobile only. Maybe i can have look tomorrow And there coulb be a differnce at js-controller. Githubbuses nightly while you use latest i guess. Problem does not indicate this ... but one could check. |
By deleting "type-checking: true" in test-and-release workflow it's working in GITHUB - but locally I still have a type-checking and there I get:
|
@mcm1957 |
Hi!
my integration tests will fail, when I upgrade @iobroker/testing to 5.0.1 or 5.0.2 with:
"before all" hook: prepareTests in "Adapter integration tests": TypeError: (0 , objects_1.entries) is not a function or its return value is not iterable at AdapterSetup.installAdapterInTestDir (node_modules\@iobroker\testing\build\tests\integration\lib\adapterSetup.js:103:60) at async Context.prepareTests (node_modules\@iobroker\testing\build\tests\integration\index.js:73:9)
see https://github.com/Sickboy78/ioBroker.sureflap/actions/runs/12915451728/job/36017361053?pr=156
They are working fine with 5.0.0.
Any help would be appreciated!
Best Regards
Sebastian
The text was updated successfully, but these errors were encountered: