Skip to content

Conversation

@martinRenou
Copy link
Member

Includes #275 for now for testing

@martinRenou martinRenou added the bug Something isn't working label Sep 1, 2025
@martinRenou martinRenou force-pushed the fix_shared_libs_loading branch from e6ceb54 to 82cf9e0 Compare September 1, 2025 11:48
@martinRenou martinRenou changed the title Fix shared libs loading Fix shared libs loading + adding more advanced tests Sep 1, 2025
@martinRenou martinRenou force-pushed the fix_shared_libs_loading branch from 82cf9e0 to 566d6cf Compare September 1, 2025 13:58
@martinRenou
Copy link
Member Author

All green 😃

@martinRenou martinRenou merged commit c56cf42 into jupyterlite:main Sep 1, 2025
9 of 10 checks passed
@martinRenou martinRenou deleted the fix_shared_libs_loading branch September 1, 2025 14:38
const notebook = 'Lorenz.ipynb';

await page.notebook.open(notebook);
await page.notebook.runCellByCell();
Copy link
Member

Choose a reason for hiding this comment

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

Don't we want to check there is no error after executing all the cells?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah indeed! This was properly hanging forever on the non-running Lorenz example, so it seems to verify correctly the kernel crashed, but it does not check the code actually runs

Copy link
Member Author

Choose a reason for hiding this comment

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

I opened #277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants