Skip to content
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

[hPaeYrJX] Fail apoc.warmup.run on non record storage dbs #629

Merged
merged 3 commits into from
Jul 1, 2024

Conversation

loveleif
Copy link
Contributor

No description provided.

withSession(conf, session -> {
RuntimeException e =
assertThrows(RuntimeException.class, () -> testCall(session, "CALL apoc.warmup.run()", (r) -> {}));
assertTrue(e.getMessage().contains("Record engine type unsupported"));
Copy link
Contributor

Choose a reason for hiding this comment

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

Didn't you delete this message? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nice catch! I did, I assume this test is not run as part of the github build? 🤔🤔🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, I made a mistake in withSession...

Copy link
Contributor Author

@loveleif loveleif May 27, 2024

Choose a reason for hiding this comment

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

@loveleif loveleif force-pushed the warmup-unsupported branch from fbf1a8a to 11314d1 Compare May 27, 2024 15:22
Copy link
Contributor

@gem-neo4j gem-neo4j left a comment

Choose a reason for hiding this comment

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

Great!

@loveleif loveleif force-pushed the warmup-unsupported branch from be046ea to add32b5 Compare July 1, 2024 13:56
@loveleif loveleif merged commit c66538e into dev Jul 1, 2024
20 checks passed
@loveleif loveleif deleted the warmup-unsupported branch July 1, 2024 15: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