From 8cf7a67e450069962ec14335cc47e4d980e23f30 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Tue, 21 Jan 2025 15:10:05 -0800 Subject: [PATCH] Update Zulip tests and re-enable (#441) This has the update to unblock autocomplete changes: https://github.com/zulip/zulip-flutter/pull/1190 https://github.com/flutter/flutter/pull/143249 and with that, tests pass again on Flutter main. Also install libsqlite3-dev on Linux, a package which is no longer included in GitHub's new version of the "ubuntu-latest" images. The lack of it causes nondeterministic failures when the runner happens to use the new image: https://github.com/flutter/tests/pull/441#issuecomment-2593993199 The actual shared library file libsqlite3.so.0.8.6 -- in the package libsqlite3-0 -- is still installed by default anyway. This package adds the symlink at "libsqlite3.so", which is the filename some libraries apparently look for. --- registry/{zulip.test.disabled => zulip.test} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename registry/{zulip.test.disabled => zulip.test} (65%) diff --git a/registry/zulip.test.disabled b/registry/zulip.test similarity index 65% rename from registry/zulip.test.disabled rename to registry/zulip.test index 0e906890..360faa0f 100644 --- a/registry/zulip.test.disabled +++ b/registry/zulip.test @@ -2,7 +2,9 @@ contact=greg@zulip.com contact=cbobbe@zulip.com fetch=git clone https://github.com/zulip/zulip-flutter.git tests -fetch=git -C tests checkout 28b3536bc81b6665a6014ce72f40c51f83b0c5c4 +fetch=git -C tests checkout 0bfa79d23fc9fcf5ce0cc5a21540434f526838d9 + +setup.linux=sudo apt install -y libsqlite3-dev update=. update=packages/zulip_plugin