-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #308 from lrug/december-2023
Add december 2023 meeting info
- Loading branch information
Showing
1 changed file
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
updated_by: | ||
email: frederick.cheung@lrug.org | ||
name: Frederick Cheung | ||
created_by: | ||
email: frederick.cheung@lrug.org | ||
name: Frederick Cheung | ||
category: meeting | ||
title: December 2023 Meeting | ||
created_at: 2023-11-09 12:00:00 +0000 | ||
published_at: 2023-11-09 12:00:00 +0000 | ||
status: Published | ||
hosted_by: | ||
- :name: Zappi | ||
|
||
meeting_date: 2023-12-11 | ||
|
||
--- | ||
|
||
The December 2023 meeting of LRUG will be on Monday the 11thth of | ||
December, from 6:00pm to 8:00pm (meeting starts at 6:30pm). | ||
|
||
This month we're hosted by the lovely folk at [Zappi](https://www.zappi.io/web/) | ||
in [their offices][zappi-venue], on Camden High St. [Full venue and | ||
registration details are given below](#dec23registration). | ||
|
||
## Agenda | ||
|
||
### Test Smarter, Not Harder - Crafting a Test Selection Framework from Scratch | ||
|
||
[Christian Bruckmayer](https://twitter.com/bruckmayer) says: | ||
|
||
> The simplest way of running tests is to run all of them, regardless of what changes you are testing. However, depending on the size of your test suite, this will either get slow or expensive. At Shopify we have almost 300,000 Rails tests and we add 50,000 more annually. The sheer amount of tests and their growth makes it impossible to run all tests, all the time! Hence we implemented a framework to only run tests relevant to your code changes. | ||
> We will build a test selection framework from scratch in this workshop. We will begin by exploring the fundamentals of such a framework: code analysis. After that we will dive into minitest reporters, how they work and how we can use them to generate a test map. Finally we will use the generated test map to only run tests relevant to your code changes. Attendees will walk away with a solid understanding of what test selection is, how it works and how to implement it. | ||
This is a workshop, so bring your laptop! | ||
|
||
## Afterwards | ||
|
||
When the talks come to an end we'll decamp to a local pub for some food, some | ||
drinks and some chat with your fellow attendees. | ||
|
||
Of course, even though this is the socialising part and seems more | ||
informal, please remember that still we consider it to be a part of the | ||
meeting and covered by our [code of conduct](http://readme.lrug.org/#code-of-conduct). | ||
|
||
## Venue & Registration {#dec23registration} | ||
|
||
Prior to attending you should familiarise yourself with our | ||
[README](http://readme.lrug.org/) paying close attention to [the code of | ||
conduct](http://readme.lrug.org/#code-of-conduct) which applies to all | ||
attendees. | ||
|
||
### Secure your place | ||
|
||
Hopefully you all remember that physical meetings involve finite space and so to be guaranteed entry **[you need to register via eventbrite][december2023-eventbrite]**. | ||
|
||
### Venue | ||
|
||
The address of the venue: | ||
|
||
> Zappi<br/>Theatre House<br/>97 - 99 Camden High St<br/>London<br/>NW1 7JN<br/><br/>[See on a map][zappi-venue] | ||
The venue has a hard limit of 100 people. If you register and realise you | ||
can't come, please use eventbrite to give up your place so we can someone | ||
else come in your place. We might be able to let in people on the night | ||
who haven't registered, but we can't guarantee it. | ||
|
||
[zappi-venue]: https://goo.gl/maps/3xNi53bvjgLEW5Ui7 | ||
[december2023-eventbrite]: https://www.eventbrite.com/e/london-ruby-user-group-december-2023-meeting-tickets-699977731237 |