Skip to content

Commit

Permalink
readyset-{mysql,psql}: De-ignore some old ignored tests
Browse files Browse the repository at this point in the history
These are passing now, so let's de-ignore them!

Change-Id: I7d9432dccc3ab2aeb3d7d7fb32b3dc3498325ae4
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/4874
Reviewed-by: Dan Wilbanks <dan@readyset.io>
Tested-by: Buildkite CI
  • Loading branch information
glittershark committed May 9, 2023
1 parent 28988d4 commit b8c88d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion readyset-mysql/tests/fallback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ async fn create_table() {

#[tokio::test(flavor = "multi_thread")]
#[serial]
#[ignore] // alter table not supported yet
async fn add_column() {
let (opts, _handle, shutdown_tx) = setup().await;
let mut conn = mysql_async::Conn::new(opts).await.unwrap();
Expand Down
1 change: 0 additions & 1 deletion readyset-psql/tests/fallback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ async fn unsupported_query_ad_hoc() {

#[tokio::test(flavor = "multi_thread")]
#[serial]
#[ignore] // needs proper detection of reads vs writes through fallback
async fn prepare_execute_fallback() {
let (config, _handle, shutdown_tx) = setup().await;
let client = connect(config).await;
Expand Down

0 comments on commit b8c88d9

Please sign in to comment.