Skip to content

Conversation

@vnandwana
Copy link
Contributor

  • Updated the PluginConfigurationEventHandler to handle eventConfigKeyName as both a raw string and JSON formatted metadata.
  • Added a unit test for this functionality.

…yName as both a raw string and JSON formatted metadata.

* Added a unit test for this functionality.
@vnandwana vnandwana changed the title Fix per-tenant configuration update at runtime #191 Fix per-tenant configuration update at runtime Jan 9, 2025
}

@Test(groups = "fast")
void testConfigure_withValidJsonKey() throws Exception {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Maybe follow the same naming convention for test name as other tests in this repo for the sake of consistency.

Copy link
Contributor

@reshmabidikar reshmabidikar left a comment

Choose a reason for hiding this comment

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

Looks good, however looks like there is a ci failure?

@vnandwana
Copy link
Contributor Author

Looks good, however looks like there is a ci failure?

Caused by: io.airlift.command.CommandFailedException: [/tmp/testing-mysql-server636008092418202795/bin/mysqld, --no-defaults, --initialize-insecure, --innodb-flush-method=nosync, --datadir, /tmp/testing-mysql-server636008092418202795/data] exited with 127
/tmp/testing-mysql-server636008092418202795/bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory

Any idea why the libaio.so.1 library is suddenly missing?

@vnandwana
Copy link
Contributor Author

Fix for missing libaio.so.1 library -- killbill/gh-actions-shared#67

@reshmabidikar reshmabidikar merged commit 95ed934 into killbill:master Jan 16, 2025
10 checks passed
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.

3 participants